欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

新建office2010文件(Word/Powerpoint/Excel)為doc/ppt/xls等早期格式

  發(fā)布時(shí)間:2013-02-02 14:58:29   作者:佚名   我要評(píng)論
創(chuàng)建的Word、Powerpoint、Excel只能是docx、pptx、xlsx等只有Office 2007/2010等版本支持的新格式,沒(méi)辦法直接創(chuàng)建一個(gè)doc、ppt、xls格式,這一點(diǎn)令很多用戶(hù)束手無(wú)策,還好本文提供詳細(xì)解決方法,感興趣的朋友可以參考下,或許對(duì)你有所幫助
安裝了Office 2010之后,鼠標(biāo)右鍵新建中,創(chuàng)建的Word、Powerpoint、Excel只能是docx、pptx、xlsx等只有Office 2007/2010等版本支持的新格式,沒(méi)辦法直接創(chuàng)建一個(gè)doc、ppt、xls格式讓其他Office 2003用戶(hù)讀取和編輯。

以下提供編輯注冊(cè)表的方法,通過(guò)直接導(dǎo)入注冊(cè)表文件,可以完美的實(shí)現(xiàn)在安裝了Office 2010下,使用鼠標(biāo)右鍵創(chuàng)建Office 2003版本的word、excel、ppt文檔,支持Windows XP和Windows 7。

(Also published on FEAero.wordpress.com)

將以下代碼寫(xiě)入文本文件,保存為WordnewDOC.reg,雙擊運(yùn)行

復(fù)制代碼
代碼如下:

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”=”"

將以下代碼寫(xiě)入文本文件,保存為PPTnewPPT.reg,雙擊運(yùn)行

復(fù)制代碼
代碼如下:

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”

將以下代碼寫(xiě)入文本文件,保存為ExcelnewXLS.reg,雙擊運(yùn)行:

復(fù)制代碼
代碼如下:

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]
“FileName”=”excel9.xls”
[HKEY_CLASSES_ROOT\.xls\ExcelWorksheet]
[HKEY_CLASSES_ROOT\.xls\ExcelWorksheet\ShellNew]
“FileName”=”excel4.xls”
[HKEY_CLASSES_ROOT\.xls\PersistentHandler]
@=”{98de59a0-d175-11cd-a7bd-00006b827d94}”

運(yùn)行完成之后就會(huì)在右鍵新建菜單中存在六個(gè)選項(xiàng):“Microsoft Word 97-2003 文檔、Microsoft Word 文檔、Microsoft Powerpoint 97-2003 演示文稿、Microsoft Powerpoint 演示文稿、Microsoft Excel 97-2003 工作表、Microsoft Excel 工作表”,分別對(duì)應(yīng)doc、docx、ppt、pptx、xls、xlsx格式。

P.S.:
以上操作如果沒(méi)有馬上出現(xiàn)效果可以注銷(xiāo)或者重啟一下,一般不需要。

相關(guān)文章

最新評(píng)論