If you create two shortcuts with the same target then only one of them is displayed in the Start Menu. This is true for:
- search results within the Start menu
- manually browsing program folders within the Start menu
- pinned shortcuts within the Start menu
This is important because:
- the shortcuts might have different settings defined in the Properties dialog, such as different compatibility settings, or be set to start in different directories.
- some programs install a shortcut to a command prompt which is set to open in the program's installation folder. This enables easy access to the program from the command line without having to modify
%PATH%
, but it means that users who are unaware of this "lose access" to CMD. Programs that do this:
- Renaming shortcuts
- Only the shortcut that comes first alphabetically is displayed
- Using folders doesn't help
- Only the shortcut in the folder that comes first alphabetically is displayed
- Pinning shortcuts doesn't help
- the pinned shortcut updates to point to the displayed shortcut
Fully up-to-date Windows 10 Home.
- Start → search for "Command Prompt" (or "cmd").
- (Optional) Right-click on
Command Prompt
→ Pin to Start.- This makes
Command Prompt
available when you open the Start menu without searching for anything.
- This makes
- Right-click on
Command Prompt
→ Open file location- This opens a File Explorer window in
%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools
- This opens a File Explorer window in
- Copy the
Command Prompt
shortcut and rename the copy "AAA Command Prompt"- This ensures it appears before
Command Prompt
when files are listed alphabetically.
- This ensures it appears before
- (Optional) Right-click on the new
AAA Command Prompt
shortcut → Properties- Change something. (E.g. set the "Start in" directory to a different location, such as
C:\
)
- Change something. (E.g. set the "Start in" directory to a different location, such as
Notice that it is now not possible to access Command Prompt
from the Start menu - it has been replaced with AAA Command Prompt
everywhere. If you rename AAA Command Prompt
to ZZZ Command Prompt
then you get back the ordinary version and lose the customised version. Moving the shortcuts to different folders within %APPDATA%\Microsoft\Windows\Start Menu\Programs\
doesn't help.
No comments:
Post a Comment