Windows EXE 應用程序打開方式錯誤?一般情況下 Windows 系統中的 exe 擴展支持不會輕易被破壞掉的,除非您自己手動操作刪除了註冊表項或者因為在網絡上安裝了一些惡意軟件導致 exe 後綴格式關聯導致被破壞,從而就造成了您無法正常執行 Windows 系統中的 exe 程序。

目前在網絡上關於如何修復 exe 後綴擴展的方法有很多,有些是通過設置選項,有些是通過批處理,其實還不如今天2T給大家提供的通過註冊表方式來快速修復 Windows 系統中的 exe 文件關聯方法。
在桌面上新建文本文件,複製以下註冊表鍵值並保存到新建文本中保存。然後修改當前文本後綴 .txt 更改為 .reg 文件,也就是直接修改後變更為註冊表文件,雙擊導入註冊表,然後重啟電腦即可。
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT.exe]
[HKEY_CLASSES_ROOT.exe]
@="exefile"
"Content Type"="application/x-msdownload"
[HKEY_CLASSES_ROOT.exePersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOTexefile]
@="Application"
"EditFlags"=hex:38,07,00,00
"FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,
00,6f,00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,
32,00,5c,00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,
00,2c,00,2d,00,31,00,30,00,31,00,35,00,36,00,00,00
[HKEY_CLASSES_ROOTexefileDefaultIcon]
@="%1"
[-HKEY_CLASSES_ROOTexefileshell]
[HKEY_CLASSES_ROOTexefileshellopen]
"EditFlags"=hex:00,00,00,00
[HKEY_CLASSES_ROOTexefileshellopencommand]
@=""%1" %*"
"IsolatedCommand"=""%1" %*"
[HKEY_CLASSES_ROOTexefileshellrunas]
"HasLUAShield"=""
[HKEY_CLASSES_ROOTexefileshellrunascommand]
@=""%1" %*"
"IsolatedCommand"=""%1" %*"
[HKEY_CLASSES_ROOTexefileshellrunasuser]
@="@shell32.dll,-50944"
"Extended"=""
"SuppressionPolicyEx"="{F211AA05-D4DF-4370-A2A0-9F19C09756A7}"
[HKEY_CLASSES_ROOTexefileshellrunasusercommand]
"DelegateExecute"="{ea72d00e-4960-42fa-ba92-7792a7944c1d}"
[-HKEY_CLASSES_ROOTexefileshellexContextMenuHandlers]
[HKEY_CLASSES_ROOTexefileshellexContextMenuHandlers]
@="Compatibility"
[HKEY_CLASSES_ROOTexefileshellexContextMenuHandlersCompatibility]
@="{1d27f844-3a1f-4410-85ac-14651078412d}"
[HKEY_CLASSES_ROOTexefileshellexContextMenuHandlersNvAppShExt]
@="{A929C4CE-FD36-4270-B4F5-34ECAC5BD63C}"
[HKEY_CLASSES_ROOTexefileshellexContextMenuHandlersOpenGLShExt]
@="{E97DEC16-A50D-49bb-AE24-CF682282E08D}"
[HKEY_CLASSES_ROOTexefileshellexContextMenuHandlersPintoStartScreen]
@="{470C0EBD-5D73-4d58-9CED-E91E22E23282}"
[HKEY_CLASSES_ROOTexefileshellexDropHandler]
@="{86C86720-42A0-1069-A2E8-08002B30309D}"
[-HKEY_CLASSES_ROOTSystemFileAssociations.exe]
[HKEY_CLASSES_ROOTSystemFileAssociations.exe]
"FullDetails"="prop:System.PropGroup.Description;System.FileDescription;System.ItemTypeText;System.FileVersion;System.Software.ProductName;System.Software.ProductVersion;System.Copyright;*System.Category;*System.Comment;System.Size;System.DateModified;System.Language;*System.Trademarks;*System.OriginalFileName"
"InfoTip"="prop:System.FileDescription;System.Company;System.FileVersion;System.DateCreated;System.Size"
"TileInfo"="prop:System.FileDescription;System.Company;System.FileVersion;System.DateCreated;System.Size"
[-HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerFileExts.exe]
[-HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsRoamingOpenWithFileExts.exe]
提示:如果您是普通帳戶登錄的 Windows 系統,可能會提示沒有權限,您可以右鍵,以管理員身份執行導入即可。
網絡上的一些其它 Windows exe 文件關聯修復方案有些處理的並不全面,您可以通過以上方法來快速對 exe 文件擴展關聯進行修復即可。
原創文章,作者:投稿專員,如若轉載,請註明出處:https://www.506064.com/zh-hant/n/224676.html