[Use your browser's BACK button to return to the PRIME FAQ Page or click here if you came directly to this page.]
We wrote this FAQ to answer the many questions we receive on this topic from our clients and other inquiring minds in the many electronic communities we frequent.
Here are the steps you can take to regain control over your system. These techniques may not work with every piece of intrusive software you come up against (software developers are tenacious), but it will go a long way to quashing the majority of obnoxious applications that insist of running whether you want them to or not.
The Load and the Run lines appear at the top of the file in the [windows] section:
[windows]
load=obnoxious.exe
NullPort=None
run=
device=HP LaserJet IIP,HPPCL,\\Ripley\laserjet
If you find an application that's being started from either line you can either delete the text that appears to the right of the equals sign, or you can precede the entire line with a semicolon.
;load=obnoxious.exe
The keys to check are:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
Be careful that you do don't remove things that you actually need. To be cautious you can deactivate something (rather than delete it) by double-clicking on the item that appears in the right-hand window in Regedit. In the "Value data" text box add REM to the beginning of the line. This will prevent that line from being executed when Windows starts and you can easily remove the REM to make it active again.
|