Results 1 to 3 of 3

Thread: Startup Settings

  1. #1
    Junior Member
    Join Date
    Sep 2007
    Posts
    2

    Default Startup Settings

    Is there a way that I can autostart the two Resident programs at Startup, and autorun an Update, without showing the main Spybot window?

    I'm trying to set this up on my kids' computers, and don't really want them seeing this screen, and possibly fooling around with it.

    In Settings > Automation, I have the following checked:

    Program Start
    - nothing checked
    System Start
    - Autorun at system startup - checked
    Web Update
    - Search for new versions at each program start - checked
    - Download updated include files - checked

    MTIA

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

    Default

    By changing the setting for "System start" from "No automation" to "Automatically run program at system startup" the following startup registry entry (without parameters) is added:

    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
    "SpybotSnD"="\"C:\\Program Files\\Spybot - Search & Destroy\\SpybotSD.exe\""
    When you check "Search the web for new versions at each program start" and "Download updated include files if available online" under "Web update", indicators are set the Spybot's Configuration.ini file.

    The combination of the startup entry with no parameters and the indicators in the Configuration.ini file starts Spybot and does the update.

    If instead of making those changes to the settings, you added the following startup entry (with parameters) to the registry, Spybot would start at logon, run silently, do an update and then close.

    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
    "SpybotSnD"="\"C:\\Program Files\\Spybot - Search & Destroy\\SpybotSD.exe\" /taskbarhide /autoupdate /autoclose"
    For additional information on parameters that can be used, see the following:

    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
    Junior Member
    Join Date
    Sep 2007
    Posts
    2

    Default

    Great, thanks very much!

    Cheers, Max

Posting Permissions

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