Tips & Tricks in Protecting Your Registry
-----------------------------------------

1. Protect Registry Protector itself.
   Add 3 entries (all with 'Full Hidden' and 'Active') :
   - HKEY_LOCAL_MACHINE\SOFTWARE\Registry Protector
   - HKEY_LOCAL_MACHINE\SOFTWARE\Registry Protector\*
   - HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\vrpd_drv
   And define unauthorized programs : *

2. Protect programs launched at Windows start.
   Protect the registry against start-up program creation / addition.
   - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
     and check 'No Write' and 'Active'
   And define unauthorized programs : *

3. Hide all HKEY_LOCAL_MACHINE from RegEdit.
   Add 2 entries :
   - HKEY_LOCAL_MACHINE
   - HKEY_LOCAL_MACHINE\*
   Both with 'Full Hidden' and 'Active'.
   And define unauthorized programs : REGEDIT

4. Hide all programs launched at Windows start from RegEdit.
   Add entry :
   - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
     Check 'Invisible Content' and 'Active'.
     And define unauthorized programs : REGEDIT

5. Hide registry entry for a monitoring program from all programs except
   from that monitoring program itself.
   Add entry :
   - HKEY_LOCAL_MACHINE\SOFTWARE\Monitoring Program
   - HKEY_LOCAL_MACHINE\SOFTWARE\Monitoring Program\*
   Both with 'Full Hidden' and 'Active'.
   And define authorized programs   : MONPROG
   And define unauthorized programs : *
   Please note that 'Monitoring Program' is the name of monitoring program,
   and 'MONPROG' is the executable (e.g. EXE) file name of that monitoring
   program. Also note that you should make sure that the protected registry
   entries are not needed by other part of the Monitoring Program (e.g. the
   DLL part).

