.EXE association in Windows Vista

G

Guest

Somehow I associated .EXE files with Winzip self-extractor. I uninstalled
Winzip but the association remained. I restored my system before the Winzip
install and that didn't work either. I can't run any .exe files.
 
B

bomb#20

Jeff said:
Somehow I associated .EXE files with Winzip self-extractor. I
uninstalled Winzip but the association remained. I restored my
system before the Winzip install and that didn't work either. I
can't run any .exe files.


Right-click on your Desktop.
Create a new text document.
Copy and paste these four lines:


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"
"IsolatedCommand"="\"%1\" %*"


Save the document and change the extension from TXT to REG.
Right-click and select Merge.

That should restore your exe file associations.
..
 
G

Guest

I followed the directions but I got the following exception. Cannot import.
Not all data was successfully written to the registry. Some keys are open
by the system or other processes.
 
G

Guest

I followed the directions and ran exefix_cu. I got a message that said
.....exefic_cu.reg have been added to the registry..

However issue is not resolved. When I try to run an exe file (Oracle ODBC
driver), windows self-extractor comes up.

I started another user account on my laptop hoping that the .exe problem
would not exist for the new user..but issue is there too...
 
G

Guest

Apparently the Oracle ODBC file I was trying to install is really a
self-extracting.exe file that needed to be opened by winzip. I apologize..
thanks for all the help...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top