win7系統(tǒng)下載
當前位置: 首頁 > 電腦學習教程 > 詳細頁面

電腦右鍵新建菜單沒有word、Excel、Powerpoint的處理辦法

發(fā)布時間:2024-04-14 文章來源:深度系統(tǒng)下載 瀏覽:

最近發(fā)現(xiàn)電腦里所有的Word、Excel文檔都不能被系統(tǒng)識別,圖標變成windows不能識別的圖標格式,雙擊打開時不能被默認的程序打開,剛開始還以為中了病毒,殺了一遍毒也沒發(fā)現(xiàn)問題,經(jīng)過查資料分析得知:凡事這種現(xiàn)象基本上是文件關(guān)聯(lián)性出錯,只需到注冊表中修改即可。

下面是office2003的方法:

1、增加word的方法(新建一個文本文檔,把下面這段代碼復制進去,存成.reg文件,直接雙擊運行,然后刷新幾次就會發(fā)現(xiàn)右鍵的新建功能里面多了word):


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT.doc]
@="Word.Document.8"
"Content Type"="application/msword"

[HKEY_CLASSES_ROOT.docOpenWithList]

[HKEY_CLASSES_ROOT.docOpenWithListWordPad.exe]
@=""

[HKEY_CLASSES_ROOT.docPersistentHandler]
@="{98de59a0-d175-11cd-a7bd-00006b827d94}"

[HKEY_CLASSES_ROOT.docShellNew]

[HKEY_CLASSES_ROOT.docWord.Document.6]

[HKEY_CLASSES_ROOT.docWord.Document.6ShellNew]
"FileName"="winword.doc"

[HKEY_CLASSES_ROOT.docWord.Document.8]

[HKEY_CLASSES_ROOT.docWord.Document.8ShellNew]
"FileName"="winword8.doc"

[HKEY_CLASSES_ROOT.docWordDocument]

[HKEY_CLASSES_ROOT.docWordDocumentShellNew]
"FileName"="winword2.doc"

[HKEY_CLASSES_ROOT.docWordPad.Document.1]

[HKEY_CLASSES_ROOT.docWordPad.Document.1ShellNew]
"NullFile"=""


2、增加excel的方法(新建一個文本文檔,把下面這段代碼復制進去,存成.reg文件,直接雙擊運行,然后刷新幾次就會發(fā)現(xiàn)右鍵的新建功能里面多了excel):


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT.xls]
"Content Type"="application/vnd.ms-excel"
@="Excel.Sheet.8"

[HKEY_CLASSES_ROOT.xlsExcel.Sheet.5]

[HKEY_CLASSES_ROOT.xlsExcel.Sheet.5ShellNew]
"FileName"="excel.xls"

[HKEY_CLASSES_ROOT.xlsExcel.Sheet.8]
@=""

[HKEY_CLASSES_ROOT.xlsExcel.Sheet.8ShellNew]
"FileName"="excel9.xls"

[HKEY_CLASSES_ROOT.xlsExcelWorksheet]

[HKEY_CLASSES_ROOT.xlsExcelWorksheetShellNew]
"FileName"="excel4.xls"

[HKEY_CLASSES_ROOT.xlsPersistentHandler]
@="{98de59a0-d175-11cd-a7bd-00006b827d94}"


3、增加ppt的方法(新建一個文本文檔,把下面這段代碼復制進去,存成.reg文件,直接雙擊運行,然后刷新幾次就會發(fā)現(xiàn)右鍵的新建功能里面多了ppt):


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT.ppt]
"Content Type"="application/vnd.ms-powerpoint"
@="PowerPoint.Show.8"

[HKEY_CLASSES_ROOT.pptPersistentHandler]
@="{98de59a0-d175-11cd-a7bd-00006b827d94}"

[HKEY_CLASSES_ROOT.pptPowerPoint.Show.4]

[HKEY_CLASSES_ROOT.pptPowerPoint.Show.4ShellNew]
"FileName"="powerpnt.ppt"

[HKEY_CLASSES_ROOT.pptPowerPoint.Show.8]

[HKEY_CLASSES_ROOT.pptPowerPoint.Show.8ShellNew]
"FileName"="pwrpnt11.pot"

如果是office2007:

HKEY_CLASSES_ROOT 下的.docx的鍵值改為Word.Document.12就ok了

本文章關(guān)鍵詞: 電腦 右鍵 新建 菜單 沒有 word  Excel 最近