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"

  • 相关阅读:
    jvm误区--动态对象年龄判定
    jmeter入门实例
    七牛云的文件上传和下载
    layer.prompt添加多个输入框
    zero copy图解
    java枚举的线程安全及序列化
    java单例模式
    ubuntu16.04 python3.5 opencv的安装与卸载(转载)
    独家git clone 加速方法
    apt get update无法正常使用解决方案(转载)
  • 原文地址:https://www.cnblogs.com/assur/p/2292183.html
Copyright © 2011-2022 走看看