View Full Version : Manual Runonce for S&D
tisgrandupnorth
2008-01-15, 17:11
Hi,
I'd like to create a .reg file - or similar - for Windows XP (then Vista, 2000, ME, 98 and 95) to manually set Spybot to runonce and /autocheck and /autofix - as it does when there's a memory persistent threat.
Where would I start?
md usa spybot fan
2008-01-15, 18:56
tisgrandupnorth:
Either of the following should work:
As a .reg file (RegEdit)
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
"SpybotSnD"="\"C:\\Program Files\\Spybot - Search & Destroy\\SpybotSD.exe\" /autocheck /autofix"
As a .bat file (Batch)
ECHO Add SpybotSD runonce
REG ADD "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce" /v "SpybotSnD" /t REG_SZ /d ""\"C:\\Program Files\\Spybot - Search && Destroy\\SpybotSD.exe\" /autocheck /autofix""
exit
Files attached (in tisgrandupnorth.zip folder).
md usa spybot fan
2008-01-17, 22:31
tisgrandupnorth:
So, was that what you were looking for and did the files work?
tisgrandupnorth
2008-01-23, 16:58
They look fantastic. Not had chance to try them, but they look the dog's.
Thanks.