Jump to content

How To Remove New Shortcut From New Menu?


RumaNoV

Recommended Posts

Hi,

Can someone give me the tweak to remove the New Shortcut option in the New Menu (when u rightclick on the desktop)?

Is was able to remove some yet:

; Remove new Briefcase from New Menu.
[-HKEY_CLASSES_ROOT\.bfc\ShellNew]

; Remove new BMP file from New Menu.
[-HKEY_CLASSES_ROOT\.bmp\ShellNew]

; Remove new Rich Text Document from New Menu.
[-HKEY_CLASSES_ROOT\.rtf\ShellNew]

; Remove new Wav file from New Menu.
[-HKEY_CLASSES_ROOT\.wav\ShellNew]

Thank you.

Link to comment
Share on other sites


I don't know if you can.

[-HKEY_CLASSES_ROOT\.lnk\ShellNew]

Will only remove the shorcut wizard, not the context menu. I suspect you would have to unregister a dll - if it's possible at all. The context menu item seems perminant - it's even assigned a hotkey. The good news is that modifying the Value HKEY_CLASSES_ROOT\.lnk\ShellNew\Command can allow you to choose your own "new shortcut" method.

Link to comment
Share on other sites

  • 3 months later...
  • 8 months later...

Just googled this topic earlier as I was looking for the same thing.

*Possibly* a certain flags value under HKEY_CLASSES_ROOT\CLSID\{D969A300-E7FF-11d0-A93B-00A0C90F2719} may hide either or both New Shortcut and New Folder.

By playing around a bit with it I only found out that if the DWORD flags value of this key is set to 00000002 and upper instead of 00000000 it forces the New menu to appear at the bottom of the folder background and desktop context menu.

Finally I removed the New Shortcut menu with Reshacker by deleting Item 30318 in String Table 1895 in shell32.dll.

This on Windows ME so Item and String Table numbers might eventually be different on other OSes but should not be difficult to find.

snap0115qu1.png

:hello:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...