EXE文件的默认打开方式

我的电脑EXE文件的默认打开方式被改成了用excel打开,怎么能改回来呀???

为萍伤心航 2021-09-18 16:17 210 次浏览 赞 149

最新问答

  • 宝宝晨123

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\exefile]
    @="应用程序"
    "EditFlags"=hex:38,07,00,00
    "TileInfo"="prop:FileDescription;Company;FileVersion"
    "InfoTip"="prop:FileDescription;Company;FileVersion;Create;Size"

    [HKEY_CLASSES_ROOT\exefile\DefaultIcon]
    @="%1"

    [HKEY_CLASSES_ROOT\exefile\shell]

    [HKEY_CLASSES_ROOT\exefile\shell\open]
    "EditFlags"=hex:00,00,00,00

    [HKEY_CLASSES_ROOT\exefile\shell\open\command]
    @="\"%1\" %*"

    [HKEY_CLASSES_ROOT\exefile\shell\runas]

    [HKEY_CLASSES_ROOT\exefile\shell\runas\command]
    @="\"%1\" %*"

    [HKEY_CLASSES_ROOT\exefile\shellex]

    [HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]
    @="{86C86720-42A0-1069-A2E8-08002B30309D}"

    [HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers]

    [HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PifProps]
    @="{86F19A00-42A0-1069-A2E9-08002B30309D}"

    [HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\ShimLayer Property Page]
    @="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"

    [HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\{B41DB860-8EE4-11D2-9906-E49FADC173CA}]
    @=""

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.exe]
    @="exefile"
    "Content Type"="application/x-msdownload"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.exe\PersistentHandler]
    @="{098f2470-bae0-11cd-b579-08002b30bfeb}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile]
    @="应用程序"
    "EditFlags"=hex:38,07,00,00
    "TileInfo"="prop:FileDescription;Company;FileVersion"
    "InfoTip"="prop:FileDescription;Company;FileVersion;Create;Size"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\DefaultIcon]
    @="%1"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\open]
    "EditFlags"=hex:00,00,00,00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\open\command]
    @="\"%1\" %*"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\runas]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\runas\command]
    @="\"%1\" %*"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shellex]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shellex\DropHandler]
    @="{86C86720-42A0-1069-A2E8-08002B30309D}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shellex\PropertySheetHandlers]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shellex\PropertySheetHandlers\PifProps]
    @="{86F19A00-42A0-1069-A2E9-08002B30309D}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shellex\PropertySheetHandlers\ShimLayer Property Page]
    @="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shellex\PropertySheetHandlers\{B41DB860-8EE4-11D2-9906-E49FADC173CA}]
    @=""
    =============================================
    把上面的代复制到*.txt里 然后另寸为*.reg 然后双击 即可

    浏览 391赞 129时间 2023-08-13
  • 改变心态1234

    鼠标右键不能选择文件打开方式了吗?如果还能可以直接改回来。
    还有一个办法:打开我的电脑——工具——文件夹选项——文件类型——TXT。

    浏览 301赞 153时间 2023-06-28

EXE文件的默认打开方式

我的电脑EXE文件的默认打开方式被改成了用excel打开,怎么能改回来呀???