如何解决点击右键新建没有word,ppt,excel选项
1、新建一个文本文档(文件名随便),输入以下代码并保存,保存后把后缀名“txt”改为“reg”,双击这个reg文件导入注册表,刷新后即可成功。
2、Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\.doc]@="word
.Document.8""Content Type"="application/ms
word
"[HKEY_CLASSES_ROOT\.doc\OpenWithList]
[HKEY_CLASSES_ROOT\.doc\OpenWithList\wordPad.exe]@=""
[HKEY_CLASSES_ROOT\.doc\PersistentHandler]@="{98de59a0-d175-11cd-a7bd-00006b827d94}"
[HKEY_CLASSES_ROOT\.doc\ShellNew][HKEY_CLASSES_ROOT\.doc\
word
.Document.6][HKEY_CLASSES_ROOT\.doc\
word
.Document.6\ShellNew]"FileName"="win
word
.doc"[HKEY_CLASSES_ROOT\.doc\
word
.Document.8][HKEY_CLASSES_ROOT\.doc\
word
.Document.8\ShellNew]"FileName"="win
word
8.doc"[HKEY_CLASSES_ROOT\.doc\
word
Document][HKEY_CLASSES_ROOT\.doc\
word
Document\ShellNew]"FileName"="win
word
2.doc"[HKEY_CLASSES_ROOT\.doc\
word
Pad.Document.1][HKEY_CLASSES_ROOT\.doc\
word
Pad.Document.1\ShellNew]"NullFile"=""
1、同样新建一个文本文档(文件名随便),输入以下代码并保存,保存后把后缀名“txt”改为“reg”,双击这个reg文件导入注册表,刷新后即可成功。
2、Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\.
ppt
]"Content Type"="application/vnd.ms-powerpoint"
@="PowerPoint.Show.8"[HKEY_CLASSES_ROOT\.
ppt
\PersistentHandler]@="{98de59a0-d175-11cd-a7bd-00006b827d94}"
[HKEY_CLASSES_ROOT\.ppt\PowerPoint.Show.4][HKEY_CLASSES_ROOT\.
ppt
\PowerPoint.Show.4\ShellNew]"FileName"="powerpnt.
ppt
"[HKEY_CLASSES_ROOT\.ppt\PowerPoint.Show.8]
[HKEY_CLASSES_ROOT\.ppt\PowerPoint.Show.8\ShellNew]"FileName"="pwrpnt11.pot"
1、像前面两个一样,新建一个文本文档(文件名随便),输入以下代码并保存,保存后把后缀名“txt”改为“reg”,双击这个reg文件导入注册表,刷新后即可成功。
2、Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\.xls]
"Content Type"="application/vnd.ms-excel"@="
excel
.Sheet.8"[HKEY_CLASSES_ROOT\.xls\
excel
.Sheet.5][HKEY_CLASSES_ROOT\.xls\
excel
.Sheet.5\ShellNew]"FileName"="
excel
.xls"[HKEY_CLASSES_ROOT\.xls\
excel
.Sheet.8]@=""
[HKEY_CLASSES_ROOT\.xls\excel.Sheet.8\ShellNew]"FileName"="
excel
9.xls"[HKEY_CLASSES_ROOT\.xls\
excel
Worksheet][HKEY_CLASSES_ROOT\.xls\
excel
Worksheet\ShellNew]"FileName"="
excel
4.xls"[HKEY_CLASSES_ROOT\.xls\PersistentHandler]
@="{98de59a0-d175-11cd-a7bd-00006b827d94}"
3、以上就是解决点击右键新建没有word,ppt,excel选项的方法