ID #1040

DOS Based Application sometimes doesn't work after installing eScan

 

DOS Based Application sometimes doesn't work after installing eScan, but when we uninstall eScan it start working.

 

 

 

This is due to the error messasge with CLOSE and IGNORE button doesn't get displayed after we install escan. The DOS Application inspite of this error message also generates an event ID & due to this DOS Application doesn't start.

 

To resolve this make the below changes in the Windows Registry

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows

ErrorMode Reg_Dword

Change the Value Data to 0

The following are the parameters:

ErrorMode=0

This is the default operating mode that serializes the errors and waits for a response.

ErrorMode=1

If the error does not come from the system, this is the normal operating mode. If the error comes from the system, this logs the error to the event log and returns OK to the hard error. No intervention is required and the popup is not seen.

ErrorMode=2

This always logs the error to the event log and returns OK to the hard error. Popups are not seen

Tags: -

Related entries:

You can comment this FAQ