新建office2010文件(Word/Powerpoint/Excel)為doc/ppt/xls等早期格式
2024-08-22 13:39:53
供稿:網友
安裝了Office 2010之后,鼠標右鍵新建中,創建的Word、Powerpoint、Excel只能是docx、pptx、xlsx等只有Office 2007/2010等版本支持的新格式,沒辦法直接創建一個doc、ppt、xls格式讓其他Office 2003用戶讀取和編輯。
以下提供編輯注冊表的方法,通過直接導入注冊表文件,可以完美的實現在安裝了Office 2010下,使用鼠標右鍵創建Office 2003版本的word、excel、ppt文檔,支持Windows XP和Windows 7。
(Also published on FEAero.wordpress.com)
將以下代碼寫入文本文件,保存為WordnewDOC.reg,雙擊運行:
復制代碼代碼如下:
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”=”"
將以下代碼寫入文本文件,保存為PPTnewPPT.reg,雙擊運行:
復制代碼代碼如下:
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”
將以下代碼寫入文本文件,保存為ExcelnewXLS.reg,雙擊運行:
復制代碼代碼如下:
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]