changed .exe file default PROBLEM
Many times ppl face problems while opening .EXE files.
- The EXE file opens in Notepad.
- EXE file opens in some other installed programs.
- Windows displays "Open With" dialog box to choose the program.
- Windows shows error message, "Windows cannot find .exe file. Make sure you typed the name correctly".
Anyway no need to worry. Here is a solution which will fix this annoying problem:
1. Open Command Prompt by typing command in RUN dialog box.
2. Now provide following command:
cd\windows3. It'll activate Windows folder. Now provide following command to open Registry Editor:
regedit4. Now goto following key:
HKEY_CLASSES_ROOT\.exeIn right-side pane, change value of Default key to exefile
5. Now goto:
HKEY_CLASSES_ROOT\exefile\shell\open\commandIn right-side pane, change value of Default key to:
"%1" %*6. Thats it. Now exit Registry Editor and restart your Windows. Now you should be able to open EXE files without any problem.
Please let me know if this helps you.
Category: Trend Tipz
0 comments