惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Threatpost
V
Vulnerabilities – Threatpost
TaoSecurity Blog
TaoSecurity Blog
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed
G
GRAHAM CLULEY
S
Securelist
P
Palo Alto Networks Blog
MongoDB | Blog
MongoDB | Blog
A
Arctic Wolf
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
WordPress大学
WordPress大学
Project Zero
Project Zero
T
Threat Research - Cisco Blogs
L
Lohrmann on Cybersecurity
C
Cyber Attacks, Cyber Crime and Cyber Security
F
Fortinet All Blogs
博客园 - 叶小钗
B
Blog RSS Feed
C
Cisco Blogs
Google DeepMind News
Google DeepMind News
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Apple Machine Learning Research
Apple Machine Learning Research
G
Google Developers Blog
K
Kaspersky official blog
D
Docker
Latest news
Latest news
Cisco Talos Blog
Cisco Talos Blog
T
Tor Project blog
Cyberwarzone
Cyberwarzone
Security Latest
Security Latest
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Spread Privacy
Spread Privacy
Microsoft Azure Blog
Microsoft Azure Blog
C
Check Point Blog
J
Java Code Geeks
Simon Willison's Weblog
Simon Willison's Weblog
T
Tenable Blog
Recent Announcements
Recent Announcements
T
Tailwind CSS Blog
H
Help Net Security
L
LINUX DO - 热门话题
T
The Exploit Database - CXSecurity.com
Jina AI
Jina AI
S
SegmentFault 最新的问题
MyScale Blog
MyScale Blog
NISL@THU
NISL@THU
美团技术团队
腾讯CDC

博客园 - Manho

哪个银行信用卡最好用?哪个银行信用卡最好 顺丰快递,果然不一般! 青春-转自韩寒Sina Blog about Live Mesh DropBox 被封了. 进军企业服务器 Ubuntu准备好了吗? ubuntu 10.04 LTS 下载->安装完成 投资3个域名,不知道有没有前景啊!!! 看完8个笑话,顿悟8个人生道理 防火墙DMZ术语介绍 C#编程实现在Excel文档中搜索文本 程序员与喝酒 ITIL的价值 摩羯座终极完美分析 Autoexecnew隐含模块中的编译错误 启动EXCEL是出现提示“EXCEL.exe产生了错误 Outlook 电子邮件附件时错误信息: " 无法创建文件 " 注册了一个域名WELAI.NET 回归博客园
在右键添加EXCEL,WORD,PPT快捷方式
Manho · 2010-05-20 · via 博客园 - Manho

有些简版的OFFICE2003,右键的新建菜单中没有“新建WORD文档”。在网上搜了好多的资料都是无效的,下面是一项编辑注册表的信息,把横线中的信息复制的记事本中,然后另存为 *.reg格式的文件。

双击该注册项。会弹出“是否确认要将***.reg中的信息添加到注册表”

点击“是”。

刷新一下就可以看到右键菜单中的新建项的word文档了。

注:*.reg中的*表示任意名称,必须保证后缀名是.reg

以下是右键新建word文档的注册信息。(.doc)

-----------------------------------

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

-----------------------------------

以下是新建EXCEL文档的注册信息(.xls)

-----------------------------------

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}"

-----------------------------------

以下是powerpiont幻灯片文档的注册信息(.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"