New
#1
New shortcut directly on context menu
OK, it's on the New submenu. But I'd like to have it right on the main context menu, ready to click. Or maybe a separate shortcut for NewShortcut?
OK, it's on the New submenu. But I'd like to have it right on the main context menu, ready to click. Or maybe a separate shortcut for NewShortcut?
Hi, to do that I think you'd need a script to handle the task of creating the shortcut and the user prompts which you see with Window's existing feature.
Example (not directly suitable for your use- no prompts):
PowerShell Create Shortcut | New-Object
Then use one of the various utilities you can find to add this to the context menu.
You can't somehow copy the existing feature which is part of the OS.
The relevant registry key is here just for interest:
HKEY_CLASSES_ROOT\.lnk\ShellNew
Good stuff, Dalchina. Thanks for the info.