1.打开注册表
开始菜单 -> 运行 -> 输入regedit
2.在右键新建菜单增加“Word文档”
在注册表展开节点:
\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Discardable\PostSetup\ShellNew
双击编辑“Classes”属性,添加一行.docx
3.编辑.docx节点默认值
在注册表展开节点:
\HKEY_CLASSES_ROOT\\.docx
双击编辑“默认”属性,把值修改为Word.Document.12
4.在.docx节点增加\Word.Document.12\ShellNew子节点
(1) 右键.docx,新建项Word.Document.12
(2) 右键Word.Document.12,新建项ShellNew
(3) 在ShellNew中新建字符串值,名字为FileName,值留空即可