This happens when you've installed Adobe Reader, it has changed the EXE file association in registry to open with it. You need to restore this registry value into default to make it working again.
Fix:
Click on Start > Run > type in --> regedit <-- navigate to:
HKEY_CLASSES_ROOT\.exe
(Default) = exefile
Content Type = application/x-msdownload
Note: The value for "Content Type" on error computer is "AcroRD32.exe" or similar.
Or:
You can create a registry file for fast fixing by copy and paste below text into Notepad, save it as --> fix.reg <-- choose "All Files" in "Save as type" and save it to your Desktop. Double click the file to run it.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"
I managed to solve the issue on my computer with this tip, thanks.
ReplyDeleteVery nice!
ReplyDelete