2024年3月19日发(作者:)
1、增加word的方法(新建一个文本文档,把下面这段代码复制进去,存成.reg文件,直接双击运行,然
后刷新几次就会发现右键的新建功能里面多了word):
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT。doc]
@=”Word。Document.8”
”Content Type"=”application/msword"
[HKEY_CLASSES_ROOT。docOpenWithList]
[HKEY_CLASSES_ROOT。docOpenWithListWordPad。exe]
@=”"
[HKEY_CLASSES_ROOT。docPersistentHandler]
@="{98de59a0—d175—11cd—a7bd-00006b827d94}"
[HKEY_CLASSES_ROOT。docShellNew]
[HKEY_CLASSES_nt.6]
[HKEY_CLASSES_d。Document.6ShellNew]
”FileName”=””
[HKEY_CLASSES_nt。8]
[HKEY_CLASSES_ROOT。docWord。Document。8ShellNew]
”FileName”="winword8。doc”
[HKEY_CLASSES_ROOT。docWordDocument]
[HKEY_CLASSES_ROOT。docWordDocumentShellNew]
"FileName"="winword2。doc"
[HKEY_CLASSES_ROOT。nt。1]
[HKEY_CLASSES_ROOT。nt.1ShellNew]
"NullFile”=””
2、增加excel的方法(新建一个文本文档,把下面这段代码复制进去,存成。reg文件,直接双击运行,然
后刷新几次就会发现右键的新建功能里面多了excel):
Windows Registry Editor Version 5。00
[HKEY_CLASSES_]
"Content Type”=”application/vnd。ms—excel"
@=”.8"
[HKEY_CLASSES_ROOT。xlsExcel。Sheet。5]
[HKEY_CLASSES_ROOT。xlsExcel。Sheet。5ShellNew]
”FileName”=”"
[HKEY_CLASSES_ROOT。。8]
@="”
[HKEY_CLASSES_el。Sheet.8ShellNew]
"FileName”="excel9。xls”
[HKEY_CLASSES_elWorksheet]
[HKEY_CLASSES_elWorksheetShellNew]
”FileName”=””
[HKEY_CLASSES_ROOT。xlsPersistentHandler]
@="{98de59a0-d175-11cd-a7bd-00006b827d94}”
3、增加ppt的方法(新建一个文本文档,把下面这段代码复制进去,存成。reg文件,直接双击运行,然
后刷新几次就会发现右键的新建功能里面多了ppt):
Windows Registry Editor Version 5.00
[HKEY_CLASSES_]
”Content Type”="application/—powerpoint”
@=”PowerPoint。Show。8"
[HKEY_CLASSES_ROOT。pptPersistentHandler]
@="{98de59a0—d175-11cd-a7bd-00006b827d94}"
[HKEY_CLASSES_ROOT。pptPowerPoint。Show。4]
[HKEY_CLASSES_ROOT。。4ShellNew]
"FileName"=”powerpnt。ppt”
[HKEY_CLASSES_ROOT。pptPowerPoint。Show。8]
[HKEY_CLASSES_ROOT。。8ShellNew]
”FileName"=”"


发布评论