Windows 7 and Word 2010 – Add .rtf (Rich Text Document) to ‘new’ context menu

The usual method to add another file type to the ‘new’ menu in Windows 7 does not work for Rich Text Documents, this is because Rich Text Documents (.rtf) are not “null” files.

To add ‘Rich Text Format’ to the ‘new’ context menu, you will need to create a document template, save it to %SystemRoot%\ShellNew and then add a registry key to the computer.

MSWin7-NewContextMenu2

 

How to add ‘Rich Text Format’ (.rtf) to the ‘new’ context menu

  1. Open Wordpad
  2. MSWin7-NewContextMenu3
  3. Save a new empty rft file to the desktop (or another temporary location), save the file as ‘Document.rtf’
  4. Copy ‘Document.rtf’ to %SystemRoot%\ShellNew
  5. MSWin7-NewContextMenu4
  6. Create a new text document called ‘AddRTF.reg’ and add the following text:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.rtf\Word.RTF.8\ShellNew]
"filename"="Document.rtf"
  1. Run (import) the AddRTF.reg file
  2. You should now have ‘Rich Text Format’ in the ‘new’ menu. If it is not there straight away you will need to restart the computer.

 

MSWin7-NewContextMenu2