<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.spybot.info/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=PepiMK</id>
	<title>SpybotWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.spybot.info/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=PepiMK"/>
	<link rel="alternate" type="text/html" href="https://wiki.spybot.info/wiki/Special:Contributions/PepiMK"/>
	<updated>2026-06-03T19:59:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.15</generator>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1137</id>
		<title>Registry Tweaks</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1137"/>
		<updated>2015-09-29T07:14:46Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tweaks are small, inofficial setting patches that can be set up through the registry only. This page describes tweaks used in applications by Safer-Networking Ltd. only. &lt;br /&gt;
&lt;br /&gt;
They can be installed as group policies using our [https://forums.spybot.info/downloads.php?id=57 Safer-Networking Ltd. Registry Tweaks installer].&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To create such a tweak, create a registry value in the following location:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\Application.exe\&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Safer Networking Limited\Tweaks\Application.exe\&lt;br /&gt;
&lt;br /&gt;
Replace &#039;&#039;Application.exe&#039;&#039; with the name of the executable it should affect, no paths used. Or, if you want the tweak to apply globally to all our products, simply use this path:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Safer Networking Limited\Tweaks\&lt;br /&gt;
&lt;br /&gt;
==Available Tweaks==&lt;br /&gt;
&lt;br /&gt;
===ConserveMemory===&lt;br /&gt;
Used by TeaTimer only currently to indicate which version of the on-access scanning engine to use. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000000 (less memory, starts faster, but scans slower)&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000001 (the mode available by default in versions up to 1.6 beta 2)&lt;br /&gt;
&lt;br /&gt;
By default, currently method 0 is set. Plans are to make the default choice depend on the overall system memory.&lt;br /&gt;
&lt;br /&gt;
===CreateHostsBackup===&lt;br /&gt;
Set this to 0 to not create backup copies of the hosts file when using the immunization or fixing scan results in there.&lt;br /&gt;
&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000000 (does not create backups)&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000001 (default if not set)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 140.&lt;br /&gt;
&lt;br /&gt;
===DisableHintOfTheDay===&lt;br /&gt;
Use this tweak to hide the new-to-1.6 &#039;&#039;Hint of the Day&#039;&#039; in the results list. Not used in Spybot 2.x.&lt;br /&gt;
&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000001 (hides HotD)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===DisableTempFolderCleaning===&lt;br /&gt;
Use this tweak to completely skip the new function that tries to clear the systems temp folder to speed up scans.&lt;br /&gt;
&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000001 (does not offer temp folder cleaning on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 265.&lt;br /&gt;
&lt;br /&gt;
===DisableUserHivesLoading===&lt;br /&gt;
Acts the same as [[/nouserhives]] in any version after 1.6.0.&lt;br /&gt;
&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000001 (does not mount user hives on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===FloppyVolumeInformation===&lt;br /&gt;
Set this to the value representation of a drive (A: is 0, B: s 1, C: is 2, ...) to set where optimization lookups by using drive properties is used. Since querying this could cause a floppy seek, this is by default 2.&lt;br /&gt;
&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000000 (starts with drive A:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000001 (starts with drive B:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000002 (starts with drive C:, defaulf if not set)&lt;br /&gt;
 ... continue numbers for letters in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and [[RunAlyzer]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 76.&lt;br /&gt;
&lt;br /&gt;
===HostsBlockIP===&lt;br /&gt;
Hosts file immunization by default uses 127.0.0.1 to block domains. Use a REG_SZ here to define another value (some people prefer 0.0.0.0).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = 127.0.0.1 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = 0.0.0.0   (common other choice)&lt;br /&gt;
 ... or any other IP you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 58.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeIE8===&lt;br /&gt;
IE 8 is no longer able to properly deal with larger lists of restricted sites. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization when IE 8 is installed (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000001 (immunize IE8)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] after 1.6.2.&lt;br /&gt;
&lt;br /&gt;
Based on [http://www.safer-networking.org/en/news/2009-03-25.html News from 2009-05-25].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===ImmunizeHostsOn2000===&lt;br /&gt;
Immunizing the hosts file on Windows 2000 can make trouble if the DNS Client service is running. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization under these circumstances (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000001 (immunized hosts on W2k even in worst case scenario)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 164.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeSystemAccounts===&lt;br /&gt;
System accounts never use browsers unless the system is misconfigured; set this to 1 to show them in immunization anyway.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000001 (also immunizes system accounts)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 132.&lt;br /&gt;
&lt;br /&gt;
===ScanItemDelay===&lt;br /&gt;
As a help for computers with improper cooling, the scan can be halted between patterns. Available in 1.6.1 after build 38 and in 2.0.&lt;br /&gt;
&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000001 (any numer of milliseconds &amp;lt; 100)&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/showthread.php?t=36385 this forum thread].&lt;br /&gt;
&lt;br /&gt;
===SkipAdminWarnings===&lt;br /&gt;
Spybot-S&amp;amp;D tests whether the user has admin privileges (available on XP and Vista, mostly on the later regarding elevation), and otherwise warns on fixing and some of the tools. Set this to 1 to skip this warning. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000001 (skips warnings)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 263.&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanDelay===&lt;br /&gt;
Sets up the waiting time for the new-to-1.6 option to offer to clean the Temp folders before continuing. After this has timed out, the default action will be chosen. Spybot 1.x only, in Spybot 2, this is shown as a panel on the view before the scan. In Spybot 3, this will also be an extra Tools option.&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanDelay : REG_DWORD = 0000000E (15 seconds are default if not set otherwhise)&lt;br /&gt;
 ... use any amount of seconds you want here.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanMinimum===&lt;br /&gt;
Changes the minimum number of files the temp folder needs to contain before cleaning is offered (since some files are always in use, there has to be some limit to not annoy the user every time).&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanMinimum : REG_DWORD = 00000064 (100 files minimum are the default)&lt;br /&gt;
 ... use any amount of files you want as the lower minimum here.&lt;br /&gt;
&lt;br /&gt;
===UserAgent===&lt;br /&gt;
Allows to set up a custom UserAgent for the anti-spyware updating in Spybot 2 and above. Use a REG_SZ here to define a fixed value (otherwise a combination of product name and version will be used).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = SpybotSearchAndDestroy/2.5.44 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = MyCustomUserAgent&lt;br /&gt;
 ... or any other text you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] later than 2.5 (possibly as an update to 2.4 and 2.5).&lt;br /&gt;
&lt;br /&gt;
===WriteProcessLog===&lt;br /&gt;
Boolean setting that may be used to add more information on process scanning to the &#039;&#039;Resident.log&#039;&#039; log file. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000001 (write additional debug information into log)&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1136</id>
		<title>Registry Tweaks</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1136"/>
		<updated>2015-08-03T15:47:54Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tweaks are small, inofficial setting patches that can be set up through the registry only. This page describes tweaks used in applications by Safer-Networking Ltd. only. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To create such a tweak, create a registry value in the following location:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\Application.exe\&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Safer Networking Limited\Tweaks\Application.exe\&lt;br /&gt;
&lt;br /&gt;
Replace &#039;&#039;Application.exe&#039;&#039; with the name of the executable it should affect, no paths used. Or, if you want the tweak to apply globally to all our products, simply use this path:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Safer Networking Limited\Tweaks\&lt;br /&gt;
&lt;br /&gt;
==Available Tweaks==&lt;br /&gt;
&lt;br /&gt;
===ConserveMemory===&lt;br /&gt;
Used by TeaTimer only currently to indicate which version of the on-access scanning engine to use. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000000 (less memory, starts faster, but scans slower)&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000001 (the mode available by default in versions up to 1.6 beta 2)&lt;br /&gt;
&lt;br /&gt;
By default, currently method 0 is set. Plans are to make the default choice depend on the overall system memory.&lt;br /&gt;
&lt;br /&gt;
===CreateHostsBackup===&lt;br /&gt;
Set this to 0 to not create backup copies of the hosts file when using the immunization or fixing scan results in there.&lt;br /&gt;
&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000000 (does not create backups)&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000001 (default if not set)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 140.&lt;br /&gt;
&lt;br /&gt;
===DisableHintOfTheDay===&lt;br /&gt;
Use this tweak to hide the new-to-1.6 &#039;&#039;Hint of the Day&#039;&#039; in the results list. Not used in Spybot 2.x.&lt;br /&gt;
&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000001 (hides HotD)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===DisableTempFolderCleaning===&lt;br /&gt;
Use this tweak to completely skip the new function that tries to clear the systems temp folder to speed up scans.&lt;br /&gt;
&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000001 (does not offer temp folder cleaning on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 265.&lt;br /&gt;
&lt;br /&gt;
===DisableUserHivesLoading===&lt;br /&gt;
Acts the same as [[/nouserhives]] in any version after 1.6.0.&lt;br /&gt;
&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000001 (does not mount user hives on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===FloppyVolumeInformation===&lt;br /&gt;
Set this to the value representation of a drive (A: is 0, B: s 1, C: is 2, ...) to set where optimization lookups by using drive properties is used. Since querying this could cause a floppy seek, this is by default 2.&lt;br /&gt;
&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000000 (starts with drive A:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000001 (starts with drive B:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000002 (starts with drive C:, defaulf if not set)&lt;br /&gt;
 ... continue numbers for letters in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and [[RunAlyzer]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 76.&lt;br /&gt;
&lt;br /&gt;
===HostsBlockIP===&lt;br /&gt;
Hosts file immunization by default uses 127.0.0.1 to block domains. Use a REG_SZ here to define another value (some people prefer 0.0.0.0).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = 127.0.0.1 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = 0.0.0.0   (common other choice)&lt;br /&gt;
 ... or any other IP you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 58.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeIE8===&lt;br /&gt;
IE 8 is no longer able to properly deal with larger lists of restricted sites. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization when IE 8 is installed (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000001 (immunize IE8)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] after 1.6.2.&lt;br /&gt;
&lt;br /&gt;
Based on [http://www.safer-networking.org/en/news/2009-03-25.html News from 2009-05-25].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===ImmunizeHostsOn2000===&lt;br /&gt;
Immunizing the hosts file on Windows 2000 can make trouble if the DNS Client service is running. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization under these circumstances (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000001 (immunized hosts on W2k even in worst case scenario)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 164.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeSystemAccounts===&lt;br /&gt;
System accounts never use browsers unless the system is misconfigured; set this to 1 to show them in immunization anyway.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000001 (also immunizes system accounts)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 132.&lt;br /&gt;
&lt;br /&gt;
===ScanItemDelay===&lt;br /&gt;
As a help for computers with improper cooling, the scan can be halted between patterns. Available in 1.6.1 after build 38 and in 2.0.&lt;br /&gt;
&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000001 (any numer of milliseconds &amp;lt; 100)&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/showthread.php?t=36385 this forum thread].&lt;br /&gt;
&lt;br /&gt;
===SkipAdminWarnings===&lt;br /&gt;
Spybot-S&amp;amp;D tests whether the user has admin privileges (available on XP and Vista, mostly on the later regarding elevation), and otherwise warns on fixing and some of the tools. Set this to 1 to skip this warning. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000001 (skips warnings)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 263.&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanDelay===&lt;br /&gt;
Sets up the waiting time for the new-to-1.6 option to offer to clean the Temp folders before continuing. After this has timed out, the default action will be chosen. Spybot 1.x only, in Spybot 2, this is shown as a panel on the view before the scan. In Spybot 3, this will also be an extra Tools option.&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanDelay : REG_DWORD = 0000000E (15 seconds are default if not set otherwhise)&lt;br /&gt;
 ... use any amount of seconds you want here.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanMinimum===&lt;br /&gt;
Changes the minimum number of files the temp folder needs to contain before cleaning is offered (since some files are always in use, there has to be some limit to not annoy the user every time).&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanMinimum : REG_DWORD = 00000064 (100 files minimum are the default)&lt;br /&gt;
 ... use any amount of files you want as the lower minimum here.&lt;br /&gt;
&lt;br /&gt;
===UserAgent===&lt;br /&gt;
Allows to set up a custom UserAgent for the anti-spyware updating in Spybot 2 and above. Use a REG_SZ here to define a fixed value (otherwise a combination of product name and version will be used).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = SpybotSearchAndDestroy/2.5.44 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = MyCustomUserAgent&lt;br /&gt;
 ... or any other text you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] later than 2.5 (possibly as an update to 2.4 and 2.5).&lt;br /&gt;
&lt;br /&gt;
===WriteProcessLog===&lt;br /&gt;
Boolean setting that may be used to add more information on process scanning to the &#039;&#039;Resident.log&#039;&#039; log file. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000001 (write additional debug information into log)&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1135</id>
		<title>Registry Tweaks</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1135"/>
		<updated>2015-07-31T06:58:11Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: /* ConserveMemory */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tweaks are small, inofficial setting patches that can be set up through the registry only. This page describes tweaks used in applications by Safer-Networking Ltd. only. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To create such a tweak, create a registry value in the following location:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\Application.exe\&lt;br /&gt;
&lt;br /&gt;
Replace &#039;&#039;Application.exe&#039;&#039; with the name of the executable it should affect, no paths used. Or, if you want the tweak to apply globally to all our products, simply use this path:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\&lt;br /&gt;
&lt;br /&gt;
==Available Tweaks==&lt;br /&gt;
&lt;br /&gt;
===ConserveMemory===&lt;br /&gt;
Used by TeaTimer only currently to indicate which version of the on-access scanning engine to use. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000000 (less memory, starts faster, but scans slower)&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000001 (the mode available by default in versions up to 1.6 beta 2)&lt;br /&gt;
&lt;br /&gt;
By default, currently method 0 is set. Plans are to make the default choice depend on the overall system memory.&lt;br /&gt;
&lt;br /&gt;
===CreateHostsBackup===&lt;br /&gt;
Set this to 0 to not create backup copies of the hosts file when using the immunization or fixing scan results in there.&lt;br /&gt;
&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000000 (does not create backups)&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000001 (default if not set)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 140.&lt;br /&gt;
&lt;br /&gt;
===DisableHintOfTheDay===&lt;br /&gt;
Use this tweak to hide the new-to-1.6 &#039;&#039;Hint of the Day&#039;&#039; in the results list. Not used in Spybot 2.x.&lt;br /&gt;
&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000001 (hides HotD)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===DisableTempFolderCleaning===&lt;br /&gt;
Use this tweak to completely skip the new function that tries to clear the systems temp folder to speed up scans.&lt;br /&gt;
&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000001 (does not offer temp folder cleaning on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 265.&lt;br /&gt;
&lt;br /&gt;
===DisableUserHivesLoading===&lt;br /&gt;
Acts the same as [[/nouserhives]] in any version after 1.6.0.&lt;br /&gt;
&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000001 (does not mount user hives on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===FloppyVolumeInformation===&lt;br /&gt;
Set this to the value representation of a drive (A: is 0, B: s 1, C: is 2, ...) to set where optimization lookups by using drive properties is used. Since querying this could cause a floppy seek, this is by default 2.&lt;br /&gt;
&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000000 (starts with drive A:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000001 (starts with drive B:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000002 (starts with drive C:, defaulf if not set)&lt;br /&gt;
 ... continue numbers for letters in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and [[RunAlyzer]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 76.&lt;br /&gt;
&lt;br /&gt;
===HostsBlockIP===&lt;br /&gt;
Hosts file immunization by default uses 127.0.0.1 to block domains. Use a REG_SZ here to define another value (some people prefer 0.0.0.0).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = 127.0.0.1 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = 0.0.0.0   (common other choice)&lt;br /&gt;
 ... or any other IP you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 58.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeIE8===&lt;br /&gt;
IE 8 is no longer able to properly deal with larger lists of restricted sites. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization when IE 8 is installed (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000001 (immunize IE8)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] after 1.6.2.&lt;br /&gt;
&lt;br /&gt;
Based on [http://www.safer-networking.org/en/news/2009-03-25.html News from 2009-05-25].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===ImmunizeHostsOn2000===&lt;br /&gt;
Immunizing the hosts file on Windows 2000 can make trouble if the DNS Client service is running. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization under these circumstances (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000001 (immunized hosts on W2k even in worst case scenario)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 164.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeSystemAccounts===&lt;br /&gt;
System accounts never use browsers unless the system is misconfigured; set this to 1 to show them in immunization anyway.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000001 (also immunizes system accounts)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 132.&lt;br /&gt;
&lt;br /&gt;
===ScanItemDelay===&lt;br /&gt;
As a help for computers with improper cooling, the scan can be halted between patterns. Available in 1.6.1 after build 38 and in 2.0.&lt;br /&gt;
&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000001 (any numer of milliseconds &amp;lt; 100)&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/showthread.php?t=36385 this forum thread].&lt;br /&gt;
&lt;br /&gt;
===SkipAdminWarnings===&lt;br /&gt;
Spybot-S&amp;amp;D tests whether the user has admin privileges (available on XP and Vista, mostly on the later regarding elevation), and otherwise warns on fixing and some of the tools. Set this to 1 to skip this warning. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000001 (skips warnings)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 263.&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanDelay===&lt;br /&gt;
Sets up the waiting time for the new-to-1.6 option to offer to clean the Temp folders before continuing. After this has timed out, the default action will be chosen. Spybot 1.x only, in Spybot 2, this is shown as a panel on the view before the scan. In Spybot 3, this will also be an extra Tools option.&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanDelay : REG_DWORD = 0000000E (15 seconds are default if not set otherwhise)&lt;br /&gt;
 ... use any amount of seconds you want here.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanMinimum===&lt;br /&gt;
Changes the minimum number of files the temp folder needs to contain before cleaning is offered (since some files are always in use, there has to be some limit to not annoy the user every time).&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanMinimum : REG_DWORD = 00000064 (100 files minimum are the default)&lt;br /&gt;
 ... use any amount of files you want as the lower minimum here.&lt;br /&gt;
&lt;br /&gt;
===UserAgent===&lt;br /&gt;
Allows to set up a custom UserAgent for the anti-spyware updating in Spybot 2 and above. Use a REG_SZ here to define a fixed value (otherwise a combination of product name and version will be used).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = SpybotSearchAndDestroy/2.5.44 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = MyCustomUserAgent&lt;br /&gt;
 ... or any other text you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] later than 2.5 (possibly as an update to 2.4 and 2.5).&lt;br /&gt;
&lt;br /&gt;
===WriteProcessLog===&lt;br /&gt;
Boolean setting that may be used to add more information on process scanning to the &#039;&#039;Resident.log&#039;&#039; log file. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000001 (write additional debug information into log)&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1134</id>
		<title>Registry Tweaks</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1134"/>
		<updated>2015-07-31T06:57:55Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: /* DisableHintOfTheDay */ added version information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tweaks are small, inofficial setting patches that can be set up through the registry only. This page describes tweaks used in applications by Safer-Networking Ltd. only. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To create such a tweak, create a registry value in the following location:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\Application.exe\&lt;br /&gt;
&lt;br /&gt;
Replace &#039;&#039;Application.exe&#039;&#039; with the name of the executable it should affect, no paths used. Or, if you want the tweak to apply globally to all our products, simply use this path:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\&lt;br /&gt;
&lt;br /&gt;
==Available Tweaks==&lt;br /&gt;
&lt;br /&gt;
===ConserveMemory===&lt;br /&gt;
Used by TeaTimer only currently to indicate which version of the on-access scanning engine to use.&lt;br /&gt;
&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000000 (less memory, starts faster, but scans slower)&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000001 (the mode available by default in versions up to 1.6 beta 2)&lt;br /&gt;
&lt;br /&gt;
By default, currently method 0 is set. Plans are to make the default choice depend on the overall system memory.&lt;br /&gt;
&lt;br /&gt;
===CreateHostsBackup===&lt;br /&gt;
Set this to 0 to not create backup copies of the hosts file when using the immunization or fixing scan results in there.&lt;br /&gt;
&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000000 (does not create backups)&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000001 (default if not set)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 140.&lt;br /&gt;
&lt;br /&gt;
===DisableHintOfTheDay===&lt;br /&gt;
Use this tweak to hide the new-to-1.6 &#039;&#039;Hint of the Day&#039;&#039; in the results list. Not used in Spybot 2.x.&lt;br /&gt;
&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000001 (hides HotD)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===DisableTempFolderCleaning===&lt;br /&gt;
Use this tweak to completely skip the new function that tries to clear the systems temp folder to speed up scans.&lt;br /&gt;
&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000001 (does not offer temp folder cleaning on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 265.&lt;br /&gt;
&lt;br /&gt;
===DisableUserHivesLoading===&lt;br /&gt;
Acts the same as [[/nouserhives]] in any version after 1.6.0.&lt;br /&gt;
&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000001 (does not mount user hives on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===FloppyVolumeInformation===&lt;br /&gt;
Set this to the value representation of a drive (A: is 0, B: s 1, C: is 2, ...) to set where optimization lookups by using drive properties is used. Since querying this could cause a floppy seek, this is by default 2.&lt;br /&gt;
&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000000 (starts with drive A:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000001 (starts with drive B:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000002 (starts with drive C:, defaulf if not set)&lt;br /&gt;
 ... continue numbers for letters in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and [[RunAlyzer]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 76.&lt;br /&gt;
&lt;br /&gt;
===HostsBlockIP===&lt;br /&gt;
Hosts file immunization by default uses 127.0.0.1 to block domains. Use a REG_SZ here to define another value (some people prefer 0.0.0.0).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = 127.0.0.1 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = 0.0.0.0   (common other choice)&lt;br /&gt;
 ... or any other IP you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 58.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeIE8===&lt;br /&gt;
IE 8 is no longer able to properly deal with larger lists of restricted sites. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization when IE 8 is installed (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000001 (immunize IE8)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] after 1.6.2.&lt;br /&gt;
&lt;br /&gt;
Based on [http://www.safer-networking.org/en/news/2009-03-25.html News from 2009-05-25].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===ImmunizeHostsOn2000===&lt;br /&gt;
Immunizing the hosts file on Windows 2000 can make trouble if the DNS Client service is running. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization under these circumstances (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000001 (immunized hosts on W2k even in worst case scenario)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 164.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeSystemAccounts===&lt;br /&gt;
System accounts never use browsers unless the system is misconfigured; set this to 1 to show them in immunization anyway.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000001 (also immunizes system accounts)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 132.&lt;br /&gt;
&lt;br /&gt;
===ScanItemDelay===&lt;br /&gt;
As a help for computers with improper cooling, the scan can be halted between patterns. Available in 1.6.1 after build 38 and in 2.0.&lt;br /&gt;
&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000001 (any numer of milliseconds &amp;lt; 100)&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/showthread.php?t=36385 this forum thread].&lt;br /&gt;
&lt;br /&gt;
===SkipAdminWarnings===&lt;br /&gt;
Spybot-S&amp;amp;D tests whether the user has admin privileges (available on XP and Vista, mostly on the later regarding elevation), and otherwise warns on fixing and some of the tools. Set this to 1 to skip this warning. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000001 (skips warnings)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 263.&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanDelay===&lt;br /&gt;
Sets up the waiting time for the new-to-1.6 option to offer to clean the Temp folders before continuing. After this has timed out, the default action will be chosen. Spybot 1.x only, in Spybot 2, this is shown as a panel on the view before the scan. In Spybot 3, this will also be an extra Tools option.&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanDelay : REG_DWORD = 0000000E (15 seconds are default if not set otherwhise)&lt;br /&gt;
 ... use any amount of seconds you want here.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanMinimum===&lt;br /&gt;
Changes the minimum number of files the temp folder needs to contain before cleaning is offered (since some files are always in use, there has to be some limit to not annoy the user every time).&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanMinimum : REG_DWORD = 00000064 (100 files minimum are the default)&lt;br /&gt;
 ... use any amount of files you want as the lower minimum here.&lt;br /&gt;
&lt;br /&gt;
===UserAgent===&lt;br /&gt;
Allows to set up a custom UserAgent for the anti-spyware updating in Spybot 2 and above. Use a REG_SZ here to define a fixed value (otherwise a combination of product name and version will be used).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = SpybotSearchAndDestroy/2.5.44 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = MyCustomUserAgent&lt;br /&gt;
 ... or any other text you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] later than 2.5 (possibly as an update to 2.4 and 2.5).&lt;br /&gt;
&lt;br /&gt;
===WriteProcessLog===&lt;br /&gt;
Boolean setting that may be used to add more information on process scanning to the &#039;&#039;Resident.log&#039;&#039; log file. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000001 (write additional debug information into log)&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1133</id>
		<title>Registry Tweaks</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1133"/>
		<updated>2015-07-31T06:56:34Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: /* SkipAdminWarnings */ added version information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tweaks are small, inofficial setting patches that can be set up through the registry only. This page describes tweaks used in applications by Safer-Networking Ltd. only. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To create such a tweak, create a registry value in the following location:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\Application.exe\&lt;br /&gt;
&lt;br /&gt;
Replace &#039;&#039;Application.exe&#039;&#039; with the name of the executable it should affect, no paths used. Or, if you want the tweak to apply globally to all our products, simply use this path:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\&lt;br /&gt;
&lt;br /&gt;
==Available Tweaks==&lt;br /&gt;
&lt;br /&gt;
===ConserveMemory===&lt;br /&gt;
Used by TeaTimer only currently to indicate which version of the on-access scanning engine to use.&lt;br /&gt;
&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000000 (less memory, starts faster, but scans slower)&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000001 (the mode available by default in versions up to 1.6 beta 2)&lt;br /&gt;
&lt;br /&gt;
By default, currently method 0 is set. Plans are to make the default choice depend on the overall system memory.&lt;br /&gt;
&lt;br /&gt;
===CreateHostsBackup===&lt;br /&gt;
Set this to 0 to not create backup copies of the hosts file when using the immunization or fixing scan results in there.&lt;br /&gt;
&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000000 (does not create backups)&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000001 (default if not set)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 140.&lt;br /&gt;
&lt;br /&gt;
===DisableHintOfTheDay===&lt;br /&gt;
Use this tweak to hide the new-to-1.6 &#039;&#039;Hint of the Day&#039;&#039; in the results list.&lt;br /&gt;
&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000001 (hides HotD)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===DisableTempFolderCleaning===&lt;br /&gt;
Use this tweak to completely skip the new function that tries to clear the systems temp folder to speed up scans.&lt;br /&gt;
&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000001 (does not offer temp folder cleaning on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 265.&lt;br /&gt;
&lt;br /&gt;
===DisableUserHivesLoading===&lt;br /&gt;
Acts the same as [[/nouserhives]] in any version after 1.6.0.&lt;br /&gt;
&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000001 (does not mount user hives on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===FloppyVolumeInformation===&lt;br /&gt;
Set this to the value representation of a drive (A: is 0, B: s 1, C: is 2, ...) to set where optimization lookups by using drive properties is used. Since querying this could cause a floppy seek, this is by default 2.&lt;br /&gt;
&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000000 (starts with drive A:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000001 (starts with drive B:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000002 (starts with drive C:, defaulf if not set)&lt;br /&gt;
 ... continue numbers for letters in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and [[RunAlyzer]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 76.&lt;br /&gt;
&lt;br /&gt;
===HostsBlockIP===&lt;br /&gt;
Hosts file immunization by default uses 127.0.0.1 to block domains. Use a REG_SZ here to define another value (some people prefer 0.0.0.0).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = 127.0.0.1 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = 0.0.0.0   (common other choice)&lt;br /&gt;
 ... or any other IP you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 58.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeIE8===&lt;br /&gt;
IE 8 is no longer able to properly deal with larger lists of restricted sites. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization when IE 8 is installed (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000001 (immunize IE8)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] after 1.6.2.&lt;br /&gt;
&lt;br /&gt;
Based on [http://www.safer-networking.org/en/news/2009-03-25.html News from 2009-05-25].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===ImmunizeHostsOn2000===&lt;br /&gt;
Immunizing the hosts file on Windows 2000 can make trouble if the DNS Client service is running. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization under these circumstances (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000001 (immunized hosts on W2k even in worst case scenario)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 164.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeSystemAccounts===&lt;br /&gt;
System accounts never use browsers unless the system is misconfigured; set this to 1 to show them in immunization anyway.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000001 (also immunizes system accounts)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 132.&lt;br /&gt;
&lt;br /&gt;
===ScanItemDelay===&lt;br /&gt;
As a help for computers with improper cooling, the scan can be halted between patterns. Available in 1.6.1 after build 38 and in 2.0.&lt;br /&gt;
&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000001 (any numer of milliseconds &amp;lt; 100)&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/showthread.php?t=36385 this forum thread].&lt;br /&gt;
&lt;br /&gt;
===SkipAdminWarnings===&lt;br /&gt;
Spybot-S&amp;amp;D tests whether the user has admin privileges (available on XP and Vista, mostly on the later regarding elevation), and otherwise warns on fixing and some of the tools. Set this to 1 to skip this warning. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000001 (skips warnings)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 263.&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanDelay===&lt;br /&gt;
Sets up the waiting time for the new-to-1.6 option to offer to clean the Temp folders before continuing. After this has timed out, the default action will be chosen. Spybot 1.x only, in Spybot 2, this is shown as a panel on the view before the scan. In Spybot 3, this will also be an extra Tools option.&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanDelay : REG_DWORD = 0000000E (15 seconds are default if not set otherwhise)&lt;br /&gt;
 ... use any amount of seconds you want here.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanMinimum===&lt;br /&gt;
Changes the minimum number of files the temp folder needs to contain before cleaning is offered (since some files are always in use, there has to be some limit to not annoy the user every time).&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanMinimum : REG_DWORD = 00000064 (100 files minimum are the default)&lt;br /&gt;
 ... use any amount of files you want as the lower minimum here.&lt;br /&gt;
&lt;br /&gt;
===UserAgent===&lt;br /&gt;
Allows to set up a custom UserAgent for the anti-spyware updating in Spybot 2 and above. Use a REG_SZ here to define a fixed value (otherwise a combination of product name and version will be used).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = SpybotSearchAndDestroy/2.5.44 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = MyCustomUserAgent&lt;br /&gt;
 ... or any other text you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] later than 2.5 (possibly as an update to 2.4 and 2.5).&lt;br /&gt;
&lt;br /&gt;
===WriteProcessLog===&lt;br /&gt;
Boolean setting that may be used to add more information on process scanning to the &#039;&#039;Resident.log&#039;&#039; log file. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000001 (write additional debug information into log)&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1132</id>
		<title>Registry Tweaks</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1132"/>
		<updated>2015-07-31T06:56:02Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: /* TempFolderCleanDelay */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tweaks are small, inofficial setting patches that can be set up through the registry only. This page describes tweaks used in applications by Safer-Networking Ltd. only. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To create such a tweak, create a registry value in the following location:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\Application.exe\&lt;br /&gt;
&lt;br /&gt;
Replace &#039;&#039;Application.exe&#039;&#039; with the name of the executable it should affect, no paths used. Or, if you want the tweak to apply globally to all our products, simply use this path:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\&lt;br /&gt;
&lt;br /&gt;
==Available Tweaks==&lt;br /&gt;
&lt;br /&gt;
===ConserveMemory===&lt;br /&gt;
Used by TeaTimer only currently to indicate which version of the on-access scanning engine to use.&lt;br /&gt;
&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000000 (less memory, starts faster, but scans slower)&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000001 (the mode available by default in versions up to 1.6 beta 2)&lt;br /&gt;
&lt;br /&gt;
By default, currently method 0 is set. Plans are to make the default choice depend on the overall system memory.&lt;br /&gt;
&lt;br /&gt;
===CreateHostsBackup===&lt;br /&gt;
Set this to 0 to not create backup copies of the hosts file when using the immunization or fixing scan results in there.&lt;br /&gt;
&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000000 (does not create backups)&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000001 (default if not set)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 140.&lt;br /&gt;
&lt;br /&gt;
===DisableHintOfTheDay===&lt;br /&gt;
Use this tweak to hide the new-to-1.6 &#039;&#039;Hint of the Day&#039;&#039; in the results list.&lt;br /&gt;
&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000001 (hides HotD)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===DisableTempFolderCleaning===&lt;br /&gt;
Use this tweak to completely skip the new function that tries to clear the systems temp folder to speed up scans.&lt;br /&gt;
&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000001 (does not offer temp folder cleaning on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 265.&lt;br /&gt;
&lt;br /&gt;
===DisableUserHivesLoading===&lt;br /&gt;
Acts the same as [[/nouserhives]] in any version after 1.6.0.&lt;br /&gt;
&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000001 (does not mount user hives on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===FloppyVolumeInformation===&lt;br /&gt;
Set this to the value representation of a drive (A: is 0, B: s 1, C: is 2, ...) to set where optimization lookups by using drive properties is used. Since querying this could cause a floppy seek, this is by default 2.&lt;br /&gt;
&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000000 (starts with drive A:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000001 (starts with drive B:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000002 (starts with drive C:, defaulf if not set)&lt;br /&gt;
 ... continue numbers for letters in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and [[RunAlyzer]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 76.&lt;br /&gt;
&lt;br /&gt;
===HostsBlockIP===&lt;br /&gt;
Hosts file immunization by default uses 127.0.0.1 to block domains. Use a REG_SZ here to define another value (some people prefer 0.0.0.0).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = 127.0.0.1 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = 0.0.0.0   (common other choice)&lt;br /&gt;
 ... or any other IP you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 58.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeIE8===&lt;br /&gt;
IE 8 is no longer able to properly deal with larger lists of restricted sites. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization when IE 8 is installed (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000001 (immunize IE8)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] after 1.6.2.&lt;br /&gt;
&lt;br /&gt;
Based on [http://www.safer-networking.org/en/news/2009-03-25.html News from 2009-05-25].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===ImmunizeHostsOn2000===&lt;br /&gt;
Immunizing the hosts file on Windows 2000 can make trouble if the DNS Client service is running. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization under these circumstances (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000001 (immunized hosts on W2k even in worst case scenario)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 164.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeSystemAccounts===&lt;br /&gt;
System accounts never use browsers unless the system is misconfigured; set this to 1 to show them in immunization anyway.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000001 (also immunizes system accounts)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 132.&lt;br /&gt;
&lt;br /&gt;
===ScanItemDelay===&lt;br /&gt;
As a help for computers with improper cooling, the scan can be halted between patterns. Available in 1.6.1 after build 38 and in 2.0.&lt;br /&gt;
&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000001 (any numer of milliseconds &amp;lt; 100)&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/showthread.php?t=36385 this forum thread].&lt;br /&gt;
&lt;br /&gt;
===SkipAdminWarnings===&lt;br /&gt;
Spybot-S&amp;amp;D tests whether the user has admin privileges (available on XP and Vista, mostly on the later regarding elevation), and otherwise warns on fixing and some of the tools. Set this to 1 to skip this warning.&lt;br /&gt;
&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000001 (skips warnings)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 263.&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanDelay===&lt;br /&gt;
Sets up the waiting time for the new-to-1.6 option to offer to clean the Temp folders before continuing. After this has timed out, the default action will be chosen. Spybot 1.x only, in Spybot 2, this is shown as a panel on the view before the scan. In Spybot 3, this will also be an extra Tools option.&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanDelay : REG_DWORD = 0000000E (15 seconds are default if not set otherwhise)&lt;br /&gt;
 ... use any amount of seconds you want here.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanMinimum===&lt;br /&gt;
Changes the minimum number of files the temp folder needs to contain before cleaning is offered (since some files are always in use, there has to be some limit to not annoy the user every time).&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanMinimum : REG_DWORD = 00000064 (100 files minimum are the default)&lt;br /&gt;
 ... use any amount of files you want as the lower minimum here.&lt;br /&gt;
&lt;br /&gt;
===UserAgent===&lt;br /&gt;
Allows to set up a custom UserAgent for the anti-spyware updating in Spybot 2 and above. Use a REG_SZ here to define a fixed value (otherwise a combination of product name and version will be used).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = SpybotSearchAndDestroy/2.5.44 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = MyCustomUserAgent&lt;br /&gt;
 ... or any other text you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] later than 2.5 (possibly as an update to 2.4 and 2.5).&lt;br /&gt;
&lt;br /&gt;
===WriteProcessLog===&lt;br /&gt;
Boolean setting that may be used to add more information on process scanning to the &#039;&#039;Resident.log&#039;&#039; log file. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000001 (write additional debug information into log)&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1131</id>
		<title>Registry Tweaks</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1131"/>
		<updated>2015-07-31T06:55:10Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: /* WriteProcessLog */ added version information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tweaks are small, inofficial setting patches that can be set up through the registry only. This page describes tweaks used in applications by Safer-Networking Ltd. only. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To create such a tweak, create a registry value in the following location:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\Application.exe\&lt;br /&gt;
&lt;br /&gt;
Replace &#039;&#039;Application.exe&#039;&#039; with the name of the executable it should affect, no paths used. Or, if you want the tweak to apply globally to all our products, simply use this path:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\&lt;br /&gt;
&lt;br /&gt;
==Available Tweaks==&lt;br /&gt;
&lt;br /&gt;
===ConserveMemory===&lt;br /&gt;
Used by TeaTimer only currently to indicate which version of the on-access scanning engine to use.&lt;br /&gt;
&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000000 (less memory, starts faster, but scans slower)&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000001 (the mode available by default in versions up to 1.6 beta 2)&lt;br /&gt;
&lt;br /&gt;
By default, currently method 0 is set. Plans are to make the default choice depend on the overall system memory.&lt;br /&gt;
&lt;br /&gt;
===CreateHostsBackup===&lt;br /&gt;
Set this to 0 to not create backup copies of the hosts file when using the immunization or fixing scan results in there.&lt;br /&gt;
&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000000 (does not create backups)&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000001 (default if not set)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 140.&lt;br /&gt;
&lt;br /&gt;
===DisableHintOfTheDay===&lt;br /&gt;
Use this tweak to hide the new-to-1.6 &#039;&#039;Hint of the Day&#039;&#039; in the results list.&lt;br /&gt;
&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000001 (hides HotD)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===DisableTempFolderCleaning===&lt;br /&gt;
Use this tweak to completely skip the new function that tries to clear the systems temp folder to speed up scans.&lt;br /&gt;
&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000001 (does not offer temp folder cleaning on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 265.&lt;br /&gt;
&lt;br /&gt;
===DisableUserHivesLoading===&lt;br /&gt;
Acts the same as [[/nouserhives]] in any version after 1.6.0.&lt;br /&gt;
&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000001 (does not mount user hives on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===FloppyVolumeInformation===&lt;br /&gt;
Set this to the value representation of a drive (A: is 0, B: s 1, C: is 2, ...) to set where optimization lookups by using drive properties is used. Since querying this could cause a floppy seek, this is by default 2.&lt;br /&gt;
&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000000 (starts with drive A:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000001 (starts with drive B:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000002 (starts with drive C:, defaulf if not set)&lt;br /&gt;
 ... continue numbers for letters in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and [[RunAlyzer]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 76.&lt;br /&gt;
&lt;br /&gt;
===HostsBlockIP===&lt;br /&gt;
Hosts file immunization by default uses 127.0.0.1 to block domains. Use a REG_SZ here to define another value (some people prefer 0.0.0.0).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = 127.0.0.1 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = 0.0.0.0   (common other choice)&lt;br /&gt;
 ... or any other IP you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 58.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeIE8===&lt;br /&gt;
IE 8 is no longer able to properly deal with larger lists of restricted sites. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization when IE 8 is installed (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000001 (immunize IE8)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] after 1.6.2.&lt;br /&gt;
&lt;br /&gt;
Based on [http://www.safer-networking.org/en/news/2009-03-25.html News from 2009-05-25].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===ImmunizeHostsOn2000===&lt;br /&gt;
Immunizing the hosts file on Windows 2000 can make trouble if the DNS Client service is running. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization under these circumstances (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000001 (immunized hosts on W2k even in worst case scenario)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 164.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeSystemAccounts===&lt;br /&gt;
System accounts never use browsers unless the system is misconfigured; set this to 1 to show them in immunization anyway.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000001 (also immunizes system accounts)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 132.&lt;br /&gt;
&lt;br /&gt;
===ScanItemDelay===&lt;br /&gt;
As a help for computers with improper cooling, the scan can be halted between patterns. Available in 1.6.1 after build 38 and in 2.0.&lt;br /&gt;
&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000001 (any numer of milliseconds &amp;lt; 100)&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/showthread.php?t=36385 this forum thread].&lt;br /&gt;
&lt;br /&gt;
===SkipAdminWarnings===&lt;br /&gt;
Spybot-S&amp;amp;D tests whether the user has admin privileges (available on XP and Vista, mostly on the later regarding elevation), and otherwise warns on fixing and some of the tools. Set this to 1 to skip this warning.&lt;br /&gt;
&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000001 (skips warnings)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 263.&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanDelay===&lt;br /&gt;
Sets up the waiting time for the new-to-1.6 option to offer to clean the Temp folders before continuing. After this has timed out, the default action will be chosen.&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanDelay : REG_DWORD = 0000000E (15 seconds are default if not set otherwhise)&lt;br /&gt;
 ... use any amount of seconds you want here.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanMinimum===&lt;br /&gt;
Changes the minimum number of files the temp folder needs to contain before cleaning is offered (since some files are always in use, there has to be some limit to not annoy the user every time).&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanMinimum : REG_DWORD = 00000064 (100 files minimum are the default)&lt;br /&gt;
 ... use any amount of files you want as the lower minimum here.&lt;br /&gt;
&lt;br /&gt;
===UserAgent===&lt;br /&gt;
Allows to set up a custom UserAgent for the anti-spyware updating in Spybot 2 and above. Use a REG_SZ here to define a fixed value (otherwise a combination of product name and version will be used).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = SpybotSearchAndDestroy/2.5.44 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = MyCustomUserAgent&lt;br /&gt;
 ... or any other text you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] later than 2.5 (possibly as an update to 2.4 and 2.5).&lt;br /&gt;
&lt;br /&gt;
===WriteProcessLog===&lt;br /&gt;
Boolean setting that may be used to add more information on process scanning to the &#039;&#039;Resident.log&#039;&#039; log file. Spybot 1.x only.&lt;br /&gt;
&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000001 (write additional debug information into log)&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1130</id>
		<title>Registry Tweaks</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1130"/>
		<updated>2015-07-31T06:54:42Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: Added UserAgent. Removed links to no longer active forum project manager.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tweaks are small, inofficial setting patches that can be set up through the registry only. This page describes tweaks used in applications by Safer-Networking Ltd. only. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To create such a tweak, create a registry value in the following location:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\Application.exe\&lt;br /&gt;
&lt;br /&gt;
Replace &#039;&#039;Application.exe&#039;&#039; with the name of the executable it should affect, no paths used. Or, if you want the tweak to apply globally to all our products, simply use this path:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\&lt;br /&gt;
&lt;br /&gt;
==Available Tweaks==&lt;br /&gt;
&lt;br /&gt;
===ConserveMemory===&lt;br /&gt;
Used by TeaTimer only currently to indicate which version of the on-access scanning engine to use.&lt;br /&gt;
&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000000 (less memory, starts faster, but scans slower)&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000001 (the mode available by default in versions up to 1.6 beta 2)&lt;br /&gt;
&lt;br /&gt;
By default, currently method 0 is set. Plans are to make the default choice depend on the overall system memory.&lt;br /&gt;
&lt;br /&gt;
===CreateHostsBackup===&lt;br /&gt;
Set this to 0 to not create backup copies of the hosts file when using the immunization or fixing scan results in there.&lt;br /&gt;
&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000000 (does not create backups)&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000001 (default if not set)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 140.&lt;br /&gt;
&lt;br /&gt;
===DisableHintOfTheDay===&lt;br /&gt;
Use this tweak to hide the new-to-1.6 &#039;&#039;Hint of the Day&#039;&#039; in the results list.&lt;br /&gt;
&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000001 (hides HotD)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===DisableTempFolderCleaning===&lt;br /&gt;
Use this tweak to completely skip the new function that tries to clear the systems temp folder to speed up scans.&lt;br /&gt;
&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000001 (does not offer temp folder cleaning on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 265.&lt;br /&gt;
&lt;br /&gt;
===DisableUserHivesLoading===&lt;br /&gt;
Acts the same as [[/nouserhives]] in any version after 1.6.0.&lt;br /&gt;
&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000001 (does not mount user hives on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===FloppyVolumeInformation===&lt;br /&gt;
Set this to the value representation of a drive (A: is 0, B: s 1, C: is 2, ...) to set where optimization lookups by using drive properties is used. Since querying this could cause a floppy seek, this is by default 2.&lt;br /&gt;
&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000000 (starts with drive A:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000001 (starts with drive B:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000002 (starts with drive C:, defaulf if not set)&lt;br /&gt;
 ... continue numbers for letters in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and [[RunAlyzer]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 76.&lt;br /&gt;
&lt;br /&gt;
===HostsBlockIP===&lt;br /&gt;
Hosts file immunization by default uses 127.0.0.1 to block domains. Use a REG_SZ here to define another value (some people prefer 0.0.0.0).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = 127.0.0.1 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = 0.0.0.0   (common other choice)&lt;br /&gt;
 ... or any other IP you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 58.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeIE8===&lt;br /&gt;
IE 8 is no longer able to properly deal with larger lists of restricted sites. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization when IE 8 is installed (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000001 (immunize IE8)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] after 1.6.2.&lt;br /&gt;
&lt;br /&gt;
Based on [http://www.safer-networking.org/en/news/2009-03-25.html News from 2009-05-25].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===ImmunizeHostsOn2000===&lt;br /&gt;
Immunizing the hosts file on Windows 2000 can make trouble if the DNS Client service is running. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization under these circumstances (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000001 (immunized hosts on W2k even in worst case scenario)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 164.&lt;br /&gt;
&lt;br /&gt;
===ImmunizeSystemAccounts===&lt;br /&gt;
System accounts never use browsers unless the system is misconfigured; set this to 1 to show them in immunization anyway.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000001 (also immunizes system accounts)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 132.&lt;br /&gt;
&lt;br /&gt;
===ScanItemDelay===&lt;br /&gt;
As a help for computers with improper cooling, the scan can be halted between patterns. Available in 1.6.1 after build 38 and in 2.0.&lt;br /&gt;
&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000001 (any numer of milliseconds &amp;lt; 100)&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/showthread.php?t=36385 this forum thread].&lt;br /&gt;
&lt;br /&gt;
===SkipAdminWarnings===&lt;br /&gt;
Spybot-S&amp;amp;D tests whether the user has admin privileges (available on XP and Vista, mostly on the later regarding elevation), and otherwise warns on fixing and some of the tools. Set this to 1 to skip this warning.&lt;br /&gt;
&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000001 (skips warnings)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on Feature Request 263.&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanDelay===&lt;br /&gt;
Sets up the waiting time for the new-to-1.6 option to offer to clean the Temp folders before continuing. After this has timed out, the default action will be chosen.&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanDelay : REG_DWORD = 0000000E (15 seconds are default if not set otherwhise)&lt;br /&gt;
 ... use any amount of seconds you want here.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanMinimum===&lt;br /&gt;
Changes the minimum number of files the temp folder needs to contain before cleaning is offered (since some files are always in use, there has to be some limit to not annoy the user every time).&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanMinimum : REG_DWORD = 00000064 (100 files minimum are the default)&lt;br /&gt;
 ... use any amount of files you want as the lower minimum here.&lt;br /&gt;
&lt;br /&gt;
===UserAgent===&lt;br /&gt;
Allows to set up a custom UserAgent for the anti-spyware updating in Spybot 2 and above. Use a REG_SZ here to define a fixed value (otherwise a combination of product name and version will be used).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = SpybotSearchAndDestroy/2.5.44 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = MyCustomUserAgent&lt;br /&gt;
 ... or any other text you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] later than 2.5 (possibly as an update to 2.4 and 2.5).&lt;br /&gt;
&lt;br /&gt;
===WriteProcessLog===&lt;br /&gt;
Boolean setting that may be used to add more information on process scanning to the &#039;&#039;Resident.log&#039;&#039; log file.&lt;br /&gt;
&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000001 (write additional debug information into log)&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Categories&amp;diff=1129</id>
		<title>Categories</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Categories&amp;diff=1129"/>
		<updated>2014-11-20T10:57:47Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SBI product blocks (see [[SBI file format]]) always mention a category that help classifying a malware.&lt;br /&gt;
We use the Anti-Spyware Coalition [http://www.antispywarecoalition.org/documents/2007definitions.htm definitions].&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 :: IAmSpyware|This is just an invented bot&lt;br /&gt;
 // {Cat:Test}{Cnt:1}&lt;br /&gt;
 // {Det:myname,2008-02-17}&lt;br /&gt;
 File:&amp;quot;&amp;lt;$FILE_DATA&amp;gt;&amp;quot;,&amp;quot;&amp;lt;$WINDIR&amp;gt;\Malware.txt&amp;quot;,&amp;quot;filesize&amp;gt;=10&amp;quot;&lt;br /&gt;
 File:&amp;quot;&amp;lt;$FILE_DATA&amp;gt;&amp;quot;,&amp;quot;&amp;lt;$SYSDIR&amp;gt;\WayTooSmall.txt&amp;quot;,&amp;quot;filesize=5&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== List of categories ==&lt;br /&gt;
&lt;br /&gt;
=== Adware ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Any program that causes advertising content to be displayed.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
In Spybot, we usually only add products to this category where the advertisement is at least tracking.&lt;br /&gt;
&lt;br /&gt;
=== Cookies ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Used to gather limited information about user activities without installing any software on the user&#039;s computers&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Tracking cookies are a form of passive tracking technologies. We recommend users to disable third party cookies as a more effective method.&lt;br /&gt;
&lt;br /&gt;
=== Dialer ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Used to make calls or access services through a modem or Internet connection&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This form of fraud is mostly outdated and getting rare in times of DSL and cable.&lt;br /&gt;
&lt;br /&gt;
=== Fraud ===&lt;br /&gt;
Software that tries to appear as other legit software and scares the user into buying, often by displaying invented non-existing infections.&lt;br /&gt;
&lt;br /&gt;
=== Hijackers ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Used to modify system and change user experience: e.g. home page, search page, default media player, or lower level system functions&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Hijackers are called system modifying software by the ASC.&lt;br /&gt;
&lt;br /&gt;
=== iPhone ===&lt;br /&gt;
This category flags tracking software or spyware in locally stored app copies within the iTunes folders.&lt;br /&gt;
&lt;br /&gt;
=== Keyloggers ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Used to allow remote access or control of computer systems&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This category includes software used to remotely view and control other computers. Sometimes, this software can be installed with the users consent.&lt;br /&gt;
Compared to trojans, which are used against masses of users, these are usually targeted.&lt;br /&gt;
&lt;br /&gt;
=== Malware ===&lt;br /&gt;
Malware, aka malicious software, is a generic term for all software categories here, and is used for threats that can do harm to the system without fitting into one of the other categories.&lt;br /&gt;
&lt;br /&gt;
=== PUPS ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Technologies deployed without appropriate user consent and/or implemented in ways that impair user control over:&lt;br /&gt;
&lt;br /&gt;
* Material changes that affect their user experience, privacy, or system security;&lt;br /&gt;
* Use of their system resources, including what programs are installed on their computers; and/or&lt;br /&gt;
* Collection, use, and distribution of their personal or other sensitive information.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
This category includes system settings that lower the security level. Examples are disabled system restore points or Internet Explorer settings that allow uncontrolled execution of code on websites. it also includes the Eicar test virus simply because it&#039;s a small signature database and allows very fast scanning when using just this.&lt;br /&gt;
&lt;br /&gt;
=== Spyware ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Used to monitor user behavior or gather information about the user, sometimes including personally identifiable or other sensitive information.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Without proper Terms of Use, collecting PII (Personally Identifiable Information/Personally Identifying Information) violates a users privacy. This category is for such software.&lt;br /&gt;
&lt;br /&gt;
=== Tracks ===&lt;br /&gt;
This is not a classical malware category, but lists fingerprints a user leaves when using a computer, including browser history, histories of recently opened files, and others.&lt;br /&gt;
&lt;br /&gt;
=== Trojans ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Used to allow remote access or control of computer systems&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Trojans, or better trojan horses, usually allow remote access and control of a computer, e.g. in the form of bot networks, where a computer is misused for spam sending, network attacks or similar tasks that do not a huge number of computers.&lt;br /&gt;
&lt;br /&gt;
=== Viruses ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Files ==&lt;br /&gt;
&lt;br /&gt;
The official signature files use the same categories; their filenames all start with the category name, followed by a dash, and either a three digit number, or a &amp;quot;C&amp;quot; for very up to date threats, from which they&#039;re moved to the numbered archives when they&#039;re no longer updated or have been replaced with newer releases.&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Categories&amp;diff=1128</id>
		<title>Categories</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Categories&amp;diff=1128"/>
		<updated>2014-11-20T10:49:48Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: Created page with &amp;quot;SBI product blocks (see SBI file forma) always mention a category that help classifying a malware. We use the Anti-Spyware Coalition [http://www.antispywarecoalition.org/d...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SBI product blocks (see [[SBI file forma]]) always mention a category that help classifying a malware.&lt;br /&gt;
We use the Anti-Spyware Coalition [http://www.antispywarecoalition.org/documents/2007definitions.htm definitions].&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 :: IAmSpyware|This is just an invented bot&lt;br /&gt;
 // {Cat:Test}{Cnt:1}&lt;br /&gt;
 // {Det:myname,2008-02-17}&lt;br /&gt;
 File:&amp;quot;&amp;lt;$FILE_DATA&amp;gt;&amp;quot;,&amp;quot;&amp;lt;$WINDIR&amp;gt;\Malware.txt&amp;quot;,&amp;quot;filesize&amp;gt;=10&amp;quot;&lt;br /&gt;
 File:&amp;quot;&amp;lt;$FILE_DATA&amp;gt;&amp;quot;,&amp;quot;&amp;lt;$SYSDIR&amp;gt;\WayTooSmall.txt&amp;quot;,&amp;quot;filesize=5&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== List of categories ==&lt;br /&gt;
&lt;br /&gt;
=== Adware ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Any program that causes advertising content to be displayed.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
In Spybot, we usually only add products to this category where the advertisement is at least tracking.&lt;br /&gt;
&lt;br /&gt;
=== Cookies ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Used to gather limited information about user activities without installing any software on the user&#039;s computers&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Tracking cookies are a form of passive tracking technologies. We recommend users to disable third party cookies as a more effective method.&lt;br /&gt;
&lt;br /&gt;
=== Dialer ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Used to make calls or access services through a modem or Internet connection&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This form of fraud is mostly outdated and getting rare in times of DSL and cable.&lt;br /&gt;
&lt;br /&gt;
=== Fraud ===&lt;br /&gt;
Software that tries to appear as other legit software and scares the user into buying, often by displaying invented non-existing infections.&lt;br /&gt;
&lt;br /&gt;
=== Hijackers ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Used to modify system and change user experience: e.g. home page, search page, default media player, or lower level system functions&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Hijackers are called system modifying software by the ASC.&lt;br /&gt;
&lt;br /&gt;
=== iPhone ===&lt;br /&gt;
This category flags tracking software or spyware in locally stored app copies within the iTunes folders.&lt;br /&gt;
&lt;br /&gt;
=== Keyloggers ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Used to allow remote access or control of computer systems&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This category includes software used to remotely view and control other computers. Sometimes, this software can be installed with the users consent.&lt;br /&gt;
Compared to trojans, which are used against masses of users, these are usually targeted.&lt;br /&gt;
&lt;br /&gt;
=== Malware ===&lt;br /&gt;
Malware, aka malicious software, is a generic term for all software categories here, and is used for threats that can do harm to the system without fitting into one of the other categories.&lt;br /&gt;
&lt;br /&gt;
=== PUPS ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Technologies deployed without appropriate user consent and/or implemented in ways that impair user control over:&lt;br /&gt;
&lt;br /&gt;
* Material changes that affect their user experience, privacy, or system security;&lt;br /&gt;
* Use of their system resources, including what programs are installed on their computers; and/or&lt;br /&gt;
* Collection, use, and distribution of their personal or other sensitive information.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
This category includes system settings that lower the security level. Examples are disabled system restore points or Internet Explorer settings that allow uncontrolled execution of code on websites. it also includes the Eicar test virus simply because it&#039;s a small signature database and allows very fast scanning when using just this.&lt;br /&gt;
&lt;br /&gt;
=== Spyware ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Used to monitor user behavior or gather information about the user, sometimes including personally identifiable or other sensitive information.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Without proper Terms of Use, collecting PII (Personally Identifiable Information/Personally Identifying Information) violates a users privacy. This category is for such software.&lt;br /&gt;
&lt;br /&gt;
=== Tracks ===&lt;br /&gt;
This is not a classical malware category, but lists fingerprints a user leaves when using a computer, including browser history, histories of recently opened files, and others.&lt;br /&gt;
&lt;br /&gt;
=== Trojans ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Used to allow remote access or control of computer systems&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Trojans, or better trojan horses, usually allow remote access and control of a computer, e.g. in the form of bot networks, where a computer is misused for spam sending, network attacks or similar tasks that do not a huge number of computers.&lt;br /&gt;
&lt;br /&gt;
=== Viruses ===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Files ==&lt;br /&gt;
&lt;br /&gt;
The official signature files use the same categories; their filenames all start with the category name, followed by a dash, and either a three digit number, or a &amp;quot;C&amp;quot; for very up to date threats, from which they&#039;re moved to the numbered archives when they&#039;re no longer updated or have been replaced with newer releases.&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=SBI_file_format&amp;diff=1127</id>
		<title>SBI file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=SBI_file_format&amp;diff=1127"/>
		<updated>2014-11-20T10:22:30Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SBI files are detection databases than can be used to tell Spybot - Search &amp;amp; Destroy where and how to look for malware.&lt;br /&gt;
&lt;br /&gt;
This document describes the [[OpenSBI]] format, which is a plain text format that can be used by anyone.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Inside the Spybot - Search &amp;amp; Destroy program files folder, you&#039;ll find a subfolder named &#039;&#039;Includes&#039;&#039;. This folder contains the standard detection databases distributed by [[Safer Networking Ltd.]], but you can also create your own files in here.&lt;br /&gt;
Every file here will be shown inside the application on the &#039;&#039;Filesets&#039;&#039; page (you may have to switch to &#039;&#039;Advanced Mode&#039;&#039; to see this).&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
 // info: This is an example fileset&lt;br /&gt;
 // info|Deutsch: Dies ist ein Beispiel-Datensatz&lt;br /&gt;
 // date: 2008-02-17 (1.5)&lt;br /&gt;
  &lt;br /&gt;
 :: IAmSpyware|This is just an invented bot&lt;br /&gt;
 // {Cat:Test}{Cnt:1}&lt;br /&gt;
 // {Det:myname,2008-02-17}&lt;br /&gt;
 File:&amp;quot;&amp;lt;$FILE_DATA&amp;gt;&amp;quot;,&amp;quot;&amp;lt;$WINDIR&amp;gt;\Malware.txt&amp;quot;,&amp;quot;filesize&amp;gt;=10&amp;quot;&lt;br /&gt;
 File:&amp;quot;&amp;lt;$FILE_DATA&amp;gt;&amp;quot;,&amp;quot;&amp;lt;$SYSDIR&amp;gt;\WayTooSmall.txt&amp;quot;,&amp;quot;filesize=5&amp;quot;&lt;br /&gt;
 // this is just for fun&lt;br /&gt;
  &lt;br /&gt;
 :: SecondProduct&lt;br /&gt;
 // {Cat:Test}{Cnt:0}&lt;br /&gt;
 // {Det:myname,2008-02-17}&lt;br /&gt;
 NoOp:&amp;quot;setenv=silly:example&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
The first thing you&#039;ll notice in the example above are the comment lines; every line beginning with two dashes are comment lines, and may appear everywhere in the file. These are the only lines that you can freely use, along with empty lines as fillers to make the text easier to read.&lt;br /&gt;
There are a few special comment lines:&lt;br /&gt;
&lt;br /&gt;
====File information====&lt;br /&gt;
 // info: This is an example fileset&lt;br /&gt;
 // info|Deutsch: Dies ist ein Beispiel-Datensatz&lt;br /&gt;
&lt;br /&gt;
The first comment in every file should be of the &#039;&#039;info&#039;&#039; type, which is the information shown inside the application on the &#039;&#039;Filesets&#039;&#039; page. These are localizable as shown in the second line, where &#039;&#039;Deutsch&#039;&#039; is the localized name of the &#039;&#039;German&#039;&#039; language.&lt;br /&gt;
&lt;br /&gt;
====Timestamp====&lt;br /&gt;
 // date: 2008-02-17 (1.5)&lt;br /&gt;
&lt;br /&gt;
Specifiying a date, optionally with a minimum Spybot-S&amp;amp;D version in brackets behind it, is also recommended. We use the date format &#039;&#039;yyyy-mm-dd&#039;&#039; (&#039;yyyy&#039;&#039; being the year in four digits, &#039;mm&#039;&#039; the month and &#039;&#039;dd&#039;&#039; the day, both with trailing zeros where necessary to make them two digits long) wherever possible.&lt;br /&gt;
&lt;br /&gt;
====Products====&lt;br /&gt;
 :: IAmSpyware|This is just an invented bot&lt;br /&gt;
&lt;br /&gt;
Each product is started with two colons followed by a space, then the product name, which may, but should not, contain spaces. &lt;br /&gt;
&lt;br /&gt;
An upright line can be used to add an optional description shown on the &#039;&#039;Ignore Products&#039;&#039; page inside the application. This description may be used for adding alternative names, in case a malware is known under various other names as well.&lt;br /&gt;
&lt;br /&gt;
====Detection blocks====&lt;br /&gt;
 // {Cat:Test}{Cnt:1}&lt;br /&gt;
 // {Det:myname,2008-02-17}&lt;br /&gt;
&lt;br /&gt;
Inside a product, various blocks can be defines, as seen by the first two comment lines in the examples products. These blocks list a [[Categories|category]], the number of samples analyzed to write this block (&#039;&#039;Cnt&#039;&#039;), the name of the &#039;&#039;detective&#039;&#039; creating this block, and the date.&lt;br /&gt;
&lt;br /&gt;
Whenever you add additional detection code at a later point under the same product name, it is recommended you add another such block header.&lt;br /&gt;
&lt;br /&gt;
 // this is just for fun&lt;br /&gt;
&lt;br /&gt;
Regular comments can be used anywhere in the file to allow you to write down details that might not be apparent by reading just the code.&lt;br /&gt;
&lt;br /&gt;
 //i: this is just information&lt;br /&gt;
 //e: this is an erroneous line&lt;br /&gt;
 //fp: this line did cause a false positive&lt;br /&gt;
&lt;br /&gt;
If you use many comments, it might make sense to use the above formats to indicate the type of comment; these will also be highlighted differently in the code editor for a quicker overview.&lt;br /&gt;
&lt;br /&gt;
 File:&amp;quot;&amp;lt;$FILE_DATA&amp;gt;&amp;quot;,&amp;quot;&amp;lt;$WINDIR&amp;gt;\Malware.txt&amp;quot;,&amp;quot;filesize&amp;gt;=10&amp;quot;&lt;br /&gt;
 File:&amp;quot;&amp;lt;$FILE_DATA&amp;gt;&amp;quot;,&amp;quot;&amp;lt;$SYSDIR&amp;gt;\WayTooSmall.txt&amp;quot;,&amp;quot;filesize=5&amp;quot;&lt;br /&gt;
&lt;br /&gt;
All other lines are intepreted as [[SBI Commands]], defining what exactly is to be detected.&lt;br /&gt;
&lt;br /&gt;
=====Categories=====&lt;br /&gt;
* Adware&lt;br /&gt;
* Cookie (used for defining pseudo-blocks for cookie domains actually defined in &#039;&#039;Cookies.sbs&#039;&#039;)&lt;br /&gt;
* Dialer&lt;br /&gt;
* Hijacker&lt;br /&gt;
* Keylogger&lt;br /&gt;
* Malware&lt;br /&gt;
* PUPS (Possibly UnPopular Software)&lt;br /&gt;
* Security (for changing dangerous official system settings even if they were not caused by malware)&lt;br /&gt;
* Spyware&lt;br /&gt;
* Test&lt;br /&gt;
* Tracks&lt;br /&gt;
* Trojan&lt;br /&gt;
* Worm&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=OpenSBI&amp;diff=1126</id>
		<title>OpenSBI</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=OpenSBI&amp;diff=1126"/>
		<updated>2014-09-11T09:36:24Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OpenSBI is an initiative by Safer-Networking to make Spybot - Search &amp;amp; Destroy a more open platform for malware fighting. There are five main components to the OpenSBI initiative:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;[[Spybot - Search &amp;amp; Destroy]]&#039;&#039; - all releases since version 1.6 fully support OpenSBI files as an additional source of detections.&lt;br /&gt;
# &#039;&#039;[[FileAlyzer]]&#039;&#039; - our file analysis tool offers dozens of functions to create detection patterns for files. [[RegAlyzer]] and [[RunAlyzer]] also have OpenSBI Editions with support for creating OpenSBI code.&lt;br /&gt;
# &#039;&#039;[[OpenSBI Edit Lite]]&#039;&#039; and OpenSBI Editor - a full text editor for OpenSBI files, including syntax highlighting, import of InCtrl5 and HijackThis logs, and context sensitive help. Formerly a stand-alone product, it has become part of Spybot itself.&lt;br /&gt;
# This &#039;&#039;Wiki&#039;&#039; - a documentation wiki with hundreds of pages explaining the usage of the OpenSBI file format.&lt;br /&gt;
# The &#039;&#039;[http://forums.spybot.info/ Community]&#039;&#039; - integrated into our support forums is a system that allows you to share your OpenSBI files with other Spybot-S&amp;amp;D users, and comment theirs.&lt;br /&gt;
&lt;br /&gt;
Some advantages we created this for are&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;Diversity&#039;&#039; - everyone can create detection templates for any software, without depending on a central authority to acknowledge its threat.&lt;br /&gt;
# &#039;&#039;Neutrality&#039;&#039; - we cannot be bought to remove detections from our database, but if you do not believe us, you can simply publish your own rules against some malware.&lt;br /&gt;
# &#039;&#039;Continuity&#039;&#039; - OpenSBI ensures that you&#039;ll get updates as long as someone is interested in updating the database (which does not mean we intend to do less work in adding new detections).&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Creating_a_bootable_CD&amp;diff=1125</id>
		<title>Creating a bootable CD</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Creating_a_bootable_CD&amp;diff=1125"/>
		<updated>2013-12-04T13:10:26Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a bootable CD involves a handful of steps that are explained in detail here.&lt;br /&gt;
&lt;br /&gt;
= Requirements =&lt;br /&gt;
== Windows Automated Installation Kit ==&lt;br /&gt;
&lt;br /&gt;
The first thing you need is the Windows Automated Installation Kit, also called WAIK. This software includes all the Windows files that need to be put onto the CD, and tools to create that CD, which we cannot use, for legal reasons, from your current installation.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-WAIK-missing.png|WAIK is missing]]&lt;br /&gt;
&lt;br /&gt;
If the WAIK is not installed, Boot CD Creator will offer you to download it. The download will happen in the form of a file ending with the extension &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt;. To install the AIK, there are multiple ways, depending on your preferences:&lt;br /&gt;
&lt;br /&gt;
# use your favorite DVD burning software to burn this image to a real DVD;&lt;br /&gt;
#* for example, with Windows Explorer itself:&lt;br /&gt;
#** right-click the downloaded file, [[File:Trac3595-Explorer-on-WAIK-ISO.png|thumb|center|Explorer context menu]]&lt;br /&gt;
#** and press &#039;&#039;Burn&#039;&#039; after having inserted a blank DVD. [[File:Trac3595-Explorer-burn-WAIK-ISO.png|thumb|center|Explorer burning WAIK ISO]]&lt;br /&gt;
# use a packer to extract the &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt; to a subfolder; [[File:Trac3595-SDBootCD-iso-extract.png|thumb|center|Explorer context menu]]&lt;br /&gt;
#* for example using [http://www.7-zip.org/ 7-Zip],&lt;br /&gt;
#* or [http://www.rarlab.com/ WinRAR].&lt;br /&gt;
# use an image mounting software like [http://www.daemon-tools.cc/downloads Daemon Tools] to mount the image.&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve got there, you need to start installation from the place where you&#039;ve burned or extracted or mounted the image.&lt;br /&gt;
&lt;br /&gt;
Sometimes, the installation of the WAIK needs other software to be installed first. If it asks you to installed DotNET, look for the exact version of DotNET requested, and install just that. Newer versions are not downwards compatibel, but can co-exist.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-WAIK-found.png|WAIK found]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the WAIK is installed, the Prerequisite panel within the Boot CD Creator will be shown with a green bar, and all other panels can be used.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
== Applications ==&lt;br /&gt;
[[File:Trac3595-SDBootCD-application-list.png|List of applications offered to include]]&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;i&amp;gt;Applications to include&amp;lt;/i&amp;gt;, you can select other applications that should appear on the CD. To do that, click the arrow button at the right to expand it. For standard malware cleaning, the standard setup to include Spybot 2 is sufficient.&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
[[File:Trac3595-SDBootCD-settings.png|Settings offered by Boot CD Creator]]&lt;br /&gt;
&lt;br /&gt;
All &amp;lt;i&amp;gt;Settings&amp;lt;/i&amp;gt; can be skipped as well if you want to, they just provide you an option to customize the CD. The Shell selection allows you to let the CD start up like old Spybot CDs would do, but the new &amp;lt;i&amp;gt;Safer-Networking Shell&amp;lt;/i&amp;gt;, which is default starting with Spybot 2.3, is recommended.&lt;br /&gt;
&lt;br /&gt;
You can also select whether your computer will boot from the CD right away, or only if you press a key within a short amount of time. This is useful if you&#039;ve got your boot order set to always boot from CD first and forget the CD within the drive.&lt;br /&gt;
&lt;br /&gt;
Finally, by setting a language and country, you can control that the CD will for example accept your keyboard input instead of having a foreign mapping. This should default to your current systems language.&lt;br /&gt;
&lt;br /&gt;
= CD creation =&lt;br /&gt;
&lt;br /&gt;
Once you&#039;re done checking the list of Applications and Settings, or right away if you just want to go ahead and skip them, the &amp;lt;i&amp;gt;CD image creation&amp;lt;/i&amp;gt; panel is the one where you&#039;ll get your CD. You can just accept the default location and press the &amp;lt;i&amp;gt;Create CD image&amp;lt;/i&amp;gt; button. It might take a few minutes for Boot CD Creator to combine all the necessary files and create an &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt; image of your bootable CD.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-creation.png|Cd creation process]]&lt;br /&gt;
&lt;br /&gt;
Again, burn this to a CD using your favorite application, or even use Windows Explorer, see above instructions on how to burn the WAIK ISO imagine, just do it on the file just created, usually stored at &#039;&#039;C:\SpybotBootCD\SpybotBootCD.iso&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
= CD usage =&lt;br /&gt;
== Make hardware boot the CD ==&lt;br /&gt;
&lt;br /&gt;
To use your CD as a startup medium for your computer, you might need to tell it to look for bootable media in your CD-ROM drive. Most computers offer a key you can press right after powering it on.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-BIOS-BootKey-hl.png|Boot screen with key listed]]&lt;br /&gt;
&lt;br /&gt;
Once that key is pressed, you&#039;ll get a menu representing all drives that could be used for booting, including the CD or DVD one.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-BIOS-BootKeyMenu-hl.png|Boot menu shown]]&lt;br /&gt;
&lt;br /&gt;
By selecting this drive, your computer will start the Windows version included on the CD.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-cd-booting.png|CD booting up the embedded Windows PE]]&lt;br /&gt;
&lt;br /&gt;
== Using the CD ==&lt;br /&gt;
&lt;br /&gt;
In contrast to your regular system, the CD will show a toolbar representing all actions that might be of help when it comes to using Spybot to clean or repair your computer.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-cd-showing-shell.png|CD showing menu options]]&lt;br /&gt;
&lt;br /&gt;
=== Adding up to date signatures ===&lt;br /&gt;
&lt;br /&gt;
If you want to use the CD regularly without having to recreate it with up to date signatures every time, you can update them by running updates from an attached USB stick.&lt;br /&gt;
&lt;br /&gt;
Since Spybot is completely in memory when running from the CD, you should recreate an up to date CD from time to time to avoid updates to signatures getting to big and taking up too much memory.&lt;br /&gt;
&lt;br /&gt;
==== Antimalware ====&lt;br /&gt;
&lt;br /&gt;
Antimalware signature updates can be added using the manual 1.6 updater. This updater can be found on our [http://www.safer-networking.org/dl/ Download page] at the bottom.&lt;br /&gt;
&lt;br /&gt;
==== Antivirus ====&lt;br /&gt;
&lt;br /&gt;
To update antivirus signatures, you can download the [https://dl.dropboxusercontent.com/u/85556593/spybot-signatures-is.exe full signature installer].&lt;br /&gt;
&lt;br /&gt;
=== Scanning and cleaning ===&lt;br /&gt;
&lt;br /&gt;
At the bottom in the &#039;&#039;Spybot 2 Basic&#039;&#039; menu, you can initiate a &#039;&#039;System Scan&#039;&#039;. From this point, you can follow the instructions in [[Scanning for malware]].&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Creating_a_bootable_CD&amp;diff=1122</id>
		<title>Creating a bootable CD</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Creating_a_bootable_CD&amp;diff=1122"/>
		<updated>2013-12-02T15:39:56Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: /* Scanning and cleaning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a bootable CD involves a handful of steps that are explained in detail here.&lt;br /&gt;
&lt;br /&gt;
= Requirements =&lt;br /&gt;
== Windows Automated Installation Kit ==&lt;br /&gt;
&lt;br /&gt;
The first thing you need is the Windows Automated Installation Kit, also called WAIK. This software includes all the Windows files that need to be put onto the CD, and tools to create that CD, which we cannot use, for legal reasons, from your current installation.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-WAIK-missing.png|WAIK is missing]]&lt;br /&gt;
&lt;br /&gt;
If the WAIK is not installed, Boot CD Creator will offer you to download it. The download will happen in the form of a file ending with the extension &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt;. To install the AIK, there are multiple ways, depending on your preferences:&lt;br /&gt;
&lt;br /&gt;
# use your favorite DVD burning software to burn this image to a real DVD;&lt;br /&gt;
#* for example, with Windows Explorer itself:&lt;br /&gt;
#** right-click the downloaded file, [[File:Trac3595-Explorer-on-WAIK-ISO.png|thumb|center|Explorer context menu]]&lt;br /&gt;
#** and press &#039;&#039;Burn&#039;&#039; after having inserted a blank DVD. [[File:Trac3595-Explorer-burn-WAIK-ISO.png|thumb|center|Explorer burning WAIK ISO]]&lt;br /&gt;
# use a packer to extract the &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt; to a subfolder; [[File:Trac3595-SDBootCD-iso-extract.png|thumb|center|Explorer context menu]]&lt;br /&gt;
#* for example using [http://www.7-zip.org/ 7-Zip],&lt;br /&gt;
#* or [http://www.rarlab.com/ WinRAR].&lt;br /&gt;
# use an image mounting software like [http://www.daemon-tools.cc/downloads Daemon Tools] to mount the image.&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve got there, you need to start installation from the place where you&#039;ve burned or extracted or mounted the image.&lt;br /&gt;
&lt;br /&gt;
Sometimes, the installation of the WAIK needs other software to be installed first. If it asks you to installed DotNET, look for the exact version of DotNET requested, and install just that. Newer versions are not downwards compatibel, but can co-exist.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-WAIK-found.png|WAIK found]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the WAIK is installed, the Prerequisite panel within the Boot CD Creator will be shown with a green bar, and all other panels can be used.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
== Applications ==&lt;br /&gt;
[[File:Trac3595-SDBootCD-application-list.png|List of applications offered to include]]&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;i&amp;gt;Applications to include&amp;lt;/i&amp;gt;, you can select other applications that should appear on the CD. To do tht, click the arrow button at the right to expand it. For standard malware cleaning, the standard setup to include Spybot 2 is sufficient.&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
[[File:Trac3595-SDBootCD-settings.png|Settings offered by Boot CD Creator]]&lt;br /&gt;
&lt;br /&gt;
All &amp;lt;i&amp;gt;Settings&amp;lt;/i&amp;gt; can be skipped as well if you want to, they just provide you an option to customize the CD. The Shell selection allows you to let the CD start up like old Spybot CDs would do, but the new &amp;lt;i&amp;gt;Safer-Networking Shell&amp;lt;/i&amp;gt;, which is default starting with Spybot 2.3, is recommended.&lt;br /&gt;
&lt;br /&gt;
You can also select whether your computer will boot from the CD right away, or only if you press a key within a short amount of time. This is useful if you&#039;ve got your boot order set to always boot from CD first and forget the CD within the drive.&lt;br /&gt;
&lt;br /&gt;
Finally, but setting a language and country, you can control that the CD will for example accept your keyboard input instead of having a foroign mapping. This should default to your current systems language.&lt;br /&gt;
&lt;br /&gt;
= CD creation =&lt;br /&gt;
&lt;br /&gt;
Once you&#039;re done checking the list of Applications and Settings, or right away if you just want to go ahead and skip them, the &amp;lt;i&amp;gt;CD image creation&amp;lt;/i&amp;gt; panel is the one where you&#039;ll get your CD. You can just accept the default location and press the &amp;lt;i&amp;gt;Create CD image&amp;lt;/i&amp;gt; button. It might take a few minutes for Boot CD Creator to combine all the necessary files and create an &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt; image of your bootable CD.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-creation.png|Cd creation process]]&lt;br /&gt;
&lt;br /&gt;
Again, burn this to a CD using your favorite application, or even use Windows Explorer, see above instructions on how to burn the WAIK ISO imagine, just do it on the file just created, usually stored at &#039;&#039;C:\SpybotBootCD\SpybotBootCD.iso&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
= CD usage =&lt;br /&gt;
== Make hardware boot the CD ==&lt;br /&gt;
&lt;br /&gt;
To use your CD as a startup medium for your computer, you might need to tell it to look for bootable media in your CD-ROM drive. Most computers offer a key you can press right after powering it on.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-BIOS-BootKey-hl.png|Boot screen with key listed]]&lt;br /&gt;
&lt;br /&gt;
Once that key is pressed, you&#039;ll get a menu representing all drives that could be used for booting, including the CD or DVD one.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-BIOS-BootKeyMenu-hl.png|Boot menu shown]]&lt;br /&gt;
&lt;br /&gt;
By selecting this drive, your computer will start the Windows version included on the CD.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-cd-booting.png|CD booting up the embedded Windows PE]]&lt;br /&gt;
&lt;br /&gt;
== Using the CD ==&lt;br /&gt;
&lt;br /&gt;
In contrast to your regular system, the CD will show a toolbar representing all actions that might be of help when it comes to using Spybot to clean or repair your computer.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-cd-showing-shell.png|CD showing menu options]]&lt;br /&gt;
&lt;br /&gt;
=== Adding up to date signatures ===&lt;br /&gt;
&lt;br /&gt;
If you want to use the CD regularly without having to recreate it with up to date signatures every time, you can update them by running updates from an attached USB stick.&lt;br /&gt;
&lt;br /&gt;
Since Spybot is completely in memory when running from the CD, you should recreate an up to date CD from time to time to avoid updates to signatures getting to big and taking up too much memory.&lt;br /&gt;
&lt;br /&gt;
==== Anti-malware ====&lt;br /&gt;
&lt;br /&gt;
Anti-malware signature updates can be added using the manual 1.6 updater. This updater can be found on our [http://www.safer-networking.org/dl/ Download page] at the bottom.&lt;br /&gt;
&lt;br /&gt;
==== Antivirus ====&lt;br /&gt;
&lt;br /&gt;
To update antivirus signatures, you can download the [https://dl.dropboxusercontent.com/u/85556593/spybot-signatures-is.exe full signature installer].&lt;br /&gt;
&lt;br /&gt;
=== Scanning and cleaning ===&lt;br /&gt;
&lt;br /&gt;
At the bottom in the &#039;&#039;Spybot 2 Basic&#039;&#039; menu, you can initiate a &#039;&#039;System Scan&#039;&#039;. From this point, you can follow the instructions in [[Scanning for malware]].&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-iso-extract.png&amp;diff=1121</id>
		<title>File:Trac3595-SDBootCD-iso-extract.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-iso-extract.png&amp;diff=1121"/>
		<updated>2013-12-02T15:38:35Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Creating_a_bootable_CD&amp;diff=1120</id>
		<title>Creating a bootable CD</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Creating_a_bootable_CD&amp;diff=1120"/>
		<updated>2013-12-02T15:38:26Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a bootable CD involves a handful of steps that are explained in detail here.&lt;br /&gt;
&lt;br /&gt;
= Requirements =&lt;br /&gt;
== Windows Automated Installation Kit ==&lt;br /&gt;
&lt;br /&gt;
The first thing you need is the Windows Automated Installation Kit, also called WAIK. This software includes all the Windows files that need to be put onto the CD, and tools to create that CD, which we cannot use, for legal reasons, from your current installation.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-WAIK-missing.png|WAIK is missing]]&lt;br /&gt;
&lt;br /&gt;
If the WAIK is not installed, Boot CD Creator will offer you to download it. The download will happen in the form of a file ending with the extension &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt;. To install the AIK, there are multiple ways, depending on your preferences:&lt;br /&gt;
&lt;br /&gt;
# use your favorite DVD burning software to burn this image to a real DVD;&lt;br /&gt;
#* for example, with Windows Explorer itself:&lt;br /&gt;
#** right-click the downloaded file, [[File:Trac3595-Explorer-on-WAIK-ISO.png|thumb|center|Explorer context menu]]&lt;br /&gt;
#** and press &#039;&#039;Burn&#039;&#039; after having inserted a blank DVD. [[File:Trac3595-Explorer-burn-WAIK-ISO.png|thumb|center|Explorer burning WAIK ISO]]&lt;br /&gt;
# use a packer to extract the &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt; to a subfolder; [[File:Trac3595-SDBootCD-iso-extract.png|thumb|center|Explorer context menu]]&lt;br /&gt;
#* for example using [http://www.7-zip.org/ 7-Zip],&lt;br /&gt;
#* or [http://www.rarlab.com/ WinRAR].&lt;br /&gt;
# use an image mounting software like [http://www.daemon-tools.cc/downloads Daemon Tools] to mount the image.&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve got there, you need to start installation from the place where you&#039;ve burned or extracted or mounted the image.&lt;br /&gt;
&lt;br /&gt;
Sometimes, the installation of the WAIK needs other software to be installed first. If it asks you to installed DotNET, look for the exact version of DotNET requested, and install just that. Newer versions are not downwards compatibel, but can co-exist.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-WAIK-found.png|WAIK found]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the WAIK is installed, the Prerequisite panel within the Boot CD Creator will be shown with a green bar, and all other panels can be used.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
== Applications ==&lt;br /&gt;
[[File:Trac3595-SDBootCD-application-list.png|List of applications offered to include]]&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;i&amp;gt;Applications to include&amp;lt;/i&amp;gt;, you can select other applications that should appear on the CD. To do tht, click the arrow button at the right to expand it. For standard malware cleaning, the standard setup to include Spybot 2 is sufficient.&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
[[File:Trac3595-SDBootCD-settings.png|Settings offered by Boot CD Creator]]&lt;br /&gt;
&lt;br /&gt;
All &amp;lt;i&amp;gt;Settings&amp;lt;/i&amp;gt; can be skipped as well if you want to, they just provide you an option to customize the CD. The Shell selection allows you to let the CD start up like old Spybot CDs would do, but the new &amp;lt;i&amp;gt;Safer-Networking Shell&amp;lt;/i&amp;gt;, which is default starting with Spybot 2.3, is recommended.&lt;br /&gt;
&lt;br /&gt;
You can also select whether your computer will boot from the CD right away, or only if you press a key within a short amount of time. This is useful if you&#039;ve got your boot order set to always boot from CD first and forget the CD within the drive.&lt;br /&gt;
&lt;br /&gt;
Finally, but setting a language and country, you can control that the CD will for example accept your keyboard input instead of having a foroign mapping. This should default to your current systems language.&lt;br /&gt;
&lt;br /&gt;
= CD creation =&lt;br /&gt;
&lt;br /&gt;
Once you&#039;re done checking the list of Applications and Settings, or right away if you just want to go ahead and skip them, the &amp;lt;i&amp;gt;CD image creation&amp;lt;/i&amp;gt; panel is the one where you&#039;ll get your CD. You can just accept the default location and press the &amp;lt;i&amp;gt;Create CD image&amp;lt;/i&amp;gt; button. It might take a few minutes for Boot CD Creator to combine all the necessary files and create an &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt; image of your bootable CD.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-creation.png|Cd creation process]]&lt;br /&gt;
&lt;br /&gt;
Again, burn this to a CD using your favorite application, or even use Windows Explorer, see above instructions on how to burn the WAIK ISO imagine, just do it on the file just created, usually stored at &#039;&#039;C:\SpybotBootCD\SpybotBootCD.iso&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
= CD usage =&lt;br /&gt;
== Make hardware boot the CD ==&lt;br /&gt;
&lt;br /&gt;
To use your CD as a startup medium for your computer, you might need to tell it to look for bootable media in your CD-ROM drive. Most computers offer a key you can press right after powering it on.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-BIOS-BootKey-hl.png|Boot screen with key listed]]&lt;br /&gt;
&lt;br /&gt;
Once that key is pressed, you&#039;ll get a menu representing all drives that could be used for booting, including the CD or DVD one.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-BIOS-BootKeyMenu-hl.png|Boot menu shown]]&lt;br /&gt;
&lt;br /&gt;
By selecting this drive, your computer will start the Windows version included on the CD.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-cd-booting.png|CD booting up the embedded Windows PE]]&lt;br /&gt;
&lt;br /&gt;
== Using the CD ==&lt;br /&gt;
&lt;br /&gt;
In contrast to your regular system, the CD will show a toolbar representing all actions that might be of help when it comes to using Spybot to clean or repair your computer.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-cd-showing-shell.png|CD showing menu options]]&lt;br /&gt;
&lt;br /&gt;
=== Adding up to date signatures ===&lt;br /&gt;
&lt;br /&gt;
If you want to use the CD regularly without having to recreate it with up to date signatures every time, you can update them by running updates from an attached USB stick.&lt;br /&gt;
&lt;br /&gt;
Since Spybot is completely in memory when running from the CD, you should recreate an up to date CD from time to time to avoid updates to signatures getting to big and taking up too much memory.&lt;br /&gt;
&lt;br /&gt;
==== Anti-malware ====&lt;br /&gt;
&lt;br /&gt;
Anti-malware signature updates can be added using the manual 1.6 updater. This updater can be found on our [http://www.safer-networking.org/dl/ Download page] at the bottom.&lt;br /&gt;
&lt;br /&gt;
==== Antivirus ====&lt;br /&gt;
&lt;br /&gt;
To update antivirus signatures, you can download the [https://dl.dropboxusercontent.com/u/85556593/spybot-signatures-is.exe full signature installer].&lt;br /&gt;
&lt;br /&gt;
=== Scanning and cleaning ===&lt;br /&gt;
* TODO: how to use it to scan and clean the computer&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Creating_a_bootable_CD&amp;diff=1119</id>
		<title>Creating a bootable CD</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Creating_a_bootable_CD&amp;diff=1119"/>
		<updated>2013-12-02T14:59:50Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a bootable CD involves a handful of steps that are explained in detail here.&lt;br /&gt;
&lt;br /&gt;
= Requirements =&lt;br /&gt;
== Windows Automated Installation Kit ==&lt;br /&gt;
&lt;br /&gt;
The first thing you need is the Windows Automated Installation Kit, also called WAIK. This software includes all the Windows files that need to be put onto the CD, and tools to create that CD, which we cannot use, for legal reasons, from your current installation.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-WAIK-missing.png|WAIK is missing]]&lt;br /&gt;
&lt;br /&gt;
If the WAIK is not installed, Boot CD Creator will offer you to download it. The download will happen in the form of a file ending with the extension &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt;. To install the AIK, there are multiple ways, depending on your preferences:&lt;br /&gt;
&lt;br /&gt;
# use your favorite DVD burning software to burn this image to a real DVD;&lt;br /&gt;
#* for example, with Windows Explorer itself:&lt;br /&gt;
#** right-click the downloaded file, [[File:Trac3595-Explorer-on-WAIK-ISO.png|thumb|center|Explorer context menu]]&lt;br /&gt;
#** and press &#039;&#039;Burn&#039;&#039; after having inserted a blank DVD. [[File:Trac3595-Explorer-burn-WAIK-ISO.png|thumb|center|Explorer burning WAIK ISO]]&lt;br /&gt;
# use a packer to extract the &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt; to a subfolder; [[File:Trac3595-Explorer-Packes-on-WAIK-ISO.png|thumb|center|Explorer context menu]]&lt;br /&gt;
#* for example using [http://www.7-zip.org/ 7-Zip],&lt;br /&gt;
#* or [http://www.rarlab.com/ WinRAR].&lt;br /&gt;
# use an image mounting software like [http://www.daemon-tools.cc/downloads Daemon Tools] to mount the image.&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve got there, you need to start installation from the place where you&#039;ve burned or extracted or mounted the image.&lt;br /&gt;
&lt;br /&gt;
Sometimes, the installation of the WAIK needs other software to be installed first. If it asks you to installed DotNET, look for the exact version of DotNET requested, and install just that. Newer versions are not downwards compatibel, but can co-exist.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-WAIK-found.png|WAIK found]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the WAIK is installed, the Prerequisite panel within the Boot CD Creator will be shown with a green bar, and all other panels can be used.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
== Applications ==&lt;br /&gt;
[[File:Trac3595-SDBootCD-application-list.png|List of applications offered to include]]&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;i&amp;gt;Applications to include&amp;lt;/i&amp;gt;, you can select other applications that should appear on the CD. To do tht, click the arrow button at the right to expand it. For standard malware cleaning, the standard setup to include Spybot 2 is sufficient.&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
[[File:Trac3595-SDBootCD-settings.png|Settings offered by Boot CD Creator]]&lt;br /&gt;
&lt;br /&gt;
All &amp;lt;i&amp;gt;Settings&amp;lt;/i&amp;gt; can be skipped as well if you want to, they just provide you an option to customize the CD. The Shell selection allows you to let the CD start up like old Spybot CDs would do, but the new &amp;lt;i&amp;gt;Safer-Networking Shell&amp;lt;/i&amp;gt;, which is default starting with Spybot 2.3, is recommended.&lt;br /&gt;
&lt;br /&gt;
You can also select whether your computer will boot from the CD right away, or only if you press a key within a short amount of time. This is useful if you&#039;ve got your boot order set to always boot from CD first and forget the CD within the drive.&lt;br /&gt;
&lt;br /&gt;
Finally, but setting a language and country, you can control that the CD will for example accept your keyboard input instead of having a foroign mapping. This should default to your current systems language.&lt;br /&gt;
&lt;br /&gt;
= CD creation =&lt;br /&gt;
&lt;br /&gt;
Once you&#039;re done checking the list of Applications and Settings, or right away if you just want to go ahead and skip them, the &amp;lt;i&amp;gt;CD image creation&amp;lt;/i&amp;gt; panel is the one where you&#039;ll get your CD. You can just accept the default location and press the &amp;lt;i&amp;gt;Create CD image&amp;lt;/i&amp;gt; button. It might take a few minutes for Boot CD Creator to combine all the necessary files and create an &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt; image of your bootable CD.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-creation.png|Cd creation process]]&lt;br /&gt;
&lt;br /&gt;
Again, burn this to a CD using your favorite application, or even use Windows Explorer, see above instructions on how to burn the WAIK ISO imagine, just do it on the file just created, usually stored at &#039;&#039;C:\SpybotBootCD\SpybotBootCD.iso&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
= CD usage =&lt;br /&gt;
== Make hardware boot the CD ==&lt;br /&gt;
&lt;br /&gt;
To use your CD as a startup medium for your computer, you might need to tell it to look for bootable media in your CD-ROM drive. Most computers offer a key you can press right after powering it on.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-BIOS-BootKey-hl.png|Boot screen with key listed]]&lt;br /&gt;
&lt;br /&gt;
Once that key is pressed, you&#039;ll get a menu representing all drives that could be used for booting, including the CD or DVD one.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-BIOS-BootKeyMenu-hl.png|Boot menu shown]]&lt;br /&gt;
&lt;br /&gt;
By selecting this drive, your computer will start the Windows version included on the CD.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-cd-booting.png|CD booting up the embedded Windows PE]]&lt;br /&gt;
&lt;br /&gt;
== Using the CD ==&lt;br /&gt;
&lt;br /&gt;
In contrast to your regular system, the CD will show a toolbar representing all actions that might be of help when it comes to using Spybot to clean or repair your computer.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-cd-showing-shell.png|CD showing menu options]]&lt;br /&gt;
&lt;br /&gt;
=== Adding up to date signatures ===&lt;br /&gt;
&lt;br /&gt;
If you want to use the CD regularly without having to recreate it with up to date signatures every time, you can update them by running updates from an attached USB stick.&lt;br /&gt;
&lt;br /&gt;
Since Spybot is completely in memory when running from the CD, you should recreate an up to date CD from time to time to avoid updates to signatures getting to big and taking up too much memory.&lt;br /&gt;
&lt;br /&gt;
==== Anti-malware ====&lt;br /&gt;
&lt;br /&gt;
Anti-malware signature updates can be added using the manual 1.6 updater. This updater can be found on our [http://www.safer-networking.org/dl/ Download page] at the bottom.&lt;br /&gt;
&lt;br /&gt;
==== Antivirus ====&lt;br /&gt;
&lt;br /&gt;
To update antivirus signatures, you can download the [https://dl.dropboxusercontent.com/u/85556593/spybot-signatures-is.exe full signature installer].&lt;br /&gt;
&lt;br /&gt;
=== Scanning and cleaning ===&lt;br /&gt;
* TODO: how to use it to scan and clean the computer&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-creation.png&amp;diff=1118</id>
		<title>File:Trac3595-SDBootCD-creation.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-creation.png&amp;diff=1118"/>
		<updated>2013-12-02T14:00:24Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Creating_a_bootable_CD&amp;diff=1117</id>
		<title>Creating a bootable CD</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Creating_a_bootable_CD&amp;diff=1117"/>
		<updated>2013-12-02T14:00:10Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a bootable CD involves a handful of steps that are explained in detail here.&lt;br /&gt;
&lt;br /&gt;
= Requirements =&lt;br /&gt;
== Windows Automated Installation Kit ==&lt;br /&gt;
&lt;br /&gt;
The first thing you need is the Windows Automated Installation Kit, also called WAIK. This software includes all the Windows files that need to be put onto the CD, and tools to create that CD, which we cannot use, for legal reasons, from your current installation.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-WAIK-missing.png|WAIK is missing]]&lt;br /&gt;
&lt;br /&gt;
If the WAIK is not installed, Boot CD Creator will offer you to download it. The download will happen in the form of a file ending with the extension &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt;. To install the AIK, there are multiple ways, depending on your preferences:&lt;br /&gt;
&lt;br /&gt;
# use your favorite DVD burning software to burn this image to a real DVD;&lt;br /&gt;
#* for example, with Windows Explorer itself:&lt;br /&gt;
#** right-click the downloaded file, [[File:Trac3595-Explorer-on-WAIK-ISO.png|thumb|center|Explorer context menu]]&lt;br /&gt;
#** and press &#039;&#039;Burn&#039;&#039; after having inserted a blank DVD. [[File:Trac3595-Explorer-burn-WAIK-ISO.png|thumb|center|Explorer burning WAIK ISO]]&lt;br /&gt;
# use a packer to extract the &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt; to a subfolder; [[File:Trac3595-Explorer-Packes-on-WAIK-ISO.png|thumb|center|Explorer context menu]]&lt;br /&gt;
#* for example using [http://www.7-zip.org/ 7-Zip],&lt;br /&gt;
#* or [http://www.rarlab.com/ WinRAR].&lt;br /&gt;
# use an image mounting software like [http://www.daemon-tools.cc/downloads Daemon Tools] to mount the image.&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve got there, you need to start installation from the place where you&#039;ve burned or extracted or mounted the image.&lt;br /&gt;
&lt;br /&gt;
Sometimes, the installation of the WAIK needs other software to be installed first. If it asks you to installed DotNET, look for the exact version of DotNET requested, and install just that. Newer versions are not downwards compatibel, but can co-exist.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-WAIK-found.png|WAIK found]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the WAIK is installed, the Prerequisite panel within the Boot CD Creator will be shown with a green bar, and all other panels can be used.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
== Applications ==&lt;br /&gt;
[[File:Trac3595-SDBootCD-application-list.png|List of applications offered to include]]&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;i&amp;gt;Applications to include&amp;lt;/i&amp;gt;, you can select other applications that should appear on the CD. To do tht, click the arrow button at the right to expand it. For standard malware cleaning, the standard setup to include Spybot 2 is sufficient.&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
[[File:Trac3595-SDBootCD-settings.png|Settings offered by Boot CD Creator]]&lt;br /&gt;
&lt;br /&gt;
All &amp;lt;i&amp;gt;Settings&amp;lt;/i&amp;gt; can be skipped as well if you want to, they just provide you an option to customize the CD. The Shell selection allows you to let the CD start up like old Spybot CDs would do, but the new &amp;lt;i&amp;gt;Safer-Networking Shell&amp;lt;/i&amp;gt;, which is default starting with Spybot 2.3, is recommended.&lt;br /&gt;
&lt;br /&gt;
You can also select whether your computer will boot from the CD right away, or only if you press a key within a short amount of time. This is useful if you&#039;ve got your boot order set to always boot from CD first and forget the CD within the drive.&lt;br /&gt;
&lt;br /&gt;
Finally, but setting a language and country, you can control that the CD will for example accept your keyboard input instead of having a foroign mapping. This should default to your current systems language.&lt;br /&gt;
&lt;br /&gt;
= CD creation =&lt;br /&gt;
&lt;br /&gt;
Once you&#039;re done checking the list of Applications and Settings, or right away if you just want to go ahead and skip them, the &amp;lt;i&amp;gt;CD image creation&amp;lt;/i&amp;gt; panel is the one where you&#039;ll get your CD. You can just accept the default location and press the &amp;lt;i&amp;gt;Create CD image&amp;lt;/i&amp;gt; button. It might take a few minutes for Boot CD Creator to combine all the necessary files and create an &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt; image of your bootable CD.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-creation.png|Cd creation process]]&lt;br /&gt;
&lt;br /&gt;
Again, burn this to a CD using your favorite application, or even use Windows Explorer, see above instructions on how to burn the WAIK ISO imagine, just do it on the file just created, usually stored at &#039;&#039;C:\SpybotBootCD\SpybotBootCD.iso&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
= CD usage =&lt;br /&gt;
== Make hardware boot the CD ==&lt;br /&gt;
&lt;br /&gt;
To use your CD as a startup medium for your computer, you might need to tell it to look for bootable media in your CD-ROM drive. Most computers offer a key you can press right after powering it on.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-BIOS-BootKey-hl.png|Boot screen with key listed]]&lt;br /&gt;
&lt;br /&gt;
Once that key is pressed, you&#039;ll get a menu representing all drives that could be used for booting, including the CD or DVD one.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-BIOS-BootKeyMenu-hl.png|Boot menu shown]]&lt;br /&gt;
&lt;br /&gt;
By selecting this drive, your computer will start the Windows version included on the CD.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-cd-booting.png|CD booting up the embedded Windows PE]]&lt;br /&gt;
&lt;br /&gt;
== Using the CD ==&lt;br /&gt;
&lt;br /&gt;
In contrast to your regular system, the CD will show a toolbar representing all actions that might be of help when it comes to using Spybot to clean or repair your computer.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-cd-showing-shell.png|CD showing menu options]]&lt;br /&gt;
&lt;br /&gt;
* TODO: how to get updates from a stick&lt;br /&gt;
* TODO: how to use it to scan nad clean the computer&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Creating_a_bootable_CD&amp;diff=1116</id>
		<title>Creating a bootable CD</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Creating_a_bootable_CD&amp;diff=1116"/>
		<updated>2013-12-02T12:19:01Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a bootable CD involves a handful of steps that are explained in detail here.&lt;br /&gt;
&lt;br /&gt;
= Requirements =&lt;br /&gt;
== Windows Automated Installation Kit ==&lt;br /&gt;
&lt;br /&gt;
The first thing you need is the Windows Automated Installation Kit, also called WAIK. This software includes all the Windows files that need to be put onto the CD, and tools to create that CD, which we cannot use, for legal reasons, from your current installation.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-WAIK-missing.png|WAIK is missing]]&lt;br /&gt;
&lt;br /&gt;
If the WAIK is not installed, Boot CD Creator will offer you to download it. The download will happen in the form of a file ending with the extension &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt;. To install the AIK, there are multiple ways, depending on your preferences:&lt;br /&gt;
&lt;br /&gt;
# use your favorite DVD burning software to burn this image to a real DVD;&lt;br /&gt;
#* for example, with Windows Explorer itself:&lt;br /&gt;
#** right-click the downloaded file, [[File:Trac3595-Explorer-on-WAIK-ISO.png|thumb|center|Explorer context menu]]&lt;br /&gt;
#** and press &#039;&#039;Burn&#039;&#039; after having inserted a blank DVD. [[File:Trac3595-Explorer-burn-WAIK-ISO.png|thumb|center|Explorer burning WAIK ISO]]&lt;br /&gt;
# use a packer to extract the &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt; to a subfolder; [[File:Trac3595-Explorer-Packes-on-WAIK-ISO.png|thumb|center|Explorer context menu]]&lt;br /&gt;
#* for example using [http://www.7-zip.org/ 7-Zip],&lt;br /&gt;
#* or [http://www.rarlab.com/ WinRAR].&lt;br /&gt;
# use an image mounting software like [http://www.daemon-tools.cc/downloads Daemon Tools] to mount the image.&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve got there, you need to start installation from the place where you&#039;ve burned or extracted or mounted the image.&lt;br /&gt;
&lt;br /&gt;
Sometimes, the installation of the WAIK needs other software to be installed first. If it asks you to installed DotNET, look for the exact version of DotNET requested, and install just that. Newer versions are not downwards compatibel, but can co-exist.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-WAIK-found.png|WAIK found]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the WAIK is installed, the Prerequisite panel within the Boot CD Creator will be shown with a green bar, and all other panels can be used.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
== Applications ==&lt;br /&gt;
[[File:Trac3595-SDBootCD-application-list.png|List of applications offered to include]]&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;i&amp;gt;Applications to include&amp;lt;/i&amp;gt;, you can select other applications that should appear on the CD. To do tht, click the arrow button at the right to expand it. For standard malware cleaning, the standard setup to include Spybot 2 is sufficient.&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
[[File:Trac3595-SDBootCD-settings.png|Settings offered by Boot CD Creator]]&lt;br /&gt;
&lt;br /&gt;
All &amp;lt;i&amp;gt;Settings&amp;lt;/i&amp;gt; can be skipped as well if you want to, they just provide you an option to customize the CD. The Shell selection allows you to let the CD start up like old Spybot CDs would do, but the new &amp;lt;i&amp;gt;Safer-Networking Shell&amp;lt;/i&amp;gt;, which is default starting with Spybot 2.3, is recommended.&lt;br /&gt;
&lt;br /&gt;
You can also select whether your computer will boot from the CD right away, or only if you press a key within a short amount of time. This is useful if you&#039;ve got your boot order set to always boot from CD first and forget the CD within the drive.&lt;br /&gt;
&lt;br /&gt;
Finally, but setting a language and country, you can control that the CD will for example accept your keyboard input instead of having a foroign mapping. This should default to your current systems language.&lt;br /&gt;
&lt;br /&gt;
= CD creation =&lt;br /&gt;
&lt;br /&gt;
Once you&#039;re done checking the list of Applications and Settings, or right away if you just want to go ahead and skip them, the &amp;lt;i&amp;gt;CD image creation&amp;lt;/i&amp;gt; panel is the one where you&#039;ll get your CD. You can just accept the default location and press the &amp;lt;i&amp;gt;Create CD image&amp;lt;/i&amp;gt; button. It might take a few minutes for Boot CD Creator to combine all the necessary files and create an &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt; image of your bootable CD.&lt;br /&gt;
&lt;br /&gt;
Again, burn this to a CD using your favorite application, or even use Windows Explorer, see above instructions on how to burn the WAIK ISO imagine, just do it on the file just created, usually stored at &#039;&#039;C:\SpybotBootCD\SpybotBootCD.iso&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
= CD usage =&lt;br /&gt;
== Make hardware boot the CD ==&lt;br /&gt;
&lt;br /&gt;
To use your CD as a startup medium for your computer, you might need to tell it to look for bootable media in your CD-ROM drive. Most computers offer a key you can press right after powering it on.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-BIOS-BootKey-hl.png|Boot screen with key listed]]&lt;br /&gt;
&lt;br /&gt;
Once that key is pressed, you&#039;ll get a menu representing all drives that could be used for booting, including the CD or DVD one.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-BIOS-BootKeyMenu-hl.png|Boot menu shown]]&lt;br /&gt;
&lt;br /&gt;
By selecting this drive, your computer will start the Windows version included on the CD.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-cd-booting.png|CD booting up the embedded Windows PE]]&lt;br /&gt;
&lt;br /&gt;
== Using the CD ==&lt;br /&gt;
&lt;br /&gt;
In contrast to your regular system, the CD will show a toolbar representing all actions that might be of help when it comes to using Spybot to clean or repair your computer.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-cd-showing-shell.png|CD showing options]]&lt;br /&gt;
&lt;br /&gt;
* TODO: how to get updates from a stick&lt;br /&gt;
* TODO: how to use it to scan nad clean the computer&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-cd-showing-shell.png&amp;diff=1115</id>
		<title>File:Trac3595-SDBootCD-cd-showing-shell.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-cd-showing-shell.png&amp;diff=1115"/>
		<updated>2013-12-02T12:18:48Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Creating_a_bootable_CD&amp;diff=1114</id>
		<title>Creating a bootable CD</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Creating_a_bootable_CD&amp;diff=1114"/>
		<updated>2013-12-02T11:59:31Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: Created page with &amp;quot;Creating a bootable CD involves a handful of steps that are explained in detail here.  = Requirements = == Windows Automated Installation Kit ==  The first thing you need is t...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a bootable CD involves a handful of steps that are explained in detail here.&lt;br /&gt;
&lt;br /&gt;
= Requirements =&lt;br /&gt;
== Windows Automated Installation Kit ==&lt;br /&gt;
&lt;br /&gt;
The first thing you need is the Windows Automated Installation Kit, also called WAIK. This software includes all the Windows files that need to be put onto the CD, and tools to create that CD, which we cannot use, for legal reasons, from your current installation.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-WAIK-missing.png|WAIK is missing]]&lt;br /&gt;
&lt;br /&gt;
If the WAIK is not installed, Boot CD Creator will offer you to download it. The download will happen in the form of a file ending with the extension &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt;. To install the AIK, there are multiple ways, depending on your preferences:&lt;br /&gt;
&lt;br /&gt;
# use your favorite DVD burning software to burn this image to a real DVD;&lt;br /&gt;
#* for example, with Windows Explorer itself:&lt;br /&gt;
#** right-click the downloaded file, [[File:Trac3595-Explorer-on-WAIK-ISO.png|thumb|center|Explorer context menu]]&lt;br /&gt;
#** and press &#039;&#039;Burn&#039;&#039; after having inserted a blank DVD. [[File:Trac3595-Explorer-burn-WAIK-ISO.png|thumb|center|Explorer burning WAIK ISO]]&lt;br /&gt;
# use a packer to extract the &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt; to a subfolder; [[File:Trac3595-Explorer-Packes-on-WAIK-ISO.png|thumb|center|Explorer context menu]]&lt;br /&gt;
#* for example using [http://www.7-zip.org/ 7-Zip],&lt;br /&gt;
#* or [http://www.rarlab.com/ WinRAR].&lt;br /&gt;
# use an image mounting software like [http://www.daemon-tools.cc/downloads Daemon Tools] to mount the image.&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve got there, you need to start installation from the place where you&#039;ve burned or extracted or mounted the image.&lt;br /&gt;
&lt;br /&gt;
Sometimes, the installation of the WAIK needs other software to be installed first. If it asks you to installed DotNET, look for the exact version of DotNET requested, and install just that. Newer versions are not downwards compatibel, but can co-exist.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-WAIK-found.png|WAIK found]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the WAIK is installed, the Prerequisite panel within the Boot CD Creator will be shown with a green bar, and all other panels can be used.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
== Applications ==&lt;br /&gt;
[[File:Trac3595-SDBootCD-application-list.png|List of applications offered to include]]&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;i&amp;gt;Applications to include&amp;lt;/i&amp;gt;, you can select other applications that should appear on the CD. To do tht, click the arrow button at the right to expand it. For standard malware cleaning, the standard setup to include Spybot 2 is sufficient.&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
[[File:Trac3595-SDBootCD-settings.png|Settings offered by Boot CD Creator]]&lt;br /&gt;
&lt;br /&gt;
All &amp;lt;i&amp;gt;Settings&amp;lt;/i&amp;gt; can be skipped as well if you want to, they just provide you an option to customize the CD. The Shell selection allows you to let the CD start up like old Spybot CDs would do, but the new &amp;lt;i&amp;gt;Safer-Networking Shell&amp;lt;/i&amp;gt;, which is default starting with Spybot 2.3, is recommended.&lt;br /&gt;
&lt;br /&gt;
You can also select whether your computer will boot from the CD right away, or only if you press a key within a short amount of time. This is useful if you&#039;ve got your boot order set to always boot from CD first and forget the CD within the drive.&lt;br /&gt;
&lt;br /&gt;
Finally, but setting a language and country, you can control that the CD will for example accept your keyboard input instead of having a foroign mapping. This should default to your current systems language.&lt;br /&gt;
&lt;br /&gt;
= CD creation =&lt;br /&gt;
&lt;br /&gt;
Once you&#039;re done checking the list of Applications and Settings, or right away if you just want to go ahead and skip them, the &amp;lt;i&amp;gt;CD image creation&amp;lt;/i&amp;gt; panel is the one where you&#039;ll get your CD. You can just accept the default location and press the &amp;lt;i&amp;gt;Create CD image&amp;lt;/i&amp;gt; button. It might take a few minutes for Boot CD Creator to combine all the necessary files and create an &amp;lt;i&amp;gt;.iso&amp;lt;/i&amp;gt; image of your bootable CD.&lt;br /&gt;
&lt;br /&gt;
Again, burn this to a CD using your favorite application, or even use Windows Explorer, see above instructions on how to burn the WAIK ISO imagine, just do it on the file just created, usually stored at &#039;&#039;C:\SpybotBootCD\SpybotBootCD.iso&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
= CD usage =&lt;br /&gt;
== Make hardware boot the CD ==&lt;br /&gt;
&lt;br /&gt;
To use your CD as a startup medium for your computer, you might need to tell it to look for bootable media in your CD-ROM drive. Most computers offer a key you can press right after powering it on.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-BIOS-BootKey-hl.png|Boot screen with key listed]]&lt;br /&gt;
&lt;br /&gt;
Once that key is pressed, you&#039;ll get a menu representing all drives that could be used for booting, including the CD or DVD one.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-BIOS-BootKeyMenu-hl.png|Boot menu shown]]&lt;br /&gt;
&lt;br /&gt;
By selecting this drive, your computer will start the Windows version included on the CD.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-cd-booting.png|CD booting up the embedded Windows PE]]&lt;br /&gt;
&lt;br /&gt;
== Using the CD ==&lt;br /&gt;
&lt;br /&gt;
In contrast to your regular system, the CD will show a toolbar representing all actions that might be of help when it comes to using Spybot to clean or repair your computer.&lt;br /&gt;
&lt;br /&gt;
[[File:Trac3595-SDBootCD-cd-showing-shell.png|CD showing options]]&lt;br /&gt;
&lt;br /&gt;
* TODO: SCREENSHOT CD with Shell&lt;br /&gt;
* TODO: how to get updates from a stick&lt;br /&gt;
* TODO: how to use it to scan nad clean the computer&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-cd-booting.png&amp;diff=1113</id>
		<title>File:Trac3595-SDBootCD-cd-booting.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-cd-booting.png&amp;diff=1113"/>
		<updated>2013-12-02T11:54:34Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-settings.png&amp;diff=1112</id>
		<title>File:Trac3595-SDBootCD-settings.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-settings.png&amp;diff=1112"/>
		<updated>2013-12-02T11:51:34Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=File:Trac3595-BIOS-BootKey-hl.png&amp;diff=1111</id>
		<title>File:Trac3595-BIOS-BootKey-hl.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=File:Trac3595-BIOS-BootKey-hl.png&amp;diff=1111"/>
		<updated>2013-12-02T11:44:41Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: PepiMK uploaded a new version of &amp;amp;quot;File:Trac3595-BIOS-BootKey-hl.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=File:Trac3595-BIOS-BootKeyMenu-hl.png&amp;diff=1110</id>
		<title>File:Trac3595-BIOS-BootKeyMenu-hl.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=File:Trac3595-BIOS-BootKeyMenu-hl.png&amp;diff=1110"/>
		<updated>2013-12-02T11:43:33Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=File:Trac3595-BIOS-BootKey-hl.png&amp;diff=1109</id>
		<title>File:Trac3595-BIOS-BootKey-hl.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=File:Trac3595-BIOS-BootKey-hl.png&amp;diff=1109"/>
		<updated>2013-12-02T11:42:52Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-application-list.png&amp;diff=1108</id>
		<title>File:Trac3595-SDBootCD-application-list.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-application-list.png&amp;diff=1108"/>
		<updated>2013-12-02T11:42:41Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: Boot CD Creator offering a list of applications&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Boot CD Creator offering a list of applications&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=File:Trac3595-Explorer-burn-WAIK-ISO.png&amp;diff=1107</id>
		<title>File:Trac3595-Explorer-burn-WAIK-ISO.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=File:Trac3595-Explorer-burn-WAIK-ISO.png&amp;diff=1107"/>
		<updated>2013-12-02T11:26:28Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: Windows Explorer ISO burning dialog&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Windows Explorer ISO burning dialog&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=File:Trac3595-Explorer-on-WAIK-ISO.png&amp;diff=1106</id>
		<title>File:Trac3595-Explorer-on-WAIK-ISO.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=File:Trac3595-Explorer-on-WAIK-ISO.png&amp;diff=1106"/>
		<updated>2013-12-02T11:26:11Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: Windows Explorer showing Burn option for an ISO image.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Windows Explorer showing Burn option for an ISO image.&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-WAIK-found.png&amp;diff=1105</id>
		<title>File:Trac3595-SDBootCD-WAIK-found.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-WAIK-found.png&amp;diff=1105"/>
		<updated>2013-12-02T11:24:26Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: WAIK was found, you can continue to create the CD.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WAIK was found, you can continue to create the CD.&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-WAIK-missing.png&amp;diff=1104</id>
		<title>File:Trac3595-SDBootCD-WAIK-missing.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=File:Trac3595-SDBootCD-WAIK-missing.png&amp;diff=1104"/>
		<updated>2013-12-02T11:18:23Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: Boot CD Creator showing the missing WAIK.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Boot CD Creator showing the missing WAIK.&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Iever&amp;diff=1098</id>
		<title>Iever</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Iever&amp;diff=1098"/>
		<updated>2012-03-20T09:52:22Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{AdvParamInfo&lt;br /&gt;
|SYNTAX = iever&lt;br /&gt;
|TITLESYNTAX = iever&lt;br /&gt;
|PREVIOUS =&lt;br /&gt;
|VARIANTS =&lt;br /&gt;
|PEVERSION = ??? &amp;lt; 1.5.4.5&lt;br /&gt;
|GROUP = Flow Control&lt;br /&gt;
}}Test the installed Internet Explorer version.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
 iever=&amp;lt;version(string)&amp;gt;[modifier(+/-)]&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
 iever=ie7&lt;br /&gt;
 iever=ie6+&lt;br /&gt;
 iever=ie5-&lt;br /&gt;
 iever=ie6-&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
Test the installed Internet Explorer version. Similar to [[winver]], you may use either name templates or version numbers, and specify a &#039;&#039;plus&#039;&#039; (&#039;&#039;+&#039;&#039;) modifier to include later or a &#039;&#039;minus&#039;&#039; (&#039;&#039;-&#039;&#039;) modifier to include previous versions.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Version&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|ie1&lt;br /&gt;
|4.40.308&lt;br /&gt;
|Internet Explorer 1.0 (Plus! for Windows 95)&lt;br /&gt;
|-&lt;br /&gt;
|ie2&lt;br /&gt;
|4.40.520&lt;br /&gt;
|Internet Explorer 2.0&lt;br /&gt;
|-&lt;br /&gt;
|ie3&lt;br /&gt;
|4.70.1155&lt;br /&gt;
|Internet Explorer 3.0&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.70.1158&lt;br /&gt;
|Internet Explorer 3.0 (Windows 95 OSR2)&lt;br /&gt;
|-&lt;br /&gt;
|ie301&lt;br /&gt;
|4.70.1215&lt;br /&gt;
|Internet Explorer 3.01&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.70.1300&lt;br /&gt;
|Internet Explorer 3.02 and 3.02a&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.71.544&lt;br /&gt;
|Internet Explorer 4.0 Platform Preview 1.0 (PP1)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.71.1008.3&lt;br /&gt;
|Internet Explorer 4.0 Platform Preview 2.0 (PP2)&lt;br /&gt;
|-&lt;br /&gt;
|ie4&lt;br /&gt;
|4.71.1712.6&lt;br /&gt;
|Internet Explorer 4.0&lt;br /&gt;
|-&lt;br /&gt;
|ie401&lt;br /&gt;
|4.72.2106.8&lt;br /&gt;
|Internet Explorer 4.01&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.72.3110.8&lt;br /&gt;
|Internet Explorer 4.01 Service Pack 1 (Windows 98)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.72.3612.1713&lt;br /&gt;
|Internet Explorer 4.01 Service Pack 2 &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.0518.10&lt;br /&gt;
|Internet Explorer 5 Developer Preview (Beta 1)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.0910.1309&lt;br /&gt;
|Internet Explorer 5 Beta (Beta 2)&lt;br /&gt;
|-&lt;br /&gt;
|ie5&lt;br /&gt;
|5.00.2014.0216&lt;br /&gt;
|Internet Explorer 5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2314.1003&lt;br /&gt;
|Internet Explorer 5 (Office 2000)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2614.3500&lt;br /&gt;
|Internet Explorer 5 (Windows 98 Second Edition)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2516.1900&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000 Beta 3, build 5.00.2031)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2919.800&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000 RC1, build 5.00.2072)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2919.3800&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000 RC2, build 5.00.2128)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2919.6307&lt;br /&gt;
|Internet Explorer 5.01 (Office 2000 SR-1)&lt;br /&gt;
|-&lt;br /&gt;
|ie501&lt;br /&gt;
|5.00.2920.0000&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000, build 5.00.2195)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3103.1000&lt;br /&gt;
|Internet Explorer 5.01 SP1 (Windows 2000 SP1)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3105.0106&lt;br /&gt;
|Internet Explorer 5.01 SP1 (Windows 95/98 and Windows NT 4.0)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3314.2101&lt;br /&gt;
|Internet Explorer 5.01 SP2 (Windows 95/98 and Windows NT 4.0)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3315.1000&lt;br /&gt;
|Internet Explorer 5.01 SP2 (Windows 2000 SP2)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3502.1000&lt;br /&gt;
|Internet Explorer 5.01 SP3 (Windows 2000 SP3 only)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3700.1000&lt;br /&gt;
|Internet Explorer 5.01 SP4 (Windows 2000 SP4 only)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.50.3825.1300&lt;br /&gt;
|Internet Explorer 5.5 Developer Preview (Beta)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.50.4030.2400&lt;br /&gt;
|Internet Explorer 5.5 &amp;amp; Internet Tools Beta&lt;br /&gt;
|-&lt;br /&gt;
|ie55me&lt;br /&gt;
|5.50.4134.0100&lt;br /&gt;
|Internet Explorer 5.5 for Windows Me (4.90.3000)&lt;br /&gt;
|-&lt;br /&gt;
|ie55&lt;br /&gt;
|5.50.4134.0600&lt;br /&gt;
|Internet Explorer 5.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.50.4308.2900&lt;br /&gt;
|Internet Explorer 5.5 Advanced Security Privacy Beta&lt;br /&gt;
|-&lt;br /&gt;
|ie55sp1&lt;br /&gt;
|5.50.4522.1800&lt;br /&gt;
|Internet Explorer 5.5 Service Pack 1&lt;br /&gt;
|-&lt;br /&gt;
|ie55sp2&lt;br /&gt;
|5.50.4807.2300&lt;br /&gt;
|Internet Explorer 5.5 Service Pack 2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.2462.0000&lt;br /&gt;
|Internet Explorer 6 Public Preview (Beta)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.2479.0006&lt;br /&gt;
|Internet Explorer 6 Public Preview (Beta) Refresh&lt;br /&gt;
|-&lt;br /&gt;
|ie6&lt;br /&gt;
|6.00.2600.0000&lt;br /&gt;
|Internet Explorer 6 (Windows XP)&lt;br /&gt;
|-&lt;br /&gt;
|ie6sp1&lt;br /&gt;
|6.00.2800.1106&lt;br /&gt;
|Internet Explorer 6 Service Pack 1 (Windows XP SP1)&lt;br /&gt;
|-&lt;br /&gt;
|ie6sp2&lt;br /&gt;
|6.00.2900.2180&lt;br /&gt;
|Internet Explorer 6 for Windows XP SP2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.3663.0000&lt;br /&gt;
|Internet Explorer 6 for Microsoft Windows Server 2003 RC1 &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.3718.0000&lt;br /&gt;
|Internet Explorer 6 for Windows Server 2003 RC2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.3790.0000&lt;br /&gt;
|Internet Explorer 6 for Windows Server 2003 (released)&lt;br /&gt;
|-&lt;br /&gt;
|ie7&lt;br /&gt;
|7.0.5730.11&lt;br /&gt;
|Internet Explorer 7 for Windows XP and Windows Server 2003&lt;br /&gt;
|-&lt;br /&gt;
|ie8&lt;br /&gt;
|8.0.*&lt;br /&gt;
|Internet Explorer 8&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|8.0.6001.18702&lt;br /&gt;
|Internet Explorer 8&lt;br /&gt;
|-&lt;br /&gt;
|ie9&lt;br /&gt;
|9.0.*&lt;br /&gt;
|Internet Explorer 9&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|9.0.8112.16421&lt;br /&gt;
|Internet Explorer 9&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|9.10.8250.0&lt;br /&gt;
|Internet Explorer 9 in Windows 8 Consumer Preview&lt;br /&gt;
|-&lt;br /&gt;
|ie10&lt;br /&gt;
|10.0.*&lt;br /&gt;
|Internet Explorer 10&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://support.microsoft.com/kb/164539/en Microsoft Knowledgebase Article 164539 (englisch)]&lt;br /&gt;
* [http://support.microsoft.com/kb/164539/de Microsoft Knowledgebase Article 164539 (deutsch)]&lt;br /&gt;
&lt;br /&gt;
===Similar parameters===&lt;br /&gt;
* [[winver]]&lt;br /&gt;
&lt;br /&gt;
===Similar commands===&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Iever&amp;diff=1097</id>
		<title>Iever</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Iever&amp;diff=1097"/>
		<updated>2012-03-20T09:51:24Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{AdvParamInfo&lt;br /&gt;
|SYNTAX = iever&lt;br /&gt;
|TITLESYNTAX = iever&lt;br /&gt;
|PREVIOUS =&lt;br /&gt;
|VARIANTS =&lt;br /&gt;
|PEVERSION = ??? &amp;lt; 1.5.4.5&lt;br /&gt;
|GROUP = Flow Control&lt;br /&gt;
}}Test the installed Internet Explorer version.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
 iever=&amp;lt;version(string)&amp;gt;[modifier(+/-)]&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
 iever=ie7&lt;br /&gt;
 iever=ie6+&lt;br /&gt;
 iever=ie5-&lt;br /&gt;
 iever=ie6-&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
Test the installed Internet Explorer version. Similar to [[winver]], you may use either name templates or version numbers, and specify a &#039;&#039;plus&#039;&#039; (&#039;&#039;+&#039;&#039;) modifier to include later or a &#039;&#039;minus&#039;&#039; (&#039;&#039;-&#039;&#039;) modifier to include previous versions.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Version&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|ie1&lt;br /&gt;
|4.40.308&lt;br /&gt;
|Internet Explorer 1.0 (Plus! for Windows 95)&lt;br /&gt;
|-&lt;br /&gt;
|ie2&lt;br /&gt;
|4.40.520&lt;br /&gt;
|Internet Explorer 2.0&lt;br /&gt;
|-&lt;br /&gt;
|ie3&lt;br /&gt;
|4.70.1155&lt;br /&gt;
|Internet Explorer 3.0&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.70.1158&lt;br /&gt;
|Internet Explorer 3.0 (Windows 95 OSR2)&lt;br /&gt;
|-&lt;br /&gt;
|ie301&lt;br /&gt;
|4.70.1215&lt;br /&gt;
|Internet Explorer 3.01&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.70.1300&lt;br /&gt;
|Internet Explorer 3.02 and 3.02a&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.71.544&lt;br /&gt;
|Internet Explorer 4.0 Platform Preview 1.0 (PP1)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.71.1008.3&lt;br /&gt;
|Internet Explorer 4.0 Platform Preview 2.0 (PP2)&lt;br /&gt;
|-&lt;br /&gt;
|ie4&lt;br /&gt;
|4.71.1712.6&lt;br /&gt;
|Internet Explorer 4.0&lt;br /&gt;
|-&lt;br /&gt;
|ie401&lt;br /&gt;
|4.72.2106.8&lt;br /&gt;
|Internet Explorer 4.01&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.72.3110.8&lt;br /&gt;
|Internet Explorer 4.01 Service Pack 1 (Windows 98)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.72.3612.1713&lt;br /&gt;
|Internet Explorer 4.01 Service Pack 2 &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.0518.10&lt;br /&gt;
|Internet Explorer 5 Developer Preview (Beta 1)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.0910.1309&lt;br /&gt;
|Internet Explorer 5 Beta (Beta 2)&lt;br /&gt;
|-&lt;br /&gt;
|ie5&lt;br /&gt;
|5.00.2014.0216&lt;br /&gt;
|Internet Explorer 5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2314.1003&lt;br /&gt;
|Internet Explorer 5 (Office 2000)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2614.3500&lt;br /&gt;
|Internet Explorer 5 (Windows 98 Second Edition)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2516.1900&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000 Beta 3, build 5.00.2031)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2919.800&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000 RC1, build 5.00.2072)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2919.3800&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000 RC2, build 5.00.2128)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2919.6307&lt;br /&gt;
|Internet Explorer 5.01 (Office 2000 SR-1)&lt;br /&gt;
|-&lt;br /&gt;
|ie501&lt;br /&gt;
|5.00.2920.0000&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000, build 5.00.2195)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3103.1000&lt;br /&gt;
|Internet Explorer 5.01 SP1 (Windows 2000 SP1)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3105.0106&lt;br /&gt;
|Internet Explorer 5.01 SP1 (Windows 95/98 and Windows NT 4.0)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3314.2101&lt;br /&gt;
|Internet Explorer 5.01 SP2 (Windows 95/98 and Windows NT 4.0)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3315.1000&lt;br /&gt;
|Internet Explorer 5.01 SP2 (Windows 2000 SP2)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3502.1000&lt;br /&gt;
|Internet Explorer 5.01 SP3 (Windows 2000 SP3 only)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3700.1000&lt;br /&gt;
|Internet Explorer 5.01 SP4 (Windows 2000 SP4 only)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.50.3825.1300&lt;br /&gt;
|Internet Explorer 5.5 Developer Preview (Beta)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.50.4030.2400&lt;br /&gt;
|Internet Explorer 5.5 &amp;amp; Internet Tools Beta&lt;br /&gt;
|-&lt;br /&gt;
|ie55me&lt;br /&gt;
|5.50.4134.0100&lt;br /&gt;
|Internet Explorer 5.5 for Windows Me (4.90.3000)&lt;br /&gt;
|-&lt;br /&gt;
|ie55&lt;br /&gt;
|5.50.4134.0600&lt;br /&gt;
|Internet Explorer 5.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.50.4308.2900&lt;br /&gt;
|Internet Explorer 5.5 Advanced Security Privacy Beta&lt;br /&gt;
|-&lt;br /&gt;
|ie55sp1&lt;br /&gt;
|5.50.4522.1800&lt;br /&gt;
|Internet Explorer 5.5 Service Pack 1&lt;br /&gt;
|-&lt;br /&gt;
|ie55sp2&lt;br /&gt;
|5.50.4807.2300&lt;br /&gt;
|Internet Explorer 5.5 Service Pack 2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.2462.0000&lt;br /&gt;
|Internet Explorer 6 Public Preview (Beta)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.2479.0006&lt;br /&gt;
|Internet Explorer 6 Public Preview (Beta) Refresh&lt;br /&gt;
|-&lt;br /&gt;
|ie6&lt;br /&gt;
|6.00.2600.0000&lt;br /&gt;
|Internet Explorer 6 (Windows XP)&lt;br /&gt;
|-&lt;br /&gt;
|ie6sp1&lt;br /&gt;
|6.00.2800.1106&lt;br /&gt;
|Internet Explorer 6 Service Pack 1 (Windows XP SP1)&lt;br /&gt;
|-&lt;br /&gt;
|ie6sp2&lt;br /&gt;
|6.00.2900.2180&lt;br /&gt;
|Internet Explorer 6 for Windows XP SP2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.3663.0000&lt;br /&gt;
|Internet Explorer 6 for Microsoft Windows Server 2003 RC1 &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.3718.0000&lt;br /&gt;
|Internet Explorer 6 for Windows Server 2003 RC2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.3790.0000&lt;br /&gt;
|Internet Explorer 6 for Windows Server 2003 (released)&lt;br /&gt;
|-&lt;br /&gt;
|ie7&lt;br /&gt;
|7.0.5730.11&lt;br /&gt;
|Internet Explorer 7 for Windows XP and Windows Server 2003&lt;br /&gt;
|-&lt;br /&gt;
|ie8&lt;br /&gt;
|8.0.*&lt;br /&gt;
|Internet Explorer 8&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|8.0.6001.18702&lt;br /&gt;
|Internet Explorer 8&lt;br /&gt;
|-&lt;br /&gt;
|ie9&lt;br /&gt;
|9.0.*&lt;br /&gt;
|Internet Explorer 9&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|9.0.8112.16421&lt;br /&gt;
|Internet Explorer 9&lt;br /&gt;
|-&lt;br /&gt;
|ie10&lt;br /&gt;
|10.0.*&lt;br /&gt;
|Internet Explorer 10&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://support.microsoft.com/kb/164539/en Microsoft Knowledgebase Article 164539 (englisch)]&lt;br /&gt;
* [http://support.microsoft.com/kb/164539/de Microsoft Knowledgebase Article 164539 (deutsch)]&lt;br /&gt;
&lt;br /&gt;
===Similar parameters===&lt;br /&gt;
* [[winver]]&lt;br /&gt;
&lt;br /&gt;
===Similar commands===&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Iever&amp;diff=1096</id>
		<title>Iever</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Iever&amp;diff=1096"/>
		<updated>2012-03-20T09:48:50Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{AdvParamInfo&lt;br /&gt;
|SYNTAX = iever&lt;br /&gt;
|TITLESYNTAX = iever&lt;br /&gt;
|PREVIOUS =&lt;br /&gt;
|VARIANTS =&lt;br /&gt;
|PEVERSION = ??? &amp;lt; 1.5.4.5&lt;br /&gt;
|GROUP = Flow Control&lt;br /&gt;
}}Test the installed Internet Explorer version.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
 iever=&amp;lt;version(string)&amp;gt;[modifier(+/-)]&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
 iever=ie7&lt;br /&gt;
 iever=ie6+&lt;br /&gt;
 iever=ie5-&lt;br /&gt;
 iever=ie6-&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
Test the installed Internet Explorer version. Similar to [[winver]], you may use either name templates or version numbers, and specify a &#039;&#039;plus&#039;&#039; (&#039;&#039;+&#039;&#039;) modifier to include later or a &#039;&#039;minus&#039;&#039; (&#039;&#039;-&#039;&#039;) modifier to include previous versions.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Version&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|ie1&lt;br /&gt;
|4.40.308&lt;br /&gt;
|Internet Explorer 1.0 (Plus! for Windows 95)&lt;br /&gt;
|-&lt;br /&gt;
|ie2&lt;br /&gt;
|4.40.520&lt;br /&gt;
|Internet Explorer 2.0&lt;br /&gt;
|-&lt;br /&gt;
|ie3&lt;br /&gt;
|4.70.1155&lt;br /&gt;
|Internet Explorer 3.0&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.70.1158&lt;br /&gt;
|Internet Explorer 3.0 (Windows 95 OSR2)&lt;br /&gt;
|-&lt;br /&gt;
|ie301&lt;br /&gt;
|4.70.1215&lt;br /&gt;
|Internet Explorer 3.01&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.70.1300&lt;br /&gt;
|Internet Explorer 3.02 and 3.02a&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.71.544&lt;br /&gt;
|Internet Explorer 4.0 Platform Preview 1.0 (PP1)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.71.1008.3&lt;br /&gt;
|Internet Explorer 4.0 Platform Preview 2.0 (PP2)&lt;br /&gt;
|-&lt;br /&gt;
|ie4&lt;br /&gt;
|4.71.1712.6&lt;br /&gt;
|Internet Explorer 4.0&lt;br /&gt;
|-&lt;br /&gt;
|ie401&lt;br /&gt;
|4.72.2106.8&lt;br /&gt;
|Internet Explorer 4.01&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.72.3110.8&lt;br /&gt;
|Internet Explorer 4.01 Service Pack 1 (Windows 98)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.72.3612.1713&lt;br /&gt;
|Internet Explorer 4.01 Service Pack 2 &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.0518.10&lt;br /&gt;
|Internet Explorer 5 Developer Preview (Beta 1)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.0910.1309&lt;br /&gt;
|Internet Explorer 5 Beta (Beta 2)&lt;br /&gt;
|-&lt;br /&gt;
|ie5&lt;br /&gt;
|5.00.2014.0216&lt;br /&gt;
|Internet Explorer 5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2314.1003&lt;br /&gt;
|Internet Explorer 5 (Office 2000)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2614.3500&lt;br /&gt;
|Internet Explorer 5 (Windows 98 Second Edition)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2516.1900&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000 Beta 3, build 5.00.2031)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2919.800&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000 RC1, build 5.00.2072)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2919.3800&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000 RC2, build 5.00.2128)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2919.6307&lt;br /&gt;
|Internet Explorer 5.01 (Office 2000 SR-1)&lt;br /&gt;
|-&lt;br /&gt;
|ie501&lt;br /&gt;
|5.00.2920.0000&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000, build 5.00.2195)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3103.1000&lt;br /&gt;
|Internet Explorer 5.01 SP1 (Windows 2000 SP1)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3105.0106&lt;br /&gt;
|Internet Explorer 5.01 SP1 (Windows 95/98 and Windows NT 4.0)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3314.2101&lt;br /&gt;
|Internet Explorer 5.01 SP2 (Windows 95/98 and Windows NT 4.0)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3315.1000&lt;br /&gt;
|Internet Explorer 5.01 SP2 (Windows 2000 SP2)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3502.1000&lt;br /&gt;
|Internet Explorer 5.01 SP3 (Windows 2000 SP3 only)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3700.1000&lt;br /&gt;
|Internet Explorer 5.01 SP4 (Windows 2000 SP4 only)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.50.3825.1300&lt;br /&gt;
|Internet Explorer 5.5 Developer Preview (Beta)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.50.4030.2400&lt;br /&gt;
|Internet Explorer 5.5 &amp;amp; Internet Tools Beta&lt;br /&gt;
|-&lt;br /&gt;
|ie55me&lt;br /&gt;
|5.50.4134.0100&lt;br /&gt;
|Internet Explorer 5.5 for Windows Me (4.90.3000)&lt;br /&gt;
|-&lt;br /&gt;
|ie55&lt;br /&gt;
|5.50.4134.0600&lt;br /&gt;
|Internet Explorer 5.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.50.4308.2900&lt;br /&gt;
|Internet Explorer 5.5 Advanced Security Privacy Beta&lt;br /&gt;
|-&lt;br /&gt;
|ie55sp1&lt;br /&gt;
|5.50.4522.1800&lt;br /&gt;
|Internet Explorer 5.5 Service Pack 1&lt;br /&gt;
|-&lt;br /&gt;
|ie55sp2&lt;br /&gt;
|5.50.4807.2300&lt;br /&gt;
|Internet Explorer 5.5 Service Pack 2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.2462.0000&lt;br /&gt;
|Internet Explorer 6 Public Preview (Beta)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.2479.0006&lt;br /&gt;
|Internet Explorer 6 Public Preview (Beta) Refresh&lt;br /&gt;
|-&lt;br /&gt;
|ie6&lt;br /&gt;
|6.00.2600.0000&lt;br /&gt;
|Internet Explorer 6 (Windows XP)&lt;br /&gt;
|-&lt;br /&gt;
|ie6sp1&lt;br /&gt;
|6.00.2800.1106&lt;br /&gt;
|Internet Explorer 6 Service Pack 1 (Windows XP SP1)&lt;br /&gt;
|-&lt;br /&gt;
|ie6sp2&lt;br /&gt;
|6.00.2900.2180&lt;br /&gt;
|Internet Explorer 6 for Windows XP SP2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.3663.0000&lt;br /&gt;
|Internet Explorer 6 for Microsoft Windows Server 2003 RC1 &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.3718.0000&lt;br /&gt;
|Internet Explorer 6 for Windows Server 2003 RC2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.3790.0000&lt;br /&gt;
|Internet Explorer 6 for Windows Server 2003 (released)&lt;br /&gt;
|-&lt;br /&gt;
|ie7&lt;br /&gt;
|7.0.5730.11&lt;br /&gt;
|Internet Explorer 7 for Windows XP and Windows Server 2003&lt;br /&gt;
|-&lt;br /&gt;
|ie8&lt;br /&gt;
|8.0.6001.18702&lt;br /&gt;
|Internet Explorer 8&lt;br /&gt;
|-&lt;br /&gt;
|ie9&lt;br /&gt;
|9.0.*&lt;br /&gt;
|Internet Explorer 9&lt;br /&gt;
|-&lt;br /&gt;
|ie10&lt;br /&gt;
|10.0.*&lt;br /&gt;
|Internet Explorer 10&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://support.microsoft.com/kb/164539/en Microsoft Knowledgebase Article 164539 (englisch)]&lt;br /&gt;
* [http://support.microsoft.com/kb/164539/de Microsoft Knowledgebase Article 164539 (deutsch)]&lt;br /&gt;
&lt;br /&gt;
===Similar parameters===&lt;br /&gt;
* [[winver]]&lt;br /&gt;
&lt;br /&gt;
===Similar commands===&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Winver&amp;diff=1095</id>
		<title>Winver</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Winver&amp;diff=1095"/>
		<updated>2012-03-20T09:45:45Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{AdvParamInfo&lt;br /&gt;
|SYNTAX = winver&lt;br /&gt;
|TITLESYNTAX = winver&lt;br /&gt;
|PREVIOUS =&lt;br /&gt;
|VARIANTS =&lt;br /&gt;
|PEVERSION = ??? &amp;lt; 1.5.4.5&lt;br /&gt;
|GROUP = Flow Control&lt;br /&gt;
}}Test the installed Microsoft Windows version.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
 winver=&amp;lt;version(string)&amp;gt;[modifier(+/-)|&amp;lt;version(string)&amp;gt;[modifier(+/-)]]&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
 winver=win2k3&lt;br /&gt;
 winver=win2k3+&lt;br /&gt;
 winver=win2k3-&lt;br /&gt;
 winver=ntbased&lt;br /&gt;
 iever=ie7&lt;br /&gt;
 iever=ie6+&lt;br /&gt;
 winver=winxp&lt;br /&gt;
 winver=9xbased&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
Test the installed Microsoft Windows version. Versions can be either version numbers, or pre-defined text templates. If you add a &#039;&#039;plus&#039;&#039; (&#039;&#039;+&#039;&#039;) to the &#039;&#039;version&#039;&#039;, this version and future ones will match. If you add a &#039;&#039;minus&#039;&#039; (&#039;&#039;-&#039;&#039;), this one and previous versions will match. Instead of adding such a &#039;&#039;modifier&#039;&#039;, you alternatively can specify multiple versions separated by semicolons. A list of name templates and corresponding versions follows:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Version&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|winnt351&lt;br /&gt;
|3.51&lt;br /&gt;
|Windows NT 3.51&lt;br /&gt;
|-&lt;br /&gt;
|win95&lt;br /&gt;
|4.0.950&lt;br /&gt;
|Windows 95&lt;br /&gt;
|-&lt;br /&gt;
|win95osr2&lt;br /&gt;
|4.0.1111&lt;br /&gt;
|Windows 95 OSR 2&lt;br /&gt;
|-&lt;br /&gt;
|win95osr25&lt;br /&gt;
|4.0.1212&lt;br /&gt;
|Windows 95 OSR 2.5&lt;br /&gt;
|-&lt;br /&gt;
|winnt4&lt;br /&gt;
|4.0.1381&lt;br /&gt;
|Windows NT 4.0&lt;br /&gt;
|-&lt;br /&gt;
|win98&lt;br /&gt;
|4.1.1998&lt;br /&gt;
|Windows 98&lt;br /&gt;
|-&lt;br /&gt;
|win98se&lt;br /&gt;
|4.1.2222&lt;br /&gt;
|Windows 98 Second Edition&lt;br /&gt;
|-&lt;br /&gt;
|winme&lt;br /&gt;
|4.9.3000&lt;br /&gt;
|Windows Millenium Edition&lt;br /&gt;
|-&lt;br /&gt;
|win2k&lt;br /&gt;
|5.0&lt;br /&gt;
|Windows 2000&lt;br /&gt;
|-&lt;br /&gt;
|win2000&lt;br /&gt;
|5.0&lt;br /&gt;
|Windows 2000&lt;br /&gt;
|-&lt;br /&gt;
|winxp&lt;br /&gt;
|5.1.2600&lt;br /&gt;
|Windows XP&lt;br /&gt;
|-&lt;br /&gt;
|win2k3&lt;br /&gt;
|5.2.3790&lt;br /&gt;
|Windows 2003&lt;br /&gt;
|-&lt;br /&gt;
|win2003&lt;br /&gt;
|5.2.3790&lt;br /&gt;
|Windows 2003&lt;br /&gt;
|-&lt;br /&gt;
|vista&lt;br /&gt;
|6.0&lt;br /&gt;
|Windows Vista&lt;br /&gt;
|-&lt;br /&gt;
|win7&lt;br /&gt;
|6.1.7600&lt;br /&gt;
|Windows 7&lt;br /&gt;
|-&lt;br /&gt;
|win7sp1&lt;br /&gt;
|6.1.7601&lt;br /&gt;
|Windows 7 SP 1&lt;br /&gt;
|-&lt;br /&gt;
|win8cp&lt;br /&gt;
|6.2.8250&lt;br /&gt;
|Windows 8 Consumer Preview&lt;br /&gt;
|-&lt;br /&gt;
|9xbased&lt;br /&gt;
|4.0.950;4.0.1111;4.0.1212;4.1.1998;4.9.3000&lt;br /&gt;
|Windows 95, 98 and ME variants&lt;br /&gt;
|-&lt;br /&gt;
|ntbased&lt;br /&gt;
|3.51;4.0.1381;5.0;5.1;5.1.2600;5.2.3790;6.0&lt;br /&gt;
|Windows NT based variants, including 2000, XP and Vista&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
===Similar parameters===&lt;br /&gt;
* [[iever]]&lt;br /&gt;
&lt;br /&gt;
===Similar commands===&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=File&amp;diff=1094</id>
		<title>File</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=File&amp;diff=1094"/>
		<updated>2011-04-21T09:42:22Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SbiCmdInfo&lt;br /&gt;
|SYNTAX = File&lt;br /&gt;
|PENAME = SpybotSD.exe&lt;br /&gt;
|PEVERSION = 1.3&lt;br /&gt;
|GROUP = Files&lt;br /&gt;
|MINUPDATE = n/a&lt;br /&gt;
|ADVFILEPARAMS = yes (third)&lt;br /&gt;
|ADVREGPARAMS = no&lt;br /&gt;
|ADVBUILDPARAMS = yes (third)&lt;br /&gt;
|ADVSPECIALPARAMS = no&lt;br /&gt;
}}&#039;&#039;File&#039;&#039; is the regular command to detect any files on your system.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
====for .sbi====&lt;br /&gt;
 File:&amp;lt;description(string)&amp;gt;,&amp;lt;filename(string)&amp;gt;[,advanced file parameters]&lt;br /&gt;
&lt;br /&gt;
===for scripts===&lt;br /&gt;
 sbiFile(&amp;lt;description(string)&amp;gt;,&amp;lt;filename(string)&amp;gt;[,advanced file parameters]);&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
&lt;br /&gt;
====for .sbi====&lt;br /&gt;
 File:&amp;quot;&amp;lt;$FILE_DATA&amp;gt;&amp;quot;,&amp;quot;&amp;lt;$WINDIR&amp;gt;\Malware.txt&amp;quot;,&amp;quot;filesize=182,md5=83C36C493D7A254F9DE2ED63B3F92548&amp;quot;&lt;br /&gt;
 File:&amp;quot;&amp;lt;$FILE_DATA&amp;gt;&amp;quot;,&amp;quot;&amp;lt;wc&amp;gt;C:\Temp\Malware.*&amp;quot;,&amp;quot;filesize&amp;gt;=180,md5=83C36C493D7A254F9DE2ED63B3F92548&amp;quot;&lt;br /&gt;
 File:&amp;quot;&amp;lt;$FILE_DATA&amp;gt;&amp;quot;,&amp;quot;&amp;lt;regexpr&amp;gt;C:\Temp\Mal[a-z]{4}.*&amp;quot;,&amp;quot;filesize&amp;lt;=190,md5=83C36C493D7A254F9DE2ED63B3F92548&amp;quot;&lt;br /&gt;
 File:&amp;quot;&amp;lt;$FILE_DATA&amp;gt;&amp;quot;,&amp;quot;&amp;lt;regexpr&amp;gt;C:\Windows\System[^\t]*\Mal[a-z]{4}.*&amp;quot;,&amp;quot;filesize&amp;lt;=190,md5=83C36C493D7A254F9DE2ED63B3F92548&amp;quot;&lt;br /&gt;
&lt;br /&gt;
====for scripts====&lt;br /&gt;
 sbiFile(&#039;&amp;lt;$FILE_DATA&amp;gt;&#039;,&#039;&amp;lt;$WINDIR&amp;gt;\Malware.txt&#039;,&#039;filesize=182,md5=83C36C493D7A254F9DE2ED63B3F92548&#039;);&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
This command defines where to look for files. It accepts three parameters: &lt;br /&gt;
&lt;br /&gt;
# The first parameter is a simple description, used for the GUI to display to the user only. Instead of using plain text, it is recommended to use [[Description templates|description templates]], which are displayed in a localized version by the scanner GUI.&lt;br /&gt;
# The second parameter defines the file name and path. In the standard form, it supports wildcards and [[Path templates|path templates]], but you can also use [[AlgoPrefix|Algo-Prefixes]] to vary the filename matching algorithm, e.g. to use regular expressions. Starting with [[Spybot - Search &amp;amp; Destroy]] 1.6, you may use wildcards or regular expressions in any part of the path, on a by level base. {{AlgoPrefix}} {{PathTemplates}}&lt;br /&gt;
# The third parameter allows you to define more criteria to look for in a file, since the file name itself is rarely unique (just think about all those misleading malware files that attempt to use standard Windows filenames). There is a huge range of [[Advanced file parameters|advanced file parameters]], with different costs, some cached, some not. Using less costly parameters like [[filesize]] first is quite recommended to filter the amount of files that are left for the later parameters.&lt;br /&gt;
&lt;br /&gt;
If you are dealing with [[Rootkits]], you also need to take a look at [[NTFile]], a brother of this command that uses deeper rooted functions to locate a file and is able to detect files hidden to the standard Win32 API.&lt;br /&gt;
&lt;br /&gt;
===Scan Results===&lt;br /&gt;
* The file identified by the parameters.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[AlgoPrefix]]&lt;br /&gt;
* [[Advanced file parameters]]&lt;br /&gt;
* [[Path templates]]&lt;br /&gt;
* [[Description templates]]&lt;br /&gt;
&lt;br /&gt;
===Similar commands===&lt;br /&gt;
* [[AutoRun]]&lt;br /&gt;
* [[AutoRunByFilename]]&lt;br /&gt;
* [[AutoRunByValue]]&lt;br /&gt;
* [[AutoStart]]&lt;br /&gt;
* [[DownloadFile]]&lt;br /&gt;
* [[MoveFile]]&lt;br /&gt;
* [[NTFile]]&lt;br /&gt;
&lt;br /&gt;
[[Category:SBI Commands]]&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=ChromeBrowsers.sbs&amp;diff=1093</id>
		<title>ChromeBrowsers.sbs</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=ChromeBrowsers.sbs&amp;diff=1093"/>
		<updated>2009-12-16T10:38:57Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: New page: This file allows you to set up detection patterns for Chrome based browsers that are not yet supported by the main executable files.  ==Structure== The structure of the file is a standard ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This file allows you to set up detection patterns for Chrome based browsers that are not yet supported by the main executable files.&lt;br /&gt;
&lt;br /&gt;
==Structure==&lt;br /&gt;
The structure of the file is a standard .ini file, with a free number of blocks of the format&lt;br /&gt;
 Path=&amp;lt;path(string)&amp;gt;&lt;br /&gt;
 UserDataFolder=&amp;lt;path(string)&amp;gt;&lt;br /&gt;
 Executable=&amp;lt;path(string)&amp;gt;&lt;br /&gt;
 ExecutablePathRelative=&amp;lt;flag(boolean)&amp;gt;&lt;br /&gt;
 CheckExecutable=&amp;lt;flag(boolean)&amp;gt;&lt;br /&gt;
 BrowserType=(Beonex|Firebird|Firefox|Flock|K-Meleon|Lolifox|Mozilla|Netscape (6 or later)|Netscape (4.x)|Wyzo|Thunderbird|Postbox|Songbird)&lt;br /&gt;
&lt;br /&gt;
===Path===&lt;br /&gt;
Full path to data folder. Supports [[Path templates|path templates]].&lt;br /&gt;
&lt;br /&gt;
===UserDataFolder===&lt;br /&gt;
Relative path to the actual data.&lt;br /&gt;
&lt;br /&gt;
===Executable===&lt;br /&gt;
Path to the main executable (used to get version information, for example).&lt;br /&gt;
&lt;br /&gt;
===ExecutablePathRelative===&lt;br /&gt;
Set to 1 if path above is relative to data path.&lt;br /&gt;
&lt;br /&gt;
===CheckExecutable===&lt;br /&gt;
Set to 0 if you do not want to test whether the main executable exists.&lt;br /&gt;
&lt;br /&gt;
===BrowserType===&lt;br /&gt;
Only currently supported browsers are listed here, you&#039;ll have to pick the nearest one for yet unlisted browsers. This is just for display purposes - all Mozilla support includes automatic detection of old (up to Firefox 2) or new (Firefox 3) data files.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
 Path=&amp;lt;$LOCALAPPDATA&amp;gt;\Google\Chrome\&lt;br /&gt;
 UserDataFolder=User Data&lt;br /&gt;
 Executable=Application\Chrome.exe&lt;br /&gt;
 ExecutablePathRelative=1&lt;br /&gt;
 CheckExecutable=1&lt;br /&gt;
 BrowserType=Chrome&lt;br /&gt;
&lt;br /&gt;
An updated file of this format can be put into regular 2.0 updates to extend browser support withouth the need for a larger binary (executable) file update.&lt;br /&gt;
&lt;br /&gt;
[[Category:Files (Spybot - Search &amp;amp; Destroy)]]&lt;br /&gt;
[[Category:Files (Safer-Networking Ltd.)]]&lt;br /&gt;
[[Category:Files]]&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=MozillaBrowsers.sbs&amp;diff=1092</id>
		<title>MozillaBrowsers.sbs</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=MozillaBrowsers.sbs&amp;diff=1092"/>
		<updated>2009-12-16T10:05:34Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: New page: This file allows you to set up detection patterns for Mozilla/XUL based browsers or similar applications that are not yet supported by the main executable files.  ==Structure== The structu...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This file allows you to set up detection patterns for Mozilla/XUL based browsers or similar applications that are not yet supported by the main executable files.&lt;br /&gt;
&lt;br /&gt;
==Structure==&lt;br /&gt;
The structure of the file is a standard .ini file, with a free number of blocks of the format&lt;br /&gt;
 BrowserType=(Beonex|Firebird|Firefox|Flock|K-Meleon|Lolifox|Mozilla|Netscape (6 or later)|Netscape (4.x)|Wyzo|Thunderbird|Postbox|Songbird)&lt;br /&gt;
 FileType=(ini|reg)&lt;br /&gt;
 AppDataSuffix=&amp;lt;path&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===BrowserType===&lt;br /&gt;
Only currently supported browsers are listed here, you&#039;ll have to pick the nearest one for yet unlisted browsers. This is just for display purposes - all Mozilla support includes automatic detection of old (up to Firefox 2) or new (Firefox 3) data files.&lt;br /&gt;
&lt;br /&gt;
===FileType===&lt;br /&gt;
Newer browsers nearly all use &#039;&#039;profiles.ini&#039;&#039; files to list all browser profiles. The older &#039;&#039;registry.dat&#039;&#039; (even older: &#039;&#039;nsreg.dat&#039;&#039;) is still supported as well.&lt;br /&gt;
&lt;br /&gt;
===AppDataSuffix===&lt;br /&gt;
The relative path to the profile list file, starting at your application data path. You do not need to include &#039;&#039;Local\&#039;&#039; or &#039;&#039;Roaming\&#039;&#039; on Vista or above!&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
 BrowserType=Mozilla&lt;br /&gt;
 FileType=ini&lt;br /&gt;
 AppDataSuffix=Mozilla\DummyClone\profiles.ini&lt;br /&gt;
&lt;br /&gt;
An updated file of this format can be put into regular 2.0 updates to extend browser support withouth the need for a larger binary (executable) file update.&lt;br /&gt;
&lt;br /&gt;
[[Category:Files (Spybot - Search &amp;amp; Destroy)]]&lt;br /&gt;
[[Category:Files (Safer-Networking Ltd.)]]&lt;br /&gt;
[[Category:Files]]&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=/simulate-before-xp&amp;diff=1091</id>
		<title>/simulate-before-xp</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=/simulate-before-xp&amp;diff=1091"/>
		<updated>2009-09-04T07:27:26Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: New page: In all applications released after August 2009, this parameter controls that those applications might detect the system as pre-XP. A visual indicator for this might be list views that woul...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In all applications released after August 2009, this parameter controls that those applications might detect the system as pre-XP. A visual indicator for this might be list views that would otherwise use the XP-or-later grouping of entries.&lt;br /&gt;
&lt;br /&gt;
[[Category:Command line parameters]]&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Iever&amp;diff=1090</id>
		<title>Iever</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Iever&amp;diff=1090"/>
		<updated>2009-08-21T15:10:38Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: /* Description */ added IE 8 (advcheck.dll 1.6.5)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{AdvParamInfo&lt;br /&gt;
|SYNTAX = iever&lt;br /&gt;
|TITLESYNTAX = iever&lt;br /&gt;
|PREVIOUS =&lt;br /&gt;
|VARIANTS =&lt;br /&gt;
|PEVERSION = ??? &amp;lt; 1.5.4.5&lt;br /&gt;
|GROUP = Flow Control&lt;br /&gt;
}}Test the installed Internet Explorer version.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
 iever=&amp;lt;version(string)&amp;gt;[modifier(+/-)]&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
 iever=ie7&lt;br /&gt;
 iever=ie6+&lt;br /&gt;
 iever=ie5-&lt;br /&gt;
 iever=ie6-&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
Test the installed Internet Explorer version. Similar to [[winver]], you may use either name templates or version numbers, and specify a &#039;&#039;plus&#039;&#039; (&#039;&#039;+&#039;&#039;) modifier to include later or a &#039;&#039;minus&#039;&#039; (&#039;&#039;-&#039;&#039;) modifier to include previous versions.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Version&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|ie1&lt;br /&gt;
|4.40.308&lt;br /&gt;
|Internet Explorer 1.0 (Plus! for Windows 95)&lt;br /&gt;
|-&lt;br /&gt;
|ie2&lt;br /&gt;
|4.40.520&lt;br /&gt;
|Internet Explorer 2.0&lt;br /&gt;
|-&lt;br /&gt;
|ie3&lt;br /&gt;
|4.70.1155&lt;br /&gt;
|Internet Explorer 3.0&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.70.1158&lt;br /&gt;
|Internet Explorer 3.0 (Windows 95 OSR2)&lt;br /&gt;
|-&lt;br /&gt;
|ie301&lt;br /&gt;
|4.70.1215&lt;br /&gt;
|Internet Explorer 3.01&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.70.1300&lt;br /&gt;
|Internet Explorer 3.02 and 3.02a&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.71.544&lt;br /&gt;
|Internet Explorer 4.0 Platform Preview 1.0 (PP1)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.71.1008.3&lt;br /&gt;
|Internet Explorer 4.0 Platform Preview 2.0 (PP2)&lt;br /&gt;
|-&lt;br /&gt;
|ie4&lt;br /&gt;
|4.71.1712.6&lt;br /&gt;
|Internet Explorer 4.0&lt;br /&gt;
|-&lt;br /&gt;
|ie401&lt;br /&gt;
|4.72.2106.8&lt;br /&gt;
|Internet Explorer 4.01&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.72.3110.8&lt;br /&gt;
|Internet Explorer 4.01 Service Pack 1 (Windows 98)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|4.72.3612.1713&lt;br /&gt;
|Internet Explorer 4.01 Service Pack 2 &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.0518.10&lt;br /&gt;
|Internet Explorer 5 Developer Preview (Beta 1)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.0910.1309&lt;br /&gt;
|Internet Explorer 5 Beta (Beta 2)&lt;br /&gt;
|-&lt;br /&gt;
|ie5&lt;br /&gt;
|5.00.2014.0216&lt;br /&gt;
|Internet Explorer 5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2314.1003&lt;br /&gt;
|Internet Explorer 5 (Office 2000)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2614.3500&lt;br /&gt;
|Internet Explorer 5 (Windows 98 Second Edition)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2516.1900&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000 Beta 3, build 5.00.2031)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2919.800&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000 RC1, build 5.00.2072)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2919.3800&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000 RC2, build 5.00.2128)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.2919.6307&lt;br /&gt;
|Internet Explorer 5.01 (Office 2000 SR-1)&lt;br /&gt;
|-&lt;br /&gt;
|ie501&lt;br /&gt;
|5.00.2920.0000&lt;br /&gt;
|Internet Explorer 5.01 (Windows 2000, build 5.00.2195)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3103.1000&lt;br /&gt;
|Internet Explorer 5.01 SP1 (Windows 2000 SP1)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3105.0106&lt;br /&gt;
|Internet Explorer 5.01 SP1 (Windows 95/98 and Windows NT 4.0)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3314.2101&lt;br /&gt;
|Internet Explorer 5.01 SP2 (Windows 95/98 and Windows NT 4.0)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3315.1000&lt;br /&gt;
|Internet Explorer 5.01 SP2 (Windows 2000 SP2)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3502.1000&lt;br /&gt;
|Internet Explorer 5.01 SP3 (Windows 2000 SP3 only)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.00.3700.1000&lt;br /&gt;
|Internet Explorer 5.01 SP4 (Windows 2000 SP4 only)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.50.3825.1300&lt;br /&gt;
|Internet Explorer 5.5 Developer Preview (Beta)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.50.4030.2400&lt;br /&gt;
|Internet Explorer 5.5 &amp;amp; Internet Tools Beta&lt;br /&gt;
|-&lt;br /&gt;
|ie55me&lt;br /&gt;
|5.50.4134.0100&lt;br /&gt;
|Internet Explorer 5.5 for Windows Me (4.90.3000)&lt;br /&gt;
|-&lt;br /&gt;
|ie55&lt;br /&gt;
|5.50.4134.0600&lt;br /&gt;
|Internet Explorer 5.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|5.50.4308.2900&lt;br /&gt;
|Internet Explorer 5.5 Advanced Security Privacy Beta&lt;br /&gt;
|-&lt;br /&gt;
|ie55sp1&lt;br /&gt;
|5.50.4522.1800&lt;br /&gt;
|Internet Explorer 5.5 Service Pack 1&lt;br /&gt;
|-&lt;br /&gt;
|ie55sp2&lt;br /&gt;
|5.50.4807.2300&lt;br /&gt;
|Internet Explorer 5.5 Service Pack 2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.2462.0000&lt;br /&gt;
|Internet Explorer 6 Public Preview (Beta)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.2479.0006&lt;br /&gt;
|Internet Explorer 6 Public Preview (Beta) Refresh&lt;br /&gt;
|-&lt;br /&gt;
|ie6&lt;br /&gt;
|6.00.2600.0000&lt;br /&gt;
|Internet Explorer 6 (Windows XP)&lt;br /&gt;
|-&lt;br /&gt;
|ie6sp1&lt;br /&gt;
|6.00.2800.1106&lt;br /&gt;
|Internet Explorer 6 Service Pack 1 (Windows XP SP1)&lt;br /&gt;
|-&lt;br /&gt;
|ie6sp2&lt;br /&gt;
|6.00.2900.2180&lt;br /&gt;
|Internet Explorer 6 for Windows XP SP2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.3663.0000&lt;br /&gt;
|Internet Explorer 6 for Microsoft Windows Server 2003 RC1 &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.3718.0000&lt;br /&gt;
|Internet Explorer 6 for Windows Server 2003 RC2&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|6.00.3790.0000&lt;br /&gt;
|Internet Explorer 6 for Windows Server 2003 (released)&lt;br /&gt;
|-&lt;br /&gt;
|ie7&lt;br /&gt;
|7.0.5730.11&lt;br /&gt;
|Internet Explorer 7 for Windows XP and Windows Server 2003&lt;br /&gt;
|-&lt;br /&gt;
|ie8&lt;br /&gt;
|8.0.6001.18702&lt;br /&gt;
|Internet Explorer 7 for Windows XP and Windows Server 2003&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://support.microsoft.com/kb/164539/en Microsoft Knowledgebase Article 164539 (englisch)]&lt;br /&gt;
* [http://support.microsoft.com/kb/164539/de Microsoft Knowledgebase Article 164539 (deutsch)]&lt;br /&gt;
&lt;br /&gt;
===Similar parameters===&lt;br /&gt;
* [[winver]]&lt;br /&gt;
&lt;br /&gt;
===Similar commands===&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Size(ntfile)&amp;diff=1089</id>
		<title>Size(ntfile)</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Size(ntfile)&amp;diff=1089"/>
		<updated>2009-08-04T12:55:50Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: New page: {{AdvParamInfo |SYNTAX = size[ntfile] |TITLESYNTAX = size(ntfile) |PREVIOUS = ntfilesize |VARIANTS = |PEVERSION = &amp;gt; 1.6.4 |GROUP = Basic Attributes }}Defines which size the scanned file mu...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{AdvParamInfo&lt;br /&gt;
|SYNTAX = size[ntfile]&lt;br /&gt;
|TITLESYNTAX = size(ntfile)&lt;br /&gt;
|PREVIOUS = ntfilesize&lt;br /&gt;
|VARIANTS =&lt;br /&gt;
|PEVERSION = &amp;gt; 1.6.4&lt;br /&gt;
|GROUP = Basic Attributes&lt;br /&gt;
}}Defines which size the scanned file must have.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
 size[ntfile]=&amp;lt;size(int)&amp;gt;&lt;br /&gt;
 size[ntfile]&amp;gt;=&amp;lt;size(int)&amp;gt;&lt;br /&gt;
 size[ntfile]&amp;lt;=&amp;lt;size(int)&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
 size[ntfile]=18373&lt;br /&gt;
 size[ntfile]&amp;gt;=10000&lt;br /&gt;
 size[ntfile]&amp;lt;=100000&lt;br /&gt;
 size[ntfile]&amp;gt;=10000,ntfilesize&amp;lt;=100000&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
Compares the size of the currently tested file against the specified &#039;&#039;size&#039;&#039; parameter. Next to a strict comparison, this one also allows &#039;&#039;lesser than or equal&#039;&#039; and &#039;&#039;greater than or equal&#039;&#039; checks. This is the version preferred for rootkits, since it uses native NT methods instead of the Win32 API, where files may be more likely to be hidden.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
===Similar parameters===&lt;br /&gt;
* [[size(file)|size[file]]]&lt;br /&gt;
* [[attribs]]&lt;br /&gt;
* [[filename]]&lt;br /&gt;
* [[filepath]]&lt;br /&gt;
* [[fullpath]]&lt;br /&gt;
&lt;br /&gt;
===Similar commands===&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Size(file)&amp;diff=1088</id>
		<title>Size(file)</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Size(file)&amp;diff=1088"/>
		<updated>2009-08-04T12:53:53Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{AdvParamInfo&lt;br /&gt;
|SYNTAX = size[file]&lt;br /&gt;
|TITLESYNTAX = size(file)&lt;br /&gt;
|PREVIOUS = filesize&lt;br /&gt;
|VARIANTS =&lt;br /&gt;
|PEVERSION = ??? &amp;lt; 1.5.4.5&lt;br /&gt;
|GROUP = Basic Attributes&lt;br /&gt;
}}Defines which size the scanned file must have.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
 size[file]=&amp;lt;size(int)&amp;gt;&lt;br /&gt;
 size[file]&amp;gt;=&amp;lt;size(int)&amp;gt;&lt;br /&gt;
 size[file]&amp;lt;=&amp;lt;size(int)&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
 size[file]=18373&lt;br /&gt;
 size[file]&amp;gt;=10000&lt;br /&gt;
 size[file]&amp;lt;=100000&lt;br /&gt;
 size[file]&amp;gt;=10000,filesize&amp;lt;=100000&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
Compares the size of the currently tested file against the specified &#039;&#039;size&#039;&#039; parameter. Next to a strict comparison, this one also allows &#039;&#039;lesser than or equal&#039;&#039; and &#039;&#039;greater than or equal&#039;&#039; checks.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
===Similar parameters===&lt;br /&gt;
* [[size(ntfile)|size[ntfile]]]&lt;br /&gt;
* [[attribs]]&lt;br /&gt;
* [[filename]]&lt;br /&gt;
* [[filepath]]&lt;br /&gt;
* [[fullpath]]&lt;br /&gt;
&lt;br /&gt;
===Similar commands===&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1087</id>
		<title>Registry Tweaks</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1087"/>
		<updated>2009-04-06T07:20:16Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: Added IE8 tweak&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tweaks are small, inofficial setting patches that can be set up through the registry only. This page describes tweaks used in applications by Safer-Networking Ltd. only. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To create such a tweak, create a registry value in the following location:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\Application.exe\&lt;br /&gt;
&lt;br /&gt;
Replace &#039;&#039;Application.exe&#039;&#039; with the name of the executable it should affect, no paths used. Or, if you want the tweak to apply globally to all our products, simply use this path:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\&lt;br /&gt;
&lt;br /&gt;
==Available Tweaks==&lt;br /&gt;
&lt;br /&gt;
===ConserveMemory===&lt;br /&gt;
Used by TeaTimer only currently to indicate which version of the on-access scanning engine to use.&lt;br /&gt;
&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000000 (less memory, starts faster, but scans slower)&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000001 (the mode available by default in versions up to 1.6 beta 2)&lt;br /&gt;
&lt;br /&gt;
By default, currently method 0 is set. Plans are to make the default choice depend on the overall system memory.&lt;br /&gt;
&lt;br /&gt;
===CreateHostsBackup===&lt;br /&gt;
Set this to 0 to not create backup copies of the hosts file when using the immunization or fixing scan results in there.&lt;br /&gt;
&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000000 (does not create backups)&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000001 (default if not set)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/project.php?issueid=140 Feature Request 140].&lt;br /&gt;
&lt;br /&gt;
===DisableHintOfTheDay===&lt;br /&gt;
Use this tweak to hide the new-to-1.6 &#039;&#039;Hint of the Day&#039;&#039; in the results list.&lt;br /&gt;
&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000001 (hides HotD)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===DisableTempFolderCleaning===&lt;br /&gt;
Use this tweak to completely skip the new function that tries to clear the systems temp folder to speed up scans.&lt;br /&gt;
&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000001 (does not offer temp folder cleaning on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/project.php?issueid=265 Feature Request 265].&lt;br /&gt;
&lt;br /&gt;
===DisableUserHivesLoading===&lt;br /&gt;
Acts the same as [[/nouserhives]] in any version after 1.6.0.&lt;br /&gt;
&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000001 (does not mount user hives on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===FloppyVolumeInformation===&lt;br /&gt;
Set this to the value representation of a drive (A: is 0, B: s 1, C: is 2, ...) to set where optimization lookups by using drive properties is used. Since querying this could cause a floppy seek, this is by default 2.&lt;br /&gt;
&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000000 (starts with drive A:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000001 (starts with drive B:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000002 (starts with drive C:, defaulf if not set)&lt;br /&gt;
 ... continue numbers for letters in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and [[RunAlyzer]].&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/project.php?issueid=76 Feature Request 76].&lt;br /&gt;
&lt;br /&gt;
===HostsBlockIP===&lt;br /&gt;
Hosts file immunization by default uses 127.0.0.1 to block domains. Use a REG_SZ here to define another value (some people prefer 0.0.0.0).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = 127.0.0.1 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = 0.0.0.0   (common other choice)&lt;br /&gt;
 ... or any other IP you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/project.php?issueid=58 Feature Request 58].&lt;br /&gt;
&lt;br /&gt;
===ImmunizeIE8===&lt;br /&gt;
IE 8 is no longer able to properly deal with larger lists of restricted sites. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization when IE 8 is installed (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeIE8 : REG_DWORD = 00000001 (immunize IE8)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] after 1.6.2.&lt;br /&gt;
&lt;br /&gt;
Based on [http://www.safer-networking.org/en/news/2009-03-25.html News from 2009-05-25].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===ImmunizeHostsOn2000===&lt;br /&gt;
Immunizing the hosts file on Windows 2000 can make trouble if the DNS Client service is running. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization under these circumstances (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000001 (immunized hosts on W2k even in worst case scenario)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/project.php?issueid=164 Feature Request 164].&lt;br /&gt;
&lt;br /&gt;
===ImmunizeSystemAccounts===&lt;br /&gt;
System accounts never use browsers unless the system is misconfigured; set this to 1 to show them in immunization anyway.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000001 (also immunizes system accounts)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/project.php?issueid=132 Feature Request 132].&lt;br /&gt;
&lt;br /&gt;
===ScanItemDelay===&lt;br /&gt;
As a help for computers with improper cooling, the scan can be halted between patterns. Available in 1.6.1 after build 38 and in 2.0.&lt;br /&gt;
&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000001 (any numer of milliseconds &amp;lt; 100)&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/showthread.php?t=36385 this forum thread].&lt;br /&gt;
&lt;br /&gt;
===SkipAdminWarnings===&lt;br /&gt;
Spybot-S&amp;amp;D tests whether the user has admin privileges (available on XP and Vista, mostly on the later regarding elevation), and otherwise warns on fixing and some of the tools. Set this to 1 to skip this warning.&lt;br /&gt;
&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000001 (skips warnings)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/project.php?issueid=263 Feature Request 263].&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanDelay===&lt;br /&gt;
Sets up the waiting time for the new-to-1.6 option to offer to clean the Temp folders before continuing. After this has timed out, the default action will be chosen.&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanDelay : REG_DWORD = 0000000E (15 seconds are default if not set otherwhise)&lt;br /&gt;
 ... use any amount of seconds you want here.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanMinimum===&lt;br /&gt;
Changes the minimum number of files the temp folder needs to contain before cleaning is offered (since some files are always in use, there has to be some limit to not annoy the user every time).&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanMinimum : REG_DWORD = 00000064 (100 files minimum are the default)&lt;br /&gt;
 ... use any amount of files you want as the lower minimum here.&lt;br /&gt;
&lt;br /&gt;
===WriteProcessLog===&lt;br /&gt;
Boolean setting that may be used to add more information on process scanning to the &#039;&#039;Resident.log&#039;&#039; log file.&lt;br /&gt;
&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000001 (write additional debug information into log)&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Boot_CD_Plugins&amp;diff=1086</id>
		<title>Boot CD Plugins</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Boot_CD_Plugins&amp;diff=1086"/>
		<updated>2009-03-25T17:10:46Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: /* registry */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Boot CD plugins are XML files that offer instructions on how to locate and insert specific applications into bootable CD images created by our Boot CD Creator.&lt;br /&gt;
&lt;br /&gt;
=appplugin=&lt;br /&gt;
This is the root node of any plugin file, no attributes required.&lt;br /&gt;
&lt;br /&gt;
==application==&lt;br /&gt;
This part contains the generic information about the application.&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;application&amp;gt;&lt;br /&gt;
    &amp;lt;name&amp;gt;spybotsd&amp;lt;/name&amp;gt;&lt;br /&gt;
    &amp;lt;guid&amp;gt;B4092C6D-E886-4CB2-BA68-FE5A88D31DE6&amp;lt;/guid&amp;gt;&lt;br /&gt;
    &amp;lt;displayname&amp;gt;Spybot - Search &amp;amp;amp; Destroy&amp;lt;/displayname&amp;gt;&lt;br /&gt;
    &amp;lt;purpose&amp;gt;Malware detection and removal.&amp;lt;/purpose&amp;gt;&lt;br /&gt;
    &amp;lt;dependencies&amp;gt;&lt;br /&gt;
      &amp;lt;dependency&amp;gt;dummy&amp;lt;/dependency&amp;gt;&lt;br /&gt;
    &amp;lt;/dependencies&amp;gt;&lt;br /&gt;
  &amp;lt;/application&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===name===&lt;br /&gt;
A short, simple name for the application for internal use. No spaces or special characters, keep it as simple as possible.&lt;br /&gt;
&lt;br /&gt;
===displayname===&lt;br /&gt;
A nicer name that is used in places visible to the user.&lt;br /&gt;
&lt;br /&gt;
===purpose===&lt;br /&gt;
A short explanation of the application.&lt;br /&gt;
&lt;br /&gt;
===guid===&lt;br /&gt;
A unique ID that identifies the application. Using the one the application uses for its Uninstall entry is a good decision usually.&lt;br /&gt;
&lt;br /&gt;
===dependencies===&lt;br /&gt;
Not yet implemented, this would control dependencies. If this application depends on another plugins one to be installed, adding a depency for that ones &#039;&#039;name&#039;&#039; would ensure consistency.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==files==&lt;br /&gt;
Files are either &#039;&#039;required&#039;&#039; or &#039;&#039;optional&#039;&#039; and specify single files, or, by using wildcards, groups of files.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;required&amp;gt;advcheck.dll&amp;lt;/required&amp;gt;&lt;br /&gt;
    &amp;lt;optional&amp;gt;aports.dll&amp;lt;/optional&amp;gt;&lt;br /&gt;
    &amp;lt;required&amp;gt;blindman.exe&amp;lt;/required&amp;gt;&lt;br /&gt;
    &amp;lt;optional&amp;gt;Default configuration.ini&amp;lt;/optional&amp;gt;&lt;br /&gt;
    &amp;lt;required&amp;gt;DelZip179.dll&amp;lt;/required&amp;gt;&lt;br /&gt;
    &amp;lt;required&amp;gt;messages.zres&amp;lt;/required&amp;gt;&lt;br /&gt;
    &amp;lt;optional&amp;gt;OptOut.ini&amp;lt;/optional&amp;gt;&lt;br /&gt;
    &amp;lt;optional group=&amp;quot;Resident&amp;quot;&amp;gt;SDHelper.dll&amp;lt;/optional&amp;gt;&lt;br /&gt;
    &amp;lt;optional group=&amp;quot;Resident&amp;quot;&amp;gt;SDMain.exe&amp;lt;/optional&amp;gt;&lt;br /&gt;
    &amp;lt;optional menuitem=&amp;quot;Secure Shredder&amp;quot; group=&amp;quot;Shredder&amp;quot;&amp;gt;SDShred.exe&amp;lt;/optional&amp;gt;&lt;br /&gt;
    &amp;lt;required menuitem=&amp;quot;Spybot-S&amp;amp;amp;D Update&amp;quot;&amp;gt;SDUpdate.exe&amp;lt;/required&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Each file can have a &#039;&#039;group&#039;&#039; attribute pointing to a &#039;&#039;filegroup&#039;&#039; for logical structuring, and a &#039;&#039;menuitem&#039;&#039; defining that a shortcut to it should be added to the menu.&lt;br /&gt;
&lt;br /&gt;
==filegroups==&lt;br /&gt;
File groups are just a tool for logical structuring of files. The can be used by applying a &#039;&#039;group&#039;&#039; attribute to &#039;&#039;files&#039;&#039; nodes.&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;filegroups&amp;gt;&lt;br /&gt;
     &amp;lt;filegroup id=&amp;quot;Shredder&amp;quot;&amp;gt;Secure Shredder as an external application.&amp;lt;/filegroup&amp;gt;&lt;br /&gt;
     &amp;lt;filegroup id=&amp;quot;Resident&amp;quot;&amp;gt;Files for resident protection, useless on PE.&amp;lt;/filegroup&amp;gt;&lt;br /&gt;
  &amp;lt;/filegroups&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==registry==&lt;br /&gt;
Changes that should be applied to the registry of the bootable CDs Operating System. Example:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;registry&amp;gt;&lt;br /&gt;
    &amp;lt;value method=&amp;quot;copy&amp;quot;&amp;gt;HKEY_CURRENT_USER\Software\Safer Networking Limited\SpybotSnD\Language&amp;lt;/value&amp;gt;&lt;br /&gt;
    &amp;lt;value method=&amp;quot;set&amp;quot; type=&amp;quot;REG_SZ&amp;quot; data=&amp;quot;[$DESTDIR]&amp;quot;&amp;gt;HKEY_CURRENT_USER\Software\Safer Networking Limited\SpybotSnD\Path&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/registry&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===value===&lt;br /&gt;
A registry value is the smallest unit that this deals with.&lt;br /&gt;
&lt;br /&gt;
====method====&lt;br /&gt;
The method to apply; either &#039;&#039;copy&#039;&#039; to copy existing settings from the current system (as in this example the language the user prefers) or &#039;&#039;set&#039;&#039; to add a new registry value.&lt;br /&gt;
&lt;br /&gt;
====type====&lt;br /&gt;
Supported are some standard types; strings as they are:&lt;br /&gt;
* REG_SZ&lt;br /&gt;
* REG_EXPAND_SZ&lt;br /&gt;
* REG_MULTI_SZ&lt;br /&gt;
&lt;br /&gt;
Integers are supported by their pure decimal representation, no hex yet:&lt;br /&gt;
* REG_DWORD&lt;br /&gt;
* REG_DWORD_LITTLE_ENDIAN&lt;br /&gt;
* REG_DWORD_BIG_ENDIAN&lt;br /&gt;
* REG_QWORD&lt;br /&gt;
* REG_QWORD_LITTLE_ENDIAN&lt;br /&gt;
&lt;br /&gt;
====data====&lt;br /&gt;
The data to be set. Contrary to the example, no custom or standard path templates are supported yet.&lt;br /&gt;
&lt;br /&gt;
==menu==&lt;br /&gt;
This entry controls where the item would be listed in a structured menu.&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;menu&amp;gt;&lt;br /&gt;
     &amp;lt;group&amp;gt;Security&amp;lt;/group&amp;gt;&lt;br /&gt;
  &amp;lt;/menu&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===group===&lt;br /&gt;
The name of the group this application should be listed under.&lt;br /&gt;
&lt;br /&gt;
==detectors==&lt;br /&gt;
This group of nodes defines how the application should be detected. Every sub-node here has to be named &#039;&#039;detector&#039;&#039; to be recognized. An example:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;detectors&amp;gt;&lt;br /&gt;
    &amp;lt;detector type=&amp;quot;regpath&amp;quot;&amp;gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B4092C6D-E886-4CB2-BA68-FE5A88D31DE6}_is1\InstallLocation&amp;lt;/detector&amp;gt;&lt;br /&gt;
    &amp;lt;detector type=&amp;quot;regpathbyfile&amp;quot;&amp;gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B4092C6D-E886-4CB2-BA68-FE5A88D31DE6}_is1\DisplayIcon&amp;lt;/detector&amp;gt;&lt;br /&gt;
    &amp;lt;detector type=&amp;quot;filesys&amp;quot;&amp;gt;[$PROGRAMFILES]\Spybot - Search &amp;amp;amp; Destroy\&amp;lt;/detector&amp;gt;&lt;br /&gt;
  &amp;lt;/detectors&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are three detector types available currently:&lt;br /&gt;
&lt;br /&gt;
===regpath===&lt;br /&gt;
A registry path to a REG_SZ or REG_EXPAND_SZ that lists the installation path of the application.&lt;br /&gt;
&lt;br /&gt;
===regpathbyfile===&lt;br /&gt;
Similar to &#039;&#039;regpath&#039;&#039;, except that the entry would contain a fully qualified filename, from which the path would be taken.&lt;br /&gt;
&lt;br /&gt;
===filesys===&lt;br /&gt;
Locate th application through the filesystem. This supports [[Path templates|path templates]], with the exception that they are to be put into square brackets, as seen in the example.&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Boot_CD_Plugins&amp;diff=1085</id>
		<title>Boot CD Plugins</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Boot_CD_Plugins&amp;diff=1085"/>
		<updated>2009-03-13T16:54:54Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: New page: Boot CD plugins are XML files that offer instructions on how to locate and insert specific applications into bootable CD images created by our Boot CD Creator.  =appplugin= This is the roo...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Boot CD plugins are XML files that offer instructions on how to locate and insert specific applications into bootable CD images created by our Boot CD Creator.&lt;br /&gt;
&lt;br /&gt;
=appplugin=&lt;br /&gt;
This is the root node of any plugin file, no attributes required.&lt;br /&gt;
&lt;br /&gt;
==application==&lt;br /&gt;
This part contains the generic information about the application.&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;application&amp;gt;&lt;br /&gt;
    &amp;lt;name&amp;gt;spybotsd&amp;lt;/name&amp;gt;&lt;br /&gt;
    &amp;lt;guid&amp;gt;B4092C6D-E886-4CB2-BA68-FE5A88D31DE6&amp;lt;/guid&amp;gt;&lt;br /&gt;
    &amp;lt;displayname&amp;gt;Spybot - Search &amp;amp;amp; Destroy&amp;lt;/displayname&amp;gt;&lt;br /&gt;
    &amp;lt;purpose&amp;gt;Malware detection and removal.&amp;lt;/purpose&amp;gt;&lt;br /&gt;
    &amp;lt;dependencies&amp;gt;&lt;br /&gt;
      &amp;lt;dependency&amp;gt;dummy&amp;lt;/dependency&amp;gt;&lt;br /&gt;
    &amp;lt;/dependencies&amp;gt;&lt;br /&gt;
  &amp;lt;/application&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===name===&lt;br /&gt;
A short, simple name for the application for internal use. No spaces or special characters, keep it as simple as possible.&lt;br /&gt;
&lt;br /&gt;
===displayname===&lt;br /&gt;
A nicer name that is used in places visible to the user.&lt;br /&gt;
&lt;br /&gt;
===purpose===&lt;br /&gt;
A short explanation of the application.&lt;br /&gt;
&lt;br /&gt;
===guid===&lt;br /&gt;
A unique ID that identifies the application. Using the one the application uses for its Uninstall entry is a good decision usually.&lt;br /&gt;
&lt;br /&gt;
===dependencies===&lt;br /&gt;
Not yet implemented, this would control dependencies. If this application depends on another plugins one to be installed, adding a depency for that ones &#039;&#039;name&#039;&#039; would ensure consistency.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==files==&lt;br /&gt;
Files are either &#039;&#039;required&#039;&#039; or &#039;&#039;optional&#039;&#039; and specify single files, or, by using wildcards, groups of files.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;required&amp;gt;advcheck.dll&amp;lt;/required&amp;gt;&lt;br /&gt;
    &amp;lt;optional&amp;gt;aports.dll&amp;lt;/optional&amp;gt;&lt;br /&gt;
    &amp;lt;required&amp;gt;blindman.exe&amp;lt;/required&amp;gt;&lt;br /&gt;
    &amp;lt;optional&amp;gt;Default configuration.ini&amp;lt;/optional&amp;gt;&lt;br /&gt;
    &amp;lt;required&amp;gt;DelZip179.dll&amp;lt;/required&amp;gt;&lt;br /&gt;
    &amp;lt;required&amp;gt;messages.zres&amp;lt;/required&amp;gt;&lt;br /&gt;
    &amp;lt;optional&amp;gt;OptOut.ini&amp;lt;/optional&amp;gt;&lt;br /&gt;
    &amp;lt;optional group=&amp;quot;Resident&amp;quot;&amp;gt;SDHelper.dll&amp;lt;/optional&amp;gt;&lt;br /&gt;
    &amp;lt;optional group=&amp;quot;Resident&amp;quot;&amp;gt;SDMain.exe&amp;lt;/optional&amp;gt;&lt;br /&gt;
    &amp;lt;optional menuitem=&amp;quot;Secure Shredder&amp;quot; group=&amp;quot;Shredder&amp;quot;&amp;gt;SDShred.exe&amp;lt;/optional&amp;gt;&lt;br /&gt;
    &amp;lt;required menuitem=&amp;quot;Spybot-S&amp;amp;amp;D Update&amp;quot;&amp;gt;SDUpdate.exe&amp;lt;/required&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Each file can have a &#039;&#039;group&#039;&#039; attribute pointing to a &#039;&#039;filegroup&#039;&#039; for logical structuring, and a &#039;&#039;menuitem&#039;&#039; defining that a shortcut to it should be added to the menu.&lt;br /&gt;
&lt;br /&gt;
==filegroups==&lt;br /&gt;
File groups are just a tool for logical structuring of files. The can be used by applying a &#039;&#039;group&#039;&#039; attribute to &#039;&#039;files&#039;&#039; nodes.&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;filegroups&amp;gt;&lt;br /&gt;
     &amp;lt;filegroup id=&amp;quot;Shredder&amp;quot;&amp;gt;Secure Shredder as an external application.&amp;lt;/filegroup&amp;gt;&lt;br /&gt;
     &amp;lt;filegroup id=&amp;quot;Resident&amp;quot;&amp;gt;Files for resident protection, useless on PE.&amp;lt;/filegroup&amp;gt;&lt;br /&gt;
  &amp;lt;/filegroups&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==registry==&lt;br /&gt;
Changes that should be applied to the registry of the bootable CDs Operating System. Example:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;registry&amp;gt;&lt;br /&gt;
    &amp;lt;value method=&amp;quot;copy&amp;quot;&amp;gt;HKEY_CURRENT_USER\Software\Safer Networking Limited\SpybotSnD\Language&amp;lt;/value&amp;gt;&lt;br /&gt;
    &amp;lt;value method=&amp;quot;set&amp;quot; type=&amp;quot;string&amp;quot; data=&amp;quot;[$DESTDIR]&amp;quot;&amp;gt;HKEY_CURRENT_USER\Software\Safer Networking Limited\SpybotSnD\Path&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/registry&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===value===&lt;br /&gt;
A registry value is the smallest unit that this deals with.&lt;br /&gt;
&lt;br /&gt;
==menu==&lt;br /&gt;
This entry controls where the item would be listed in a structured menu.&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;menu&amp;gt;&lt;br /&gt;
     &amp;lt;group&amp;gt;Security&amp;lt;/group&amp;gt;&lt;br /&gt;
  &amp;lt;/menu&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===group===&lt;br /&gt;
The name of the group this application should be listed under.&lt;br /&gt;
&lt;br /&gt;
==detectors==&lt;br /&gt;
This group of nodes defines how the application should be detected. Every sub-node here has to be named &#039;&#039;detector&#039;&#039; to be recognized. An example:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;detectors&amp;gt;&lt;br /&gt;
    &amp;lt;detector type=&amp;quot;regpath&amp;quot;&amp;gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B4092C6D-E886-4CB2-BA68-FE5A88D31DE6}_is1\InstallLocation&amp;lt;/detector&amp;gt;&lt;br /&gt;
    &amp;lt;detector type=&amp;quot;regpathbyfile&amp;quot;&amp;gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B4092C6D-E886-4CB2-BA68-FE5A88D31DE6}_is1\DisplayIcon&amp;lt;/detector&amp;gt;&lt;br /&gt;
    &amp;lt;detector type=&amp;quot;filesys&amp;quot;&amp;gt;[$PROGRAMFILES]\Spybot - Search &amp;amp;amp; Destroy\&amp;lt;/detector&amp;gt;&lt;br /&gt;
  &amp;lt;/detectors&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are three detector types available currently:&lt;br /&gt;
&lt;br /&gt;
===regpath===&lt;br /&gt;
A registry path to a REG_SZ or REG_EXPAND_SZ that lists the installation path of the application.&lt;br /&gt;
&lt;br /&gt;
===regpathbyfile===&lt;br /&gt;
Similar to &#039;&#039;regpath&#039;&#039;, except that the entry would contain a fully qualified filename, from which the path would be taken.&lt;br /&gt;
&lt;br /&gt;
===filesys===&lt;br /&gt;
Locate th application through the filesystem. This supports [[Path templates|path templates]], with the exception that they are to be put into square brackets, as seen in the example.&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Category:Command_line_parameters_(RegAlyzer)&amp;diff=1084</id>
		<title>Category:Command line parameters (RegAlyzer)</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Category:Command_line_parameters_(RegAlyzer)&amp;diff=1084"/>
		<updated>2008-12-23T09:27:51Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: removed wrong category &amp;quot;spybot&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This category lists all command line parameters for [[RegAlyzer.exe]], the main application of [[RegAlyzer]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Command line parameters]]&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=AutoRunByFilename&amp;diff=1083</id>
		<title>AutoRunByFilename</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=AutoRunByFilename&amp;diff=1083"/>
		<updated>2008-12-05T11:46:29Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: /* Description */ fixed reference to AutoRunByValue&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SbiCmdInfo&lt;br /&gt;
|SYNTAX = AutoRunByFilename&lt;br /&gt;
|PENAME = SpybotSD.exe&lt;br /&gt;
|PEVERSION = 1.3 or later&lt;br /&gt;
|GROUP = Registry&lt;br /&gt;
|MINUPDATE = n/a&lt;br /&gt;
|ADVFILEPARAMS = yes (third)&lt;br /&gt;
|ADVREGPARAMS = no&lt;br /&gt;
|ADVBUILDPARAMS = yes (third)&lt;br /&gt;
|ADVSPECIALPARAMS = no&lt;br /&gt;
}}Searches for a registry run entry by the filename.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
 AutoRunByFilename:&amp;lt;filename(string)&amp;gt;,&amp;lt;directory(string)&amp;gt;[,advanced file parameters]&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
 AutoRunByFilename:&amp;quot;spyware.exe&amp;quot;,&amp;quot;&amp;quot;,&amp;quot;filesize=10,md5=7303F017FE369F9CE5AF630DA93BA867&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
This command is only to be used in rare cases where the autorun entry might be the only lead to a totally random directory name. It detects a Run value, much like [[AutoRun]], and also an associated directory, but, contrary to [[AutoRunByValue]], it checks the data which contains the target filenames.&lt;br /&gt;
&lt;br /&gt;
# The first parameter describes the filename to find. [[AlgoPrefix|Algo-Prefixes]] are supported only here. {{AlgoPrefix}} {{PathTemplates}}&lt;br /&gt;
# The second parameter means an additional folder that might get flagged if the run entry points to a file inside a folder of that name. You may also keep this directory parameter empty, but you may not obmit it. Use &#039;&#039;*&#039;&#039; (with care) if you want to flag any folder that is associated with files identified by the first parameter.&lt;br /&gt;
# You may specify [[Advanced file parameters|advanced file parameters]] to limit detection in case of ambigious value names (which nearly all are, so make use of this)!&lt;br /&gt;
&lt;br /&gt;
===Scan Results===&lt;br /&gt;
* Any entries in the supported locations that are identified by &#039;&#039;filename&#039;&#039; and optional parameters.&lt;br /&gt;
* The files associated with the entries, if they were found.&lt;br /&gt;
* The directory specified in the second parameter.&lt;br /&gt;
&lt;br /&gt;
===Locations===&lt;br /&gt;
 HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\&lt;br /&gt;
 HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices\&lt;br /&gt;
 HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce\&lt;br /&gt;
 HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServiceOnce\&lt;br /&gt;
Where HKEY_CURRENT_USER actually scans the registry of every available user account.&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices\&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce\&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServiceOnce\&lt;br /&gt;
Where HKEY_LOCAL_MACHINE actually scans the global registry hive of every detected and loaded Windows installations (see [[/allhives]] and [[/nouserhives]]).&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Advanced file parameters]]&lt;br /&gt;
* [[AlgoPrefix]]&lt;br /&gt;
&lt;br /&gt;
===Similar commands===&lt;br /&gt;
* [[AutoRun]]&lt;br /&gt;
* [[AutoRunByValue]]&lt;br /&gt;
* [[AutoStart]]&lt;br /&gt;
&lt;br /&gt;
[[Category:SBI Commands]]&lt;br /&gt;
[[Category:SBI Commands supporting AlgoPrefix]]&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Path_templates&amp;diff=1082</id>
		<title>Path templates</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Path_templates&amp;diff=1082"/>
		<updated>2008-11-26T20:17:01Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: added &amp;lt;$FIXEDDRIVES&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Path templates allow you to specify file paths that are not static, but adjust to the localization and user names of the installation they&#039;re used on. It also allows you to scan more than one location in a single row.&lt;br /&gt;
&lt;br /&gt;
Path templates use the same formatting, with angle brackets and the dollar sign, as [[Description templates|description templates]].&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The following table describes sample folders; in addition to that, keep in mind that any of these templates will be used for every user of the system, e.g. &amp;lt;$DESKTOP&amp;gt; actually looks for a file on every users desktop, not just one as seen in the list below. Also, where applicable, system folders do contain values for both 32 and 64 bit.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Path Template&lt;br /&gt;
! Example Location&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$ADESKTOP&amp;gt; || C:\Documents and Settings\Dummy\Desktop\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$ALTSTARTUP&amp;gt; || C:\Documents and Settings\Dummy\Start Menu\Programs\Startup\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$APPDATA&amp;gt; || C:\Documents and Settings\Default User\Application Data\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$COMMONALTSTARTUP&amp;gt; || C:\Documents and Settings\All Users\Start Menu\Programs\Startup\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$COMMONAPPDATA&amp;gt; || C:\Documents and Settings\All Users\Application Data\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$COMMONDESKTOP&amp;gt; || C:\Documents and Settings\All Users\Desktop\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$COMMONDOCUMENTS&amp;gt; || C:\Documents and Settings\All Users\Documents\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$COMMONFAVORITES&amp;gt; || C:\Documents and Settings\All Users\Favorites\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$COMMONMUSIC&amp;gt; || C:\Documents and Settings\All Users\Documents\My Music\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$COMMONPROGRAMFILES&amp;gt; || C:\Program Files (x86)\Common Files\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$COMMONPROGRAMS&amp;gt; || C:\Documents and Settings\All Users\Start Menu\Programs\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$COMMONQUICKLAUNCH&amp;gt; || C:\Documents and Settings\All Users\Application Data\Microsoft\Internet Explorer\Quick Launch\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$COMMONSTARTMENU&amp;gt; || C:\Documents and Settings\All Users\Start Menu\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$COMMONSTARTUP&amp;gt; || C:\Documents and Settings\All Users\Start Menu\Programs\Startup\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$COMMONTEMPLATES&amp;gt; || C:\Documents and Settings\All Users\Templates\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$COMMONVIDEO&amp;gt; || C:\Documents and Settings\All Users\Documents\My Videos\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$DESKTOP&amp;gt; || C:\Documents and Settings\Default User\Desktop\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$FAVORITES&amp;gt; || C:\Documents and Settings\Default User\Favorites\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$FIXEDDRIVES&amp;gt; || C: D: E: (after tools.dll 2.1.6)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$FONTS&amp;gt; || C:\WINDOWS\Fonts\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$LOCALAPPDATA&amp;gt; || C:\Documents and Settings\Default User\Local Settings\Application Data\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$LOCALSETTINGS&amp;gt; || C:\Documents and Settings\LocalService\Local Settings\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$MYMUSIC&amp;gt; || D:\My Documents\My Music\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$MYVIDEO&amp;gt; || D:\My Documents\My Videos\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$NETHOOD&amp;gt; || C:\Documents and Settings\Dummy\NetHood\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$PATH&amp;gt; || D:\My Documents\Borland Studio Projects\Bpl\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$PERSONAL&amp;gt; || C:\Documents and Settings\Default User\My Documents\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$PRINTHOOD&amp;gt; || C:\Documents and Settings\Dummy\PrintHood\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$PROFILE&amp;gt; || C:\Documents and Settings\Default User\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$PROFILES&amp;gt; || C:\Documents and Settings\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$PROGRAMFILES&amp;gt; || C:\Program Files (x86)\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$PROGRAMS&amp;gt; || C:\Documents and Settings\Default User\Start Menu\Programs\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$QUICKLAUNCH&amp;gt; || C:\Documents and Settings\Dummy\Application Data\Microsoft\Internet Explorer\Quick Launch\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$RECENT&amp;gt; || C:\Documents and Settings\Dummy\Recent\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$SENDTO&amp;gt; || C:\Documents and Settings\Dummy\SendTo\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$STARTMENU&amp;gt; || C:\Documents and Settings\Default User\Start Menu\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$STARTUP&amp;gt; || C:\Documents and Settings\Default User\Start Menu\Programs\Startup\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$SYSDIR&amp;gt; || C:\WINDOWS\system32\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$SYSDRIVE&amp;gt; || C:\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$TEMPLATES&amp;gt; || C:\Documents and Settings\Default User\Templates\&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;$WINDIR&amp;gt; || C:\WINDOWS\&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [http://msdn.microsoft.com/en-us/library/bb762494(VS.85).aspx MSDN list of CSIDLs], to which path templates are mostly mapped to.&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
	<entry>
		<id>https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1081</id>
		<title>Registry Tweaks</title>
		<link rel="alternate" type="text/html" href="https://wiki.spybot.info/index.php?title=Registry_Tweaks&amp;diff=1081"/>
		<updated>2008-11-17T11:09:42Z</updated>

		<summary type="html">&lt;p&gt;PepiMK: Added ScanItemDelay&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tweaks are small, inofficial setting patches that can be set up through the registry only. This page describes tweaks used in applications by Safer-Networking Ltd. only. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To create such a tweak, create a registry value in the following location:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\Application.exe\&lt;br /&gt;
&lt;br /&gt;
Replace &#039;&#039;Application.exe&#039;&#039; with the name of the executable it should affect, no paths used. Or, if you want the tweak to apply globally to all our products, simply use this path:&lt;br /&gt;
&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks\&lt;br /&gt;
&lt;br /&gt;
==Available Tweaks==&lt;br /&gt;
&lt;br /&gt;
===ConserveMemory===&lt;br /&gt;
Used by TeaTimer only currently to indicate which version of the on-access scanning engine to use.&lt;br /&gt;
&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000000 (less memory, starts faster, but scans slower)&lt;br /&gt;
 ConserveMemory : REG_DWORD = 00000001 (the mode available by default in versions up to 1.6 beta 2)&lt;br /&gt;
&lt;br /&gt;
By default, currently method 0 is set. Plans are to make the default choice depend on the overall system memory.&lt;br /&gt;
&lt;br /&gt;
===CreateHostsBackup===&lt;br /&gt;
Set this to 0 to not create backup copies of the hosts file when using the immunization or fixing scan results in there.&lt;br /&gt;
&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000000 (does not create backups)&lt;br /&gt;
 CreateHostsBackup : REG_DWORD = 00000001 (default if not set)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/project.php?issueid=140 Feature Request 140].&lt;br /&gt;
&lt;br /&gt;
===DisableHintOfTheDay===&lt;br /&gt;
Use this tweak to hide the new-to-1.6 &#039;&#039;Hint of the Day&#039;&#039; in the results list.&lt;br /&gt;
&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableHintOfTheDay : REG_DWORD = 00000001 (hides HotD)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===DisableTempFolderCleaning===&lt;br /&gt;
Use this tweak to completely skip the new function that tries to clear the systems temp folder to speed up scans.&lt;br /&gt;
&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableTempFolderCleaning : REG_DWORD = 00000001 (does not offer temp folder cleaning on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/project.php?issueid=265 Feature Request 265].&lt;br /&gt;
&lt;br /&gt;
===DisableUserHivesLoading===&lt;br /&gt;
Acts the same as [[/nouserhives]] in any version after 1.6.0.&lt;br /&gt;
&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 DisableUserHivesLoading : REG_DWORD = 00000001 (does not mount user hives on app start)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===FloppyVolumeInformation===&lt;br /&gt;
Set this to the value representation of a drive (A: is 0, B: s 1, C: is 2, ...) to set where optimization lookups by using drive properties is used. Since querying this could cause a floppy seek, this is by default 2.&lt;br /&gt;
&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000000 (starts with drive A:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000001 (starts with drive B:)&lt;br /&gt;
 FloppyVolumeInformation : REG_DWORD = 00000002 (starts with drive C:, defaulf if not set)&lt;br /&gt;
 ... continue numbers for letters in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and [[RunAlyzer]].&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/project.php?issueid=76 Feature Request 76].&lt;br /&gt;
&lt;br /&gt;
===HostsBlockIP===&lt;br /&gt;
Hosts file immunization by default uses 127.0.0.1 to block domains. Use a REG_SZ here to define another value (some people prefer 0.0.0.0).&lt;br /&gt;
&lt;br /&gt;
 HostsBlockIP : REG_SZ = 127.0.0.1 (default if not set)&lt;br /&gt;
 HostsBlockIP : REG_SZ = 0.0.0.0   (common other choice)&lt;br /&gt;
 ... or any other IP you prefer.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/project.php?issueid=58 Feature Request 58].&lt;br /&gt;
&lt;br /&gt;
===ImmunizeHostsOn2000===&lt;br /&gt;
Immunizing the hosts file on Windows 2000 can make trouble if the DNS Client service is running. Therefore, Spybot-S&amp;amp;D usually does not offer this immunization under these circumstances (unless it is already immunized, in which case it needs to be shown to be able to be undone). Set this to 1 to override this protectional behaviour.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeHostsOn2000 : REG_DWORD = 00000001 (immunized hosts on W2k even in worst case scenario)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/project.php?issueid=164 Feature Request 164].&lt;br /&gt;
&lt;br /&gt;
===ImmunizeSystemAccounts===&lt;br /&gt;
System accounts never use browsers unless the system is misconfigured; set this to 1 to show them in immunization anyway.&lt;br /&gt;
&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ImmunizeSystemAccounts : REG_DWORD = 00000001 (also immunizes system accounts)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]] and separate immunization demo.&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/project.php?issueid=132 Feature Request 132].&lt;br /&gt;
&lt;br /&gt;
===ScanItemDelay===&lt;br /&gt;
As a help for computers with improper cooling, the scan can be halted between patterns. Available in 1.6.1 after build 38 and in 2.0.&lt;br /&gt;
&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 ScanItemDelay : REG_DWORD = 00000001 (any numer of milliseconds &amp;lt; 100)&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/showthread.php?t=36385 this forum thread].&lt;br /&gt;
&lt;br /&gt;
===SkipAdminWarnings===&lt;br /&gt;
Spybot-S&amp;amp;D tests whether the user has admin privileges (available on XP and Vista, mostly on the later regarding elevation), and otherwise warns on fixing and some of the tools. Set this to 1 to skip this warning.&lt;br /&gt;
&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 SkipAdminWarnings : REG_DWORD = 00000001 (skips warnings)&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
Based on [http://forums.spybot.info/project.php?issueid=263 Feature Request 263].&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanDelay===&lt;br /&gt;
Sets up the waiting time for the new-to-1.6 option to offer to clean the Temp folders before continuing. After this has timed out, the default action will be chosen.&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanDelay : REG_DWORD = 0000000E (15 seconds are default if not set otherwhise)&lt;br /&gt;
 ... use any amount of seconds you want here.&lt;br /&gt;
&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;br /&gt;
&lt;br /&gt;
===TempFolderCleanMinimum===&lt;br /&gt;
Changes the minimum number of files the temp folder needs to contain before cleaning is offered (since some files are always in use, there has to be some limit to not annoy the user every time).&lt;br /&gt;
&lt;br /&gt;
 TempFolderCleanMinimum : REG_DWORD = 00000064 (100 files minimum are the default)&lt;br /&gt;
 ... use any amount of files you want as the lower minimum here.&lt;br /&gt;
&lt;br /&gt;
===WriteProcessLog===&lt;br /&gt;
Boolean setting that may be used to add more information on process scanning to the &#039;&#039;Resident.log&#039;&#039; log file.&lt;br /&gt;
&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000000 (default if not set)&lt;br /&gt;
 WriteProcessLog : REG_DWORD = 00000001 (write additional debug information into log)&lt;br /&gt;
Available in [[Spybot - Search &amp;amp; Destroy]].&lt;/div&gt;</summary>
		<author><name>PepiMK</name></author>
	</entry>
</feed>