为什么在桌面右键新建里面没有ppt和excel,怎样添加进去?

我的笔记本买了一个月,联想Y460,正版win7家庭普通版系统,系统里自带有Microsoft office 2010,我又下载有2007 office system兼容包,360里显示都已安装,但在桌面右键新建里只有word,没有ppt和excel,怎样把这两项添加进去呀?电脑它能打开光盘上的ppt和excel,就是桌面右键新建里没有这两项,请高手指教!稍微说详细点,应该如何操作?谢谢!

1、按Win+R,在输入框中键入regedit,点确定,如图

2、打开注册表,打开路径HKEY_CLASSES_ROOT→ * →shell,如下图

3、在shell上右键→新建→项,命名为PPT,再在PPT上右键→新建→项,命名为command,文件结构如下图:

4、点击command文件夹,双击右侧栏中的“默认”,在“数值数据”中输入,如"C:\Program Files\Microsoft Office\Office12\POWERPOINT.exe" "%1" ,其中C:\Program Files\VeryProxy\VeryProxy.exe为软件路径。

添加Excel右键菜单的方法类似。

温馨提示:内容为网友见解,仅供参考
第1个回答  2011-04-16
解决单击鼠标右键新建菜单里没有word、excel、ppt等选项的问题:希望能帮到朋友你

1、增加word的方法(新建一个文本文档,把下面这段代码复制进去,存成.reg文件(必须保证后缀名是.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文件(必须保证后缀名是.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文件(必须保证后缀名是.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"

参考资料:来自百度百科

本回答被网友采纳
第2个回答  2011-04-17
右键新建里有一项快捷方式,在里面选你想加进去的就行了。
相似回答