Manual Runonce for S&D

tisgrandupnorth

New member
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?
 
tisgrandupnorth:

Either of the following should work:

As a .reg file (RegEdit)

Code:
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)

Code:
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).
 
Back
Top