Tuesday, June 28, 2016

Cant open exe files on windows

Cant open exe files on windows

When you try to open EXE files, you may get errors messages like: "Access Deny", "Runtime error" etc.

This might be because of corrupt registry settings or some third party product (or virus) can change the default configuration for running EXE files. This may lead to failed operation when you try to run EXE files.

If you are using Windows XP and you enable "System Restore" , you need to disable "System Restore" in "Safe Mode" before using the instructions

1. Click Start, and then click Run.
2. Type "command.com" or "cmd" , and then press Enter. (A DOS window opens.)
3. Type the following: Press Enter after typing each one.
    "cd \"
    "cd windows"
4. Type copy "regedit.exe regedit.com" and then press Enter.
5. Type "start regedit.com" and then press Enter. 
6. Navigate to and select the key:
    HKEY_CLASSES_ROOT\exefile\shell\open\command
7. In the right pane, double-click the (Default) value.
8. Delete the current value data, and then type:
    "%1" %*
   *Tip: Type the characters: quote-percent-one-quote-space-percent-asterisk.
9. Close Regedit utility.

 Cheers

No comments:

Post a Comment