In the right-click menu, I have only one item in "new..." (acceso directo = shortcut), so I dont need the subfolder.
How can I move "shortcut" to the left side of the menu? Link Removed - Invalid URL
To customize the "New" context menu in Windows to move the "Shortcut" option to the left side of the menu, you can make changes to the Windows Registry. Here's a step-by-step guide on how to do this:
How to Move "Shortcut" to the Left Side of the Context Menu:
Open Registry Editor:
Press Windows key + R to open the "Run" dialog.
Type regedit and press Enter to open the Registry Editor.
[]Navigate to the Key:
In the Registry Editor, navigate to the following key:
Code:
HKEY_CLASSES_ROOT\.lnk\ShellNew
[]Modify the Registry:
In the right pane, you will see a String Value named "Command."
Modify the "(Default)" value to remove the subfolder and...
To customize the "New" context menu in Windows to move the "Shortcut" option to the left side of the menu, you can make changes to the Windows Registry. Here's a step-by-step guide on how to do this:
How to Move "Shortcut" to the Left Side of the Context Menu:
Open Registry Editor:
Press Windows key + R to open the "Run" dialog.
Type regedit and press Enter to open the Registry Editor.
[]Navigate to the Key:
In the Registry Editor, navigate to the following key:
Code:
HKEY_CLASSES_ROOT\.lnk\ShellNew
[]Modify the Registry:
In the right pane, you will see a String Value named "Command."
Modify the "(Default)" value to remove the subfolder and just leave the "Shortcut" option without the subfolder.
In the Processes tab, right-click on Windows Explorer and select "Restart" to apply the changes. After following these steps, the "Shortcut" option should now be moved to the left side of the "New" context menu. Remember to be cautious when editing the Windows Registry, as incorrect changes can cause system issues. It's always a good idea to back up the Registry before making any modifications.