zoukankan      html  css  js  c++  java
  • 【转】解决WIN7下word图标异常 不关联.doc问题 右键没有新建 word文件解决

    解决右键 新建 菜单 没有 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"=""

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

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

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

    解决WIN7下word图标异常

     

    最近同学的电脑的word图标变成白框,用WORD关联后只是白框里面有word的图标,这样很不美观,但是百度了一下,所有方法都用上了,还是修复不了图标。于是我就想着注册表可能被修改了。
    下面是我修复的方法:在运行里面输入regedit(相信大家都很熟悉了),在HKEY_CLASSES_ROOT下找到.doc  把右边的Content Tye的数据数值改成application/vnd.openxmlformats-officedocument.wordprocessingml.document

    当修改完注册表之后建议注销一下。然后更改.doc文件的 【打开属性】 修改为word打开;打开方式那里再选择用word关联文件就OK了 。这是我的小小经验  希望对大家有用

  • 相关阅读:
    C89:论内存泄漏
    C++03:模板
    C++的STL(标准模板库)系列:容器——string容器
    C++03:论类的友元函数和内联函数
    C++03:论类的运算符重载
    Windows开发:网络编程基础
    Windows开发:论文件和权限
    C89:头文件
    C89:论符号
    纪录片(深度好片)
  • 原文地址:https://www.cnblogs.com/ae6623/p/4416911.html
Copyright © 2011-2022 走看看