zoukankan      html  css  js  c++  java
  • 让Microsoft Office2010 新建 Microsoft Office 972003 文档

          自从用卸载了XP用上绚丽的Windows 7,追求新事物的本人安装了Office 2010,用起来很酷!但是在安装了Office 2010之后,鼠标右键新建的Word只能是.docx格式(Office 2007/2010版本),却没办法直接创建一个.doc格式(Office 97-2003版本)。经过我的一番查找,解决啦!

          这里提供了一个很好的方法,直接导入一下注册表,就可以完美的实现在安装了Office 2010下,使用鼠标右键创建Office 97-2003版本的word、excel、ppt文档。

    注意:此方法支持Windows 7操作系统和Windows XP系统!

         使用方法很简单,直接将红色文字拷贝到记事本,另存为*.reg格式文件(具体名字可以自己定,或者使用上面给出的名字),然后双击导入到注册表即可。然后重新启动计算机,就可以鼠标右键选择新建中找到新建旧版本的文档,比如word就多出来一个“Microsoft Office Word 97 - 2003”,默认的“Microsoft Word 文档”就是Word 2010版本的.docx格式的了!
    word.reg
    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.reg
    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}"



    ppt.reg
    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"

  • 相关阅读:
    PHP面向对象——类
    PHP强大的数组函数
    php学习资源
    版本管理(二)之Git和GitHub的连接和使用
    版本管理(一)之Git和GitHub的区别(优点和缺点)
    (win10)Wamp环境下php升级至PHP7.2
    wamp3.1.0 X64下载链接
    4.总结近5周以来的github上的工作情况,以图表方式分析你小组的工作情况、存在的问题及解决的方案。(尤心心)
    四则运算需求分析和功能实现--杨宇杰
    1.对四则运算软件需求的获取方式进行实践,例如使用调查问卷访问相关关系人等。
  • 原文地址:https://www.cnblogs.com/assur/p/2292183.html
Copyright © 2011-2022 走看看