Jump to content

Clean Up Right Click shell, NEW


Recommended Posts

By adding the following, and any variations, as a reg entry you can clean up that over bloated NEW list

; Deleting unwanted NEW documents
[-HKEY_CLASSES_ROOT\.doc\Word.Document.8\ShellNew]
[-HKEY_CLASSES_ROOT\.rtf\ShellNew]
[-HKEY_CLASSES_ROOT\.bmp\ShellNew]
[-HKEY_CLASSES_ROOT\.wav\ShellNew]
[-HKEY_CLASSES_ROOT\.zip\CompressedFolder\ShellNew]
[-HKEY_CLASSES_ROOT\.ppt\PowerPoint.Show.4\ShellNew]
[-HKEY_CLASSES_ROOT\.ppt\PowerPoint.Show.8\ShellNew]
[-HKEY_CLASSES_ROOT\.xdp\ShellNew]
[-HKEY_CLASSES_ROOT\.mdb\ShellNew]
[-HKEY_CLASSES_ROOT\.mdb\Access.Application.11\ShellNew]
[-HKEY_CLASSES_ROOT\.pub\Publisher.Document.11\ShellNew]
[-HKEY_CLASSES_ROOT\.xls\Excel.Sheet.5\ShellNew]
[-HKEY_CLASSES_ROOT\.xls\Excel.Sheet.8\ShellNew]
[-HKEY_CLASSES_ROOT\.xls\ExcelWorksheet\ShellNew]
[-HKEY_CLASSES_ROOT\.psd\ShellNew]
[-HKEY_CLASSES_ROOT\.rar\ShellNew]
[-HKEY_CLASSES_ROOT\.zip\ShellNew]
[-HKEY_CLASSES_ROOT\.au3\ShellNew]

Most of these clean up MS office stuff.

You can also add NEW entries. For example this one creates a new .cmd file complete with 'cls' on first line and '@Echo Off' underneath

[HKEY_CLASSES_ROOT\.cmd\ShellNew]
"Nullfile"=""
"Data"=hex:63,6c,73,0d,0a,40,65,63,68,6f,20,6f,66,66,0d,0a,0d,0a,0d,0a

...and this one creates a reg file with 'Windows Registry Editor Version 5.00' on first line and 3 spaces underneath.

[HKEY_CLASSES_ROOT\.reg\ShellNew]
"Nullfile"=""
"Data"=hex:57,69,6e,64,6f,77,73,20,52,65,67,69,73,74,72,79,20,45,64,69,74,6f,\
72,20,56,65,72,73,69,6f,6e,20,35,2e,30,30,0d,0a,0d,0a,0d,0a

Enjoy

Link to comment
Share on other sites


  • 2 years later...

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...