139 questions
0
votes
0
answers
126
views
How to programmatically call "Shut down", "Restart", "Update and Shut down", "Update and restart" from WinUI 3 C# app?
I want to call the start menu options ("Shut down", "Restart", "Update and shut down", and "Update and restart") from my WinUI 3 C# app (using Visual Studio).
I ...
Advice
0
votes
1
replies
45
views
Why search "vsc" in windows start menu can find out Visual Studio Code?
Windows 10 22H2.
Ask this question because at the same time, type ame can't find out Adobe Media Encoder.
and I don't see vsc.exe defined in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\...
0
votes
2
answers
542
views
Start menu folder created by Inno Setup is not showing
I've read several old posts including How do I create a Start Menu folder with Inno Setup? None have provided what I think is a good example of how to do this. I am able to create a desktop folder ...
0
votes
1
answer
380
views
How to update Jump List for the Start Menu
There is a JumpList when you right click an app in the TaskBar.
There is another JumpList in the Start menu when you search.
The TaskBar JumpList is always up to date.
The StartMenu JumpList is not ...
0
votes
0
answers
78
views
Implementing a customized desktop application using C# and.NET 4.7
How to customize the properties of the startmenu shortcut desktop application implemented in C# and .NET 4.7?
I had created desktop application shortcut using IWshRuntimeLibrary,WshShell,IWshShortcut ...
-2
votes
1
answer
285
views
How to detect if Windows Start (Orb) button is clicked?
In Delphi, is it possible to detect when the user clicks on Windows' Start button (the button on the bottom left that brings up the menu)?
I try to create my own Start menu, so when the Start button ...
3
votes
0
answers
293
views
How to get the icon of an app by it's AppID given by Get-StartApps on Windows 10 and above
I get the StartApps from Windows via Get-StartApps (powershell) which gives me the Name and the AppID.
I need to get the icon of of the app via it's id to be able to display it (or at least the ...
0
votes
1
answer
812
views
RDP Logs Of Who I Have Connected To
I would like a log of everyone with who I have connected in the past with RDP. I know this is possible as when I go to the start menu and type RDP there is a list of "Recent Connections" but ...
0
votes
1
answer
621
views
HoloLens 2 / Unity : Start Menu Icon
Unity Version: 2020.3.29f1
I want to assign an Icon for my app on the HoloLens 2 start menu
I've created assigned all the icons under:
Unity > Project Settings > Player
However my icon is still ...
1
vote
0
answers
43
views
How to make uninstallation work by right clicking app icon from start menu [duplicate]
For some reason INNO SETUP 6 installed applications cannot be easily uninstalled from Start menu.
There is nowadays an option UNINSTALL appearing for INNO installed icons under Windows 10/Start Menu ...
3
votes
1
answer
2k
views
How to make Inno Setup create single shortcut/icon in Start menu instead of a folder (program group)
I want to make Inno Setup create a single application shortcut/icon in Start menu, instead of placing a folder (aka program group) in Start menu with the icon in it. May I know how to achieve this?
I ...
1
vote
1
answer
80
views
How can I add/not add a shortcut to an uninstaller depending on the Windows version in Inno Setup?
According to
Inno Setup Start menu uninstall shortcut is not shown on Windows
10
I should not add a shortcut to an uninstaller to the Start menu, on any version of Windows.
But still, can I somehow ...
-2
votes
1
answer
538
views
Open startmenu from file [closed]
I'd like to open the start menu with winXcorners by calling a custom shortcut (to bat, vbs, ps, exe that calls one of those, I don't care) and did not find anything online.
Somehow Autohotkey can open ...
0
votes
1
answer
2k
views
How to add Main Menu and Retry menu in pygame
I am working in Python and developing a game using the popular library Pygame. I have developed it completely but but now I want to add a menu which contains a picture behind it and has 3 buttons '...
0
votes
2
answers
483
views
How can I load my workspace from my start menu GUI in ROBLOX?
I'm making a ROBLOX game, and I've got a GUI issue:
I've got a "Start Game" button, but I have it in an elif statement to where it just toggles from "Start Game" to "Game ...