Sometimes when you install a program, you need to have it under the right-click menu New submenu. If it's not there you can easily add it using the Registry Editor.
- Open the Registry Editor: run regedit
- Under Computer\HKEY_CLASSES_ROOT, find the file extension you want to add.
- Select it, right-click and select New -> Key
- Name it ShellNew
- On the left panel, select New -> String Value
- Name it NullFile and change the value to 1 if you want to enable it. Actually setting the value is not necessary. The mere existence of the key makes it appear in the menu.
- If you want to disable an existing one, just remove the ShellNew entry. Setting the key to zero seems not to work for me.
That's all folks!
References
- https://www.thewindowsclub.com/remove-items-from-new-context-menu
No comments:
Post a Comment