安装office2010后word新建docx文档的方法
发布时间:2014-04-10 17:06:04 作者:佚名 我要评论
装了office 2010后,默认新建菜单中的格式都是不带x的,比如docx就是doc,新建Excel后缀也是xls而不是xlsx。下面给解决方法
装了office 2010后,默认新建菜单中的格式都是不带x的,比如docx就是doc,新建Excel后缀也是xls而不是xlsx。
解决这一问题修改注册表就可以了。将下述代码复制到一个txt文件中,修改后缀txt为reg,导入注册表,刷新桌面,即可实现新建文件默认后缀为docx,xlsx和pptx。
复制代码
代码如下:Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.doc]
[HKEY_CLASSES_ROOT\.xls]
[HKEY_CLASSES_ROOT\.ppt]
[HKEY_CLASSES_ROOT\.docx]
@="Word.Document.12"
"PerceivedType"="document"
"Content Type"="application/vnd.openxmlformats-officedocument.wordprocessingml.document"
[HKEY_CLASSES_ROOT\.docx\OpenWithList]
[HKEY_CLASSES_ROOT\.docx\OpenWithList\Illustrator.exe]
@=""
[HKEY_CLASSES_ROOT\.docx\OpenWithList\WordPad.exe]
@=""
[HKEY_CLASSES_ROOT\.docx\PersistentHandler]
@="{D3B41FA1-01E3-49AF-AA25-1D0D824275AE}"
[HKEY_CLASSES_ROOT\.docx\ShellEx]
[HKEY_CLASSES_ROOT\.docx\ShellEx\PropertyHandler]
@="{993BE281-6695-4BA5-8A2A-7AACBFAAB69E}"
[HKEY_CLASSES_ROOT\.docx\ShellEx\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
@="{84F66100-FF7C-4fb4-B0C0-02CD7FB668FE}"
[HKEY_CLASSES_ROOT\.docx\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{C41662BB-1FA0-4CE0-8DC5-9B7F8279FF97}"
[HKEY_CLASSES_ROOT\.docx\Word.Document.12]
[HKEY_CLASSES_ROOT\.docx\Word.Document.12\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.xlsx]
"Content Type"="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
@="Excel.Sheet.12"
"PerceivedType"="document"
[HKEY_CLASSES_ROOT\.xlsx\Excel.Sheet.12]
[HKEY_CLASSES_ROOT\.xlsx\Excel.Sheet.12\ShellNew]
"FileName"="excel12.xlsx"
[HKEY_CLASSES_ROOT\.xlsx\PersistentHandler]
@="{4887767F-7ADC-4983-B576-88FB643D6F79}"
[HKEY_CLASSES_ROOT\.xlsx\shellex]
[HKEY_CLASSES_ROOT\.xlsx\shellex\PropertyHandler]
@="{993BE281-6695-4BA5-8A2A-7AACBFAAB69E}"
[HKEY_CLASSES_ROOT\.xlsx\shellex\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
@="{00020827-0000-0000-C000-000000000046}"
[HKEY_CLASSES_ROOT\.xlsx\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{C41662BB-1FA0-4CE0-8DC5-9B7F8279FF97}"
[HKEY_CLASSES_ROOT\.pptx]
"Content Type"="application/vnd.openxmlformats-officedocument.presentationml.presentation"
@="PowerPoint.Show.12"
"PerceivedType"="document"
[HKEY_CLASSES_ROOT\.pptx\PersistentHandler]
@="{4F46F75F-199F-4C63-8B7D-86D48FE7970C}"
[HKEY_CLASSES_ROOT\.pptx\PowerPoint.Show.12]
[HKEY_CLASSES_ROOT\.pptx\PowerPoint.Show.12\ShellNew]
"FileName"="pwrpnt12.pptx"
[HKEY_CLASSES_ROOT\.pptx\shellex]
[HKEY_CLASSES_ROOT\.pptx\shellex\PropertyHandler]
@="{993BE281-6695-4BA5-8A2A-7AACBFAAB69E}"
[HKEY_CLASSES_ROOT\.pptx\shellex\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
@="{65235197-874B-4A07-BDC5-E65EA825B718}"
[HKEY_CLASSES_ROOT\.pptx\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{C41662BB-1FA0-4CE0-8DC5-9B7F8279FF97}"
如果你要后缀默认是doc,ppt,xls的话,导入下面的代码应该就可以了:
复制代码
代码如下:Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.docx]
[HKEY_CLASSES_ROOT\.xlsx]
[HKEY_CLASSES_ROOT\.pptx]
[HKEY_CLASSES_ROOT\.doc]
@="Word.Document.12"
"PerceivedType"="document"
"Content Type"="application/vnd.openxmlformats-officedocument.wordprocessingml.document"
[HKEY_CLASSES_ROOT\.doc\OpenWithList]
[HKEY_CLASSES_ROOT\.doc\OpenWithList\Illustrator.exe]
@=""
[HKEY_CLASSES_ROOT\.doc\OpenWithList\WordPad.exe]
@=""
[HKEY_CLASSES_ROOT\.doc\PersistentHandler]
@="{D3B41FA1-01E3-49AF-AA25-1D0D824275AE}"
[HKEY_CLASSES_ROOT\.doc\ShellEx]
[HKEY_CLASSES_ROOT\.doc\ShellEx\PropertyHandler]
@="{993BE281-6695-4BA5-8A2A-7AACBFAAB69E}"
[HKEY_CLASSES_ROOT\.doc\ShellEx\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
@="{84F66100-FF7C-4fb4-B0C0-02CD7FB668FE}"
[HKEY_CLASSES_ROOT\.doc\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{C41662BB-1FA0-4CE0-8DC5-9B7F8279FF97}"
[HKEY_CLASSES_ROOT\.doc\Word.Document.12]
[HKEY_CLASSES_ROOT\.doc\Word.Document.12\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.xls]
"Content Type"="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
@="Excel.Sheet.12"
"PerceivedType"="document"
[HKEY_CLASSES_ROOT\.xls\Excel.Sheet.12]
[HKEY_CLASSES_ROOT\.xls\Excel.Sheet.12\ShellNew]
"FileName"="excel12.xls"
[HKEY_CLASSES_ROOT\.xls\PersistentHandler]
@="{4887767F-7ADC-4983-B576-88FB643D6F79}"
[HKEY_CLASSES_ROOT\.xls\shellex]
[HKEY_CLASSES_ROOT\.xls\shellex\PropertyHandler]
@="{993BE281-6695-4BA5-8A2A-7AACBFAAB69E}"
[HKEY_CLASSES_ROOT\.xls\shellex\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
@="{00020827-0000-0000-C000-000000000046}"
[HKEY_CLASSES_ROOT\.xls\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{C41662BB-1FA0-4CE0-8DC5-9B7F8279FF97}"
[HKEY_CLASSES_ROOT\.ppt]
"Content Type"="application/vnd.openxmlformats-officedocument.presentationml.presentation"
@="PowerPoint.Show.12"
"PerceivedType"="document"
[HKEY_CLASSES_ROOT\.ppt\PersistentHandler]
@="{4F46F75F-199F-4C63-8B7D-86D48FE7970C}"
[HKEY_CLASSES_ROOT\.ppt\PowerPoint.Show.12]
[HKEY_CLASSES_ROOT\.ppt\PowerPoint.Show.12\ShellNew]
"FileName"="pwrpnt12.ppt"
[HKEY_CLASSES_ROOT\.ppt\shellex]
[HKEY_CLASSES_ROOT\.ppt\shellex\PropertyHandler]
@="{993BE281-6695-4BA5-8A2A-7AACBFAAB69E}"
[HKEY_CLASSES_ROOT\.ppt\shellex\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
@="{65235197-874B-4A07-BDC5-E65EA825B718}"
[HKEY_CLASSES_ROOT\.ppt\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{C41662BB-1FA0-4CE0-8DC5-9B7F8279FF97}"
相关文章
- 今天在安装office2007时,提示安装失败,这是什么情况,如何解决2014-04-02
使用office2010截图和office2010抠图实用技巧分享
这里介绍几则Office2010比较实用的技巧,截取当前窗口、移除图片中的背景、自定义用户界面,需要的朋友可以参考下2014-04-02- 在微软不厌其烦的提醒下,相信大家都已经知道,Windows XP的支持将于2014年4月8日结束2014-03-26
office2003快捷键大全、word\excel2003快捷键
office2003 操作中都有哪些快捷键?今天小编为大家一一呈现,需要的朋友可以看看2014-03-12- 本经验经过众多实践及网友的反馈,总结、提炼一种通用于所有浏览器的、最为有效的解决方法,并将之前的其它两种效果不太好的方法删除。还有其它问题请网友反馈,我将在第一2014-01-18
office2013安装教程以及在安装office2013出错的解决方案
office2013是微软office系列的最新作品,2013比起以前的任何一款作品都要华丽而实用,绝对可以用完美来形容2013-12-23- 自打office从2010版升级到2013版,就再也无法登录微软账号了。每次点击登录,弹出来的框就显示:this feature has been disabled by your administrator,看下面的解决方法2013-12-13
win7系统将激活好的Office2013信息备份下来的方法
办公软件--Office 2013,首先我们需要将Office2013激活才能真正体验,下面为大家介绍下将激活好的Office信息备份下来的方法,需要的朋友不要错过2013-12-02office2013错误提示1406/1402/1920解决方法
在安装Office2013的过程中可能会遇到各种错误提示,其中最常见的是1406、1920、1403,今天小编带来了office2013错误提示1406/1402/1920解决方法2013-11-29- office是我们常用的办公软件,但是有时候office文件打不开并且提示找不到路径文件这时该怎么办呢,今天小编就教大家解决的方法,下面就一起去看看2013-10-19
最新评论