Results 1 to 4 of 4

Thread: Manual Runonce for S&D

  1. #1
    Junior Member
    Join Date
    Jan 2008
    Posts
    2

    Default Manual Runonce for S&D

    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?

  2. #2
    Spybot Advisor Team [Retired] md usa spybot fan's Avatar
    Join Date
    Oct 2005
    Posts
    5,859

    Default

    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).

    Getting an answer is one thing, learning is another.


    Microsoft Windows XP Home Edition running on a 2.40GHz IntelŪ PentiumŪ 4 Processor with 512 MB of RAM and a 533 MHz System Bus.

  3. #3
    Spybot Advisor Team [Retired] md usa spybot fan's Avatar
    Join Date
    Oct 2005
    Posts
    5,859

    Default

    tisgrandupnorth:

    So, was that what you were looking for and did the files work?

    Getting an answer is one thing, learning is another.


    Microsoft Windows XP Home Edition running on a 2.40GHz IntelŪ PentiumŪ 4 Processor with 512 MB of RAM and a 533 MHz System Bus.

  4. #4
    Junior Member
    Join Date
    Jan 2008
    Posts
    2

    Default

    They look fantastic. Not had chance to try them, but they look the dog's.

    Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •