Questions tagged [startmenu]

140 questions
0
votes
1 answer

How do I change the start menu from classic view to WinXP Start Menu?

I am working on a computer that is running WinXP but is using the classic windows start menu. I've googled, but all I can find is how to change the Windows XP and/or Win7 Start Menu TO Classic Start Menu, but not how to change it BACK to Windows XP…
Chris22
  • 1,973
  • 8
  • 37
  • 55
0
votes
0 answers

Using Inno setup, how to make application appear in Most Frequently Used programs

I am using Inno Setup to create an installer for my application. Using the template scripts, I have managed to get the application to be added in the start menu (under Programs) and I have managed file associations as well so that my app is…
0
votes
1 answer

Specifying the Order of Start Menu Shortcuts

I created shortcuts for some of my exe's in the program menu. For example, I might create shortcuts for a.exe, v.exe, and g.exe. By default, it aligns as a, g, v (in alphabetical order). I want to place my shortcuts in a different order, such as (v,…
karthik
0
votes
0 answers

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 and the application name as exe1.I was stuck on…
0
votes
0 answers

Add python environment command prompt to Windows 10 Start menu under Anaconda

I recently got a new laptop at work. 2 years ago on my old laptop I set up some python environments through the command prompt opened in Anaconda and somehow each of those environments was put into my start menu as subheadings under Anaconda,…
Catherine
  • 119
  • 1
  • 8
0
votes
0 answers

Customizing Windows 10 Start Menu with Windows Customization Designer / StartLayout.xml and Secondary Tiles not showing image

I'm trying to setup a customized Start Menu layout for computers we are deploying to the field. We don't want to completely restrict them from using the start menu, but are just trying to setup the most common used apps/shortcuts right on the start…
Greg
  • 1
0
votes
1 answer

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 I would like everyone who I have connected to.
Adam Khattab
  • 111
  • 7
0
votes
0 answers

WIX shortcut to file, whose path is undetermined until installation

Problem: I need to create a start menu shortcut to a file, that will be placed to an underterminate path by the installation. During the installation, the user can choose to install a feature, which will then install a folder with the needed file,…
0
votes
1 answer

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 the default. I tried uninstalling my app manually from…
tfcmad
  • 418
  • 1
  • 6
  • 20
0
votes
1 answer

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 'Play', 'Instructions' and 'Credits'. I want the game…
0
votes
2 answers

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 Loading..." back and forth when you click it. How can I change it so instead…
Dashing
  • 1
  • 3
0
votes
0 answers

How to close Start Menu with custom shortcut that launches in the background

I have a custom shortcut filetype registered that defines custom verbs and handles them by implementing IContextMenu. Thus, when you click on one of these shortcuts in the Start Menu, all of the processing of that click gets routed to my…
Jonathan Gilbert
  • 3,526
  • 20
  • 28
0
votes
0 answers

Where is the data related to "Pin to Start" stored?

I am trying to find out where the data is stored that indicates tile grouping, position, size, etc, when a user pins a tile to the Start Menu. Looking to make adds/changes/deletions without user intervention, or right clicking the app tiles. Thanks!
mrdrako
  • 123
  • 1
  • 10
0
votes
2 answers

I deleted the Anaconda, but it remains in the Start menu

I deleted anaconda, but it remains in the Windows Start menu. How do I remove anaconda from the Start menu? There is no anaconda in "C: \ ProgramData \ Microsoft \ Windows \ Start Menu \ Programs" However, it still appears in the Start menu.
hyun woo Cho
  • 2,182
  • 1
  • 10
  • 9
0
votes
2 answers

Prevent that UWP app is listed in start menu

I am developing an AppServiceProvider (UWP app) that is used by an Edge extension. I do not want that the AppServiceProvider app appears in the start menu after installation. If the user clicks on its start menu entry, an empty window is shown after…