up vote 3 down vote favorite

The Explorer right click > New menu has a bunch of file formats I never use that installed apps added. I usually use this just for creating new folders, shortcuts, and text documents.

How do I clean up this list?

flag

migrated from stackoverflow.com

7 Answers

up vote 2 down vote

I use TweakUI for this, which works on WinXP 32-bit. Microsoft hasn't created a version for Vista, so some other company did. Find it at http://www.totalidea.com/product.php?Product=TweakVI

Edit: On Win XP a control panel applet doesn't get created, instead the TweakUI installer creates a program group (Powertoys for Windows XP) and shortcut off the Start menu. Once you are in the program, click on Templates in the category selector. It will show all registered templates, and you can uncheck the ones you don't want to see.

link|flag
I am using a current version of TweakUI and I do not see this in any of the sections. Where are you looking? – Geoffrey Chetwood Sep 10 '08 at 23:56
up vote 0 down vote

http://www.extremetech.com/article2/0,2845,1838906,00.asp Try the instructions listed there. AFAIK editing the registry is the only way. Maybe someone has a tool for this though?

link|flag
up vote 0 down vote

I believe it's one of the many things adjustable using MS's TweakUI control panel. Unfortunately, it doesn't seem to be available for 64 bit, so I can't verify that's indeed still true.

link|flag
I have TweakUI on my box, and I see nothing of the sort. – Geoffrey Chetwood Sep 10 '08 at 23:13
up vote 0 down vote

This is the registry solution:

  1. Create a new document using the New context menu then look at the extension
  2. Find the extension under HKEY_CLASSES_ROOT, i.e. for a text file find HKEY_CLASSES_ROOT.txt. This will usually have the Nullfile string entry.
  3. Delete HKEY_CLASSES_ROOT[EXTENSION]\ShellNew registry key, i.e. HKEY_CLASSES_ROOT.txt\ShellNew.
link|flag
up vote 0 down vote

Thank you, Chris! TweakUI worked for me. Amazingly, I had to search for an hour to even find someone else asking this question!

link|flag
up vote 0 down vote

I struggled with this one as I also couldn't find a Templates section in the newest TweakUI. But then I realized that I wasn't running TweakUI with elevated (Administrator) privileges. (My system at work is locked down so I'm using a User account with less-than-admin privileges.) However, if you know the Admin password on your system, you can run TweakUI elevated. For some reason (perhaps because it involves registry edits) the "Templates" feature only appears when running TweakUI with elevated privileges.

One method of doing so is to find a shortcut to your command prompt, right-click on it, and select "Run As...", then enter the Administrator's username and password. Now any apps opened from the command prompt will have admin privs as well, so you can just enter "C:\WINDOWS\system32\TweakUI.exe", and you should see the new "Templates" item in the tree.

link|flag
up vote 0 down vote

Every time you open Photoshop it will create a new ShellNew entry for .psd (ie HKEY_CLASSES_ROOT.psd\ShellNew) if one does not exist, so it's no use adding a minus sign to the end of "ShellNew" - which TweakUI does for you when the entry is unticked from its list - or renaming the .psd branch, it will keep coming back...

After about a billion years of googling, I found this fix:

http://sonik-systems.com/howtocook2/#%5Fphotoshop

link|flag

Your Answer

get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.