在电脑上出现,单击鼠标右键没有新建WORD\EXCEL\PPT怎么办?

标签:
it |
1、首先我们点击屏幕左下角的开始菜单,在右面输入regedit,然后点击上方的注册表。
https://gss0.baidu.com/9fo3dSag_xI4khGko9WTAnF6hhy/zhidao/wh=450,600/sign=e99282a066600c33f02cd6cc2f7c7d39/cefc1e178a82b901c86182877e8da9773812efb2.jpg
2.在左侧找到HKEY_CLASSES_ROOT目录,并展开。
https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/wh=450,600/sign=ee73f2522a7f9e2f7060150c2a00c512/d788d43f8794a4c232e6a79f03f41bd5ac6e39b8.jpg
3.然后我们点击上方的编辑按钮,找到查找选项并打开。
https://gss0.baidu.com/9fo3dSag_xI4khGko9WTAnF6hhy/zhidao/wh=450,600/sign=f5c968938782b9013df8cb3746bd8541/a686c9177f3e6709f308064b36c79f3df8dc557d.jpg
4.接下来我们在搜索栏里输入docx,然后点击查找下一个。
https://gss0.baidu.com/9fo3dSag_xI4khGko9WTAnF6hhy/zhidao/wh=450,600/sign=6069afb7c595d143da23ec2746c0ae34/dc54564e9258d1099110ea06dc58ccbf6d814d96.jpg
5.我们找到之后,点击默认。
https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/wh=450,600/sign=6c8deb06dc58ccbf1be9bd3e2ce89008/c75c10385343fbf26d42e497bd7eca8065388f1c.jpg
6.进入之后我们会看到一个数据
https://gss0.baidu.com/-4o3dSag_xI4khGko9WTAnF6hhy/zhidao/wh=450,600/sign=85a63d14fb03738dde1f0426862b9c67/6609c93d70cf3bc7a39a8f58dc00baa1cc112aef.jpg
7.然后我们把数据改为Word.Document.12。改完之后我们点击鼠标右键就可以创建word文件了。要改变EXCEL跟word步骤一样,就是把docx改为xlsx就可以了。
https://gss0.baidu.com/-vo3dSag_xI4khGko9WTAnF6hhy/zhidao/wh=450,600/sign=acc3e08e3d4e251fe2a2ecfc92b6e521/5882b2b7d0a20cf4dc5abc6b7b094b36adaf99b8.jpg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.doc]
@="Word.Document.8"
"Content Type"="application/msword"
[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"="winword.doc"
[HKEY_CLASSES_ROOT\.doc\Word.Document.8]
[HKEY_CLASSES_ROOT\.doc\Word.Document.8\ShellNew]
"FileName"="winword8.doc"
[HKEY_CLASSES_ROOT\.doc\WordDocument]
[HKEY_CLASSES_ROOT\.doc\WordDocument\ShellNew]
"FileName"="winword2.doc"
[HKEY_CLASSES_ROOT\.doc\WordPad.Document.1]
[HKEY_CLASSES_ROOT\.doc\WordPad.Document.1\ShellNew]
"NullFile"=""
2、增加excel的方法(新建一个文本文档,把下面这段代码复制进去,存成.reg文件,直接双击运行,然后刷新几次就会发现右键的新建功能里面多了excel):
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"="excel9.xls"
[HKEY_CLASSES_ROOT\.xls\ExcelWorksheet]
[HKEY_CLASSES_ROOT\.xls\ExcelWorksheet\ShellNew]
"FileName"="excel4.xls"
[HKEY_CLASSES_ROOT\.xls\PersistentHandler]
@="{98de59a0-d175-11cd-a7bd-00006b827d94}"
3、增加ppt的方法(新建一个文本文档,把下面这段代码复制进去,存成.reg文件,直接双击运行,然后刷新几次就会发现右键的新建功能里面多了ppt):
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"
喜欢
0
赠金笔