我是win7系统,安装的是2007版本的offce。问题是,新建里面没有有word 文档、PPT等。怎么处理啊。

word

1个回答

写回答

진혁맘

2026-01-07 02:00

+ 关注

word
word

在桌面上右键点击,选择“新建”->“文本文档”,将下面的代码复制进去。然后将该文档另存为.reg格式,并将其导出。这样就可以制作一个注册表项来添加新的wordexcel和ppt文档到注册表中。以下是三个不同的注册表项,每个对应一个不同的类型(wordexcel和PPT): Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT.doc]@="word.Document.8""Content Type"="application/msword"[HKEY_CLASSES_ROOT.docOpenWithList][HKEY_CLASSES_ROOT.docOpenWithListMicrosoft word.exe]@="""[HKEY_CLASSES_ROOT.docPersistentHandler]@="{98de59a0-d175-11cd-a7bd-00006b827d94}" " [HKEY_CLASSES_ROOT.docShellNew] "FileName"="winword.doc" " [HKEY_CLASSES_ROOT.docword.Document.6] " [HKEY_CLASSES_ROOT.docWinword.Document.6ShellNew] "FileName"="winword8.doc" " [HKEY_CLASSES_ROOT.docWinword.Article.6] " [HKEY_CLASSES_ROOT.docWinword.Article.6ShellNew] "FileName"="winword2.doc" " [HKEY_CLASSES_ROOT.docWinword.Formula.6] " [HKEY_CLASSES_ROOT.docWinword.Formula.6ShellNew] "FileName"="winword3.doc" " [HKEY_CLASSES_ROOT.doc] [HKEY_CLASSES_ROOT.docShellNew] "FileName"="winword9.doc" " [HKCUSoftwareMicrosoftWindowsCurrentVersionUninstall{98de59a0-d175-11cd-a7bd-00006b827d94}] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 注:*.reg中的*表示任意名称,必须保证后缀名是.reg双击上述注册项中的每一个展开,并将其导入到注册表编辑器中。然后刷新注册表即可看到右键菜单中新增了"新建" -> "word文档"、"新建" -> "excel文档"和"新建" -> "PowerPoint文档"等选项。请注意:以上代码仅供参考,具体操作可能因不同版本而略有差异。建议在修改注册表前备份您的数据,并谨慎操作以避免意外损失。

举报有用(0分享收藏

Copyright © 2025 IZhiDa.com All Rights Reserved.

知答 版权所有 粤ICP备2023042255号