5

When I right-click on an empty area of the desktop, I get a full context menu. Hovering over "New" brings up a new sub-context menu. "New Word Document" suddenly disappeared – it always used to be there!

So how can I put it back? This is on a Windows 7 system.

Nifle
  • 34,998
greenber
  • 683

3 Answers3

9

Base on similar questions I checked, this might solve the issue:

Click Start > Run > and type winword.exe /r

If this solution didn't work, you can have a look at How can I add an item to the 'new' context menu?

Nima
  • 1,648
7

My situation was that I had both Office 2007 and Office 2010 installed on the same machine, via the drive image deployed to my work PC. Having both versions caused control struggles, with each version vying for control each time I launched it, so I opted to remove 2007. In so doing, the right-click "Create new" options disappeared.

I solved this by going to Control Panel → Programs and Features → Microsoft Office → Change → Repair.

Indrek
  • 24,874
0

For the more technical minded:

  1. Run regedit.exe
  2. Go to HKCR\.docx and export this entry and review carefully that all the keys exist. For me the @="Word.Document.12" was missing. You can compare with HKCR\.pptx or HKCR\.xlsx if these are working.
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT.docx] @="Word.Document.12"

[HKEY_CLASSES_ROOT.docx\Word.Document.12]

[HKEY_CLASSES_ROOT.docx\Word.Document.12\ShellNew] "NullFile"="" "FileName"="C:\Program Files (x86)\Microsoft Office\Root\VFS\Windows\ShellNew\word.docx"

For 64-bit Word, adjust Program Files