Here are 2 rules that are useful that I have created under the "Registry Protection" tab located in the System Protection section.
NOTE: These rules do have a few minor setbacks if you choose to use them which I will explain later. These setbacks are easily overcome though.
Most of the Malware out there will attempt to create a registry key of its own that allows it to run itself at system startup. Here are two rules that you can use to prevent this from happening.
Create rules with the following in the fields:
1. Registry Key Tab -
Specifiy the Registry key that this rule will protect: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Match Type: Partial
Caller Tab -
Specify the call that this rule will filter against: *
Match Type: Wildcard
Do not use the caller MD5 is selected
Action Tab -
Write box is checked, Deny is selected, and the Log box is checked.
2. Registry Key Tab -
Specifiy the Registry key that this rule will protect: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
Match Type: Partial
Caller Tab -
Specify the call that this rule will filter against: *
Match Type: Wildcard
Do not use the caller MD5 is selected
Action Tab -
Write box is checked, Deny is selected, and the Log box is checked.
Rule Results:
The PROS: You will be notified, it will be logged, and the attempt will be blocked, anytime a program or malware attempts to create a registry key
in the two locations above. This will keep most anything from starting itself with your system each time that you did not allow in the first place.
The CONS:
- If you install a program that you want to start each time when your system starts, then temporarily disable these rules before you begin the installation process.
- You may also want to disable these rules too when your uninstalling a program that you want to remove. I have noticed instances of the program trying to remove the registry keys in placed in these locations during the uninstall process.
I have learned both of these the hard way by myself. :)
- WHEN your doing Microsoft Update or installing a program (that you want to start with your system each time you log on), you will need to temporarily disable these rules to accomodate these situations.
------------------------------------------------------------------------------