Office 2007 添加右键“新建”快捷方式

时间:2024-02-23 07:26:44

早上,公司同事新装了Office 2007,结果发现没有右键新建Excel、word等快捷方式,使用起来非常不方便。在网上查了一下,只找到Office 2003的方法,可是不知道2007的参数值,于是在自己的笔记本中的注册表HKEY-CLASSES-ROOT中找到对应的文件后缀名选项,导出到桌面,另存为.reg的文件,传给同事,直接点击运行,在弹出的对话框中选择“确定”,注销计算机,重新登陆,搞定!

下面以Excel 2007 为例:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.xlsx]
"PerceivedType"="document"
"Content Type"="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
@="Excel.Sheet.12"

[HKEY_CLASSES_ROOT\.xlsx\Excel.Sheet.12]

[HKEY_CLASSES_ROOT\.xlsx\Excel.Sheet.12\ShellNew]
"FileName"="excel12.xlsx"

[HKEY_CLASSES_ROOT\.xlsx\PersistentHandler]
@="{4887767F-7ADC-4983-B576-88FB643D6F79}"

[HKEY_CLASSES_ROOT\.xlsx\ShellEx]

[HKEY_CLASSES_ROOT\.xlsx\ShellEx\PropertyHandler]
@="{993BE281-6695-4BA5-8A2A-7AACBFAAB69E}"

[HKEY_CLASSES_ROOT\.xlsx\ShellEx\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
@="{00020827-0000-0000-C000-000000000046}"

[HKEY_CLASSES_ROOT\.xlsx\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{C41662BB-1FA0-4CE0-8DC5-9B7F8279FF97}"

 

 

复制以上代码到文本文档,另存为xlsx.reg。然后点击xlsx.reg文件,写入注册表,注销现在用户重新登陆,看看,是不是右键新建里面就有你梦寐以求的Excel选项了!?

好人做到底,送佛送到西,下面一并把Office 2007 其他的文件加上:

--------------------------------------WORD 2007------------------------------

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.docx]
"PerceivedType"="document"
"Content Type"="application/vnd.openxmlformats-officedocument.wordprocessingml.document"
@="Word.Document.12"

[HKEY_CLASSES_ROOT\.docx\PersistentHandler]
@="{D3B41FA1-01E3-49AF-AA25-1D0D824275AE}"

[HKEY_CLASSES_ROOT\.docx\ShellEx]

[HKEY_CLASSES_ROOT\.docx\ShellEx\PropertyHandler]
@="{993BE281-6695-4BA5-8A2A-7AACBFAAB69E}"

[HKEY_CLASSES_ROOT\.docx\ShellEx\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
@="{84F66100-FF7C-4fb4-B0C0-02CD7FB668FE}"

[HKEY_CLASSES_ROOT\.docx\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{C41662BB-1FA0-4CE0-8DC5-9B7F8279FF97}"

[HKEY_CLASSES_ROOT\.docx\Word.Document.12]

[HKEY_CLASSES_ROOT\.docx\Word.Document.12\ShellNew]
"NullFile"=""

-----------------------------PPT 2007--------------------------------------

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.pptx]
"PerceivedType"="document"
"Content Type"="application/vnd.openxmlformats-officedocument.presentationml.presentation"
@="PowerPoint.Show.12"

[HKEY_CLASSES_ROOT\.pptx\PersistentHandler]
@="{4F46F75F-199F-4C63-8B7D-86D48FE7970C}"

[HKEY_CLASSES_ROOT\.pptx\PowerPoint.Show.12]

[HKEY_CLASSES_ROOT\.pptx\PowerPoint.Show.12\ShellNew]
"FileName"="pwrpnt12.pptx"

[HKEY_CLASSES_ROOT\.pptx\ShellEx]

[HKEY_CLASSES_ROOT\.pptx\ShellEx\PropertyHandler]
@="{993BE281-6695-4BA5-8A2A-7AACBFAAB69E}"

[HKEY_CLASSES_ROOT\.pptx\ShellEx\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
@="{65235197-874B-4A07-BDC5-E65EA825B718}"

[HKEY_CLASSES_ROOT\.pptx\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{C41662BB-1FA0-4CE0-8DC5-9B7F8279FF97}"

 

----------------------------Access 2007-----------------------------------

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.accdb]
"Content Type"="application/msaccess"
@="Access.Application.12"

[HKEY_CLASSES_ROOT\.accdb\Access.Application.12]

[HKEY_CLASSES_ROOT\.accdb\Access.Application.12\ShellNew]
"FileName"="C:\\PROGRA~1\\MICROS~2\\Office12\\2052\\ACCESS12.ACC"