Restoring Vista’s missing “Text Document” shortcut

April 9th, 2009    2 Comments

Despite all the bad press it got, I’ve always liked Vista. I actually don’t think it was any great shakes. There are no huge benefits as far as I can tell. Being able to start an application by pressing the Windows key, typing the first few letters of the application’s name and pressing Enter is great if, like me, you like to keep your hands on the keyboard rather than using the mouse. Perversely, some might say, I like UAC, and over all Vista does look nicer that XP.

But one thing that’s always irked me is the fact that, for some reason, Microsoft decided to remove the Text Document option from the right-click > New option in Windows Explorer.

text-document-option

I quite often add little text documents here and there and I always found this shortcut in XP provided a handy way of doing this. You could just right-click > New > Text Document, then double-click the file that was created and edit the document in your default text editor.

Putting this shortcut back again involves editing your Windows Registry. Not for the feint-hearted. But fortunately, someone has done this for us and created a .reg file that you can just save and then double-click to add the settings (provided you have administrative privileges for your PC).

You can get this file here:

http://www.vistax64.com/tutorials/154554-new-context-menu-restore-default-menu-items.html

Scroll down the page to the heading To Restore Text Document and click the Download button.

Follow the instructions on the page. It says you need to restart your computer. In fact you can just end the Explorer process in Task Manager and start a new Explorer process and you’ll have the shortcut.

Comments

  1. User Gravatar Adam said:

    August 24th, 2009 at 5:22 pm (#)

    Thanks for this, i really missed this feature.  Making a quick text document for notes is so much easier than waiting for word to load.

  2. User Gravatar joe said:

    March 15th, 2011 at 7:45 am (#)

    Mine was missing too. After mucking around trying to find a solution, I discovered you have to remove the dreamweaver key/string from the OpenWithList key.

    It works now and looks like this:

    HKEY_CLASSES_ROOT/.txt
    (Default) REG_SZ txtfile
    Content Type REG_SZ text/plain

    HKEY_CLASSES_ROOT/.txt/OpenWithList
    (Default) REG_SZ (value not set)

    HKEY_CLASSES_ROOT/.txt/PersistentHandler
    (Default) REG_SZ {5e941d80-bf96-11cd-b579-08002b30bfeb}

    HKEY_CLASSES_ROOT/.txt/ShellNew
    (Default) REG_SZ (value not set)
    ItemName REG_EXPAND_SZ @%SystemRoot%system32
    otepad.exe,-470
    NullFile REG_SZ

Leave a comment