When you "Immunize", entries are added to the system Registry. This blocks the download/execution of selected ActiveX scripts, blocks cookies from some sites and places other sites in the restricted zone by both site name (domain) and IP address (range). If you are interested in learning how this type of blocking works, see the following:
After the 2006-01-20 updates, Spybot is immunizing as follows:
- Cookie Blocking – 91 sites (Internet Explorer 6)
- ActiveX Blocking – 805 processes
- Restricted Zone by Domain (Site Name) – 1423 sites
- Restricted Zone by Range (IP Address) – 29 address
Since the introduction of Spybot 1.4, I have not been able to exactly reconcile the immunization counts with the actual immunization that is occurring. In Spybot 1.3 I was able to. Therefore, I believe that there is a minor defect in the immunization counts in Spybot 1.4. That minor count defect is not what is causing the differences in the counts that you are seeing between an Administrative account and a Power User account.
Spybot attempts to immunize the same items in multiple registry hives and counts the successful entries. Depending on the Operating system and the authority of the user, the counts vary widely. For example on my XP Home system, after the updates of 2006-01-20, one Computer Administrator account gets 8556 the other Computer Administrator account gets 10082 (note that there is a difference of 1526 which exactly one half of the difference between your counts of 8556 and 5504).
Spybot attempts immunize in the following registry keys:
- ActiveX Blocking
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility]
- Cookie Blocking
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\P3P\History]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\P3P\History]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\P3P\History]
[HKEY_USERS\S-1-5-18\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\P3P\History]
[HKEY_USERS\S-1-5-19\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\P3P\History]
[HKEY_USERS\S-1-5-20\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\P3P\History]
- Restricted Zone by Domain (Site Name)
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains]
[HKEY_USERS\S-1-5-18\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains]
[HKEY_USERS\S-1-5-19\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains]
[HKEY_USERS\S-1-5-20\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains]
- Restricted Zone by Range (IP Address)
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Ranges]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Ranges]
[HKEY_USERS\S-1-5-18\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Ranges]
[HKEY_USERS\S-1-5-19\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Ranges]
[HKEY_USERS\S-1-5-20\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Ranges]
If those registry keys and/or hives are not valid on a particular operating system or a user does not have authorization to add entries to those keys, the counts will vary.