工作笔记吧 关注:47贴子:851
  • 4回复贴,共1

【计算机】(office)office2010和office2003共存,右键新建2003

只看楼主收藏回复

默认无2003选项,新建word为,"新建Microsoft word文档"后缀名为docx,这是2007后的文档格式.如何同时也显示出"新建Microsoft word 97-2003文档"呢?


1楼2012-07-10 21:57回复
    新建文本文档,复制以下内容:
    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楼2012-07-10 21:58
    回复
      2025-07-25 08:26:51
      广告
      不感兴趣
      开通SVIP免广告
      另存为 .reg文件,即可.
      注意保存时,保存类型选为"所有类型", 名字中填入类似"新建03文档.reg"等.



      3楼2012-07-10 22:01
      回复
        excel:
        Windows Registry Editor Version 5.00
        [HKEY_CLASSES_ROOT\.xls\Excel.Sheet.8\ShellNew]
        "FileName"="excel.xls"


        5楼2012-07-13 14:38
        回复
          ppt:
          Windows Registry Editor Version 5.00
          [HKEY_CLASSES_ROOT\.ppt\Powerpoint.Show.8\ShellNew]
          "FileName"="powerpoint.ppt"
          另存为reg格式,导入即可。


          6楼2012-07-13 14:39
          回复