(1)首先,运行“regedit”,打开注册表,点开HKEY_CLASSES_ROOT前面的“+”,找到相应的文件夹,在这里是doc、xls、ppt文件夹,分别是Word、Excel和Powerpoint的扩展名。在此以ppt为例,其他类似。右键单击ppt文件夹,选择新建“项”,新建的项就是新建一个子文件夹,将新建的子文件夹命名为“ShellNew”。
(2)左键单击ShellNew文件夹,在右边空白处右键单击选择新建“字符串值”,将其命名为“FileName”。双击FileName,在弹出的编辑字符对话框中的数值数据栏中输入“pwrpnt8.pot”,点击确定即可。Word和Excel的右键新建办法同上,只是在最后输入数值数据时分别输入“winword8.doc”和“excel8.xls”。此法是新建的Office2003系列,若是2007系列估计输入的数据数值可能不同。
第二种方法:
点击“开始”菜单,再点击“运行”,在“运行”中输入“regedit,再“确定”。在“HKEY_CLASSES_ROOT下找到.doc ,点开 “Word.Document.8,并在其项下新建项“ShellNew (方法是在Word.Document.8上右键单击,选择“新建”--“项”,将项的名字改为“ShellNew”),在ShellNew上右键单击,选择“新建”---“字符串值”,将字符串的名字改为“FileName”,右键单击“FileName”,选择“修改”,在“数值数据”那个框里写上 winword.doc。其它不变。 然后重新启动电脑,问题解决。
右键无法新建office文档,解决办法见:http://wenku.baidu.com/view/f365301283c4bb4cf7ecd1e8.html
桌面快捷菜单中新建没有word、execl、powerpoint项的解决方法:
1、增加word的方法(新建一个文本文档,把下面这段代码复制进去,存成.reg文件,直接双击运行,然后刷新几次就会发现右键的新建功能里面多了word):
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=
2、增加excel的方法(新建一个文本文档,把下面这段代码复制进去,存成.reg文件,直接双击运行,然后刷新几次就会发现右键的新建功能里面多了excel):
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}
3、增加ppt的方法(新建一个文本文档,把下面这段代码复制进去,存成.reg文件,直接双击运行,然后刷新几次就会发现右键的新建功能里面多了ppt):
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
安装office时可以选择是否在右键显示
重装一次word,
标签:右键,word,电脑