|
|
|
Possible solution to .exe files not running after virus attack
Monday, June 23, 2003 at 3:28 am Windows XP Annoyances Discussion Forum
Posted by Mazdak
(40 messages posted)
Open the registry by calling regedit.exe within a batch file.
HKEY_CLASSES_ROOT\exefile\shell\open\command should have a default value of: "%1"
%*
exactly as I have typed. This value is sometimes removed during a virus check and
.exe files will not be run afterwards.
HKEY_CLASSES_ROOT\cmdfile\shell\open\command which preserves its default value of
"%1" %* makes it possible to run .exe files indirectly from within batch files
(see my previous mail). Good luck everyone
|
All messages in this thread [show all]
 |  |  |  | Possible solution to .exe files not running after virus attack (Mazdak: Mon, Jun 23, 2003, 3:28 am) |
| |
| |
Return to the Windows XP Discussion Forum
|
|
|
|