Windows 7 Exe Fix
Description:
If you find that you can run executable programs due to an extension being lost in Windows 7, try this fix:
To Resolve:
-
Run =>
regedit
. -
Ensure regkey has the value:
HKEY_CLASSES_ROOT\.exe.\Default
to the Data Valueexefile
-
Ensure regkey has the value:
HKEY_CLASSES_ROOT\exefile\Default
to the Data Value"%1" %*
-
Ensure regkey has the value:
HKEY_CLASSES_ROOT\exefile\shell\open\command\Default
to the Data Value"%1" %*
-
Close regedit and reboot the computer.
-
You can also create a .reg file with the following and import the following keys:
1 2 3 4 5 6
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts.exe] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts.exe] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts.exe\OpenWithList] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts.exe\OpenWithProgids] "exefile"=hex(0):
Comments