裝了office 2010后,默認(rèn)新建菜單中的格式都是不帶x的,比如docx就是doc,新建Excel后綴也是xls而不是xlsx 。
解決這一問(wèn)題修改注冊(cè)表就可以了 。將下述代碼復(fù)制到一個(gè)txt文件中,修改后綴txt為reg,導(dǎo)入注冊(cè)表,刷新桌面,即可實(shí)現(xiàn)新建文件默認(rèn)后綴為docx,xlsx和pptx 。
復(fù)制代碼
代碼如下:
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]
【word新建docx文檔的方法】@=
[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}
如果你要后綴默認(rèn)是doc,ppt,xls的話,導(dǎo)入下面的代碼應(yīng)該就可以了:
復(fù)制代碼
代碼如下:
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}
經(jīng)驗(yàn)總結(jié)擴(kuò)展閱讀
- 怎么新建文本文檔
- WPS能不能別在右鍵新建里添加項(xiàng)目
- word2003文檔格式的方法
- Word怎么設(shè)置圖片透明度
- word文檔怎么設(shè)置水印 word文檔設(shè)置水印方法
- PDF怎么轉(zhuǎn)換成Word,pdf怎么轉(zhuǎn)換成word?
- word2013文檔屬性添加關(guān)鍵詞的步驟
- Word怎樣制作米字格
- Word中怎么反饋一些問(wèn)題,Word中出現(xiàn)以下問(wèn)題該怎么解決
- word目錄怎么自動(dòng)生成,word如何自動(dòng)生成目錄
