Jump to content

Spybot Search & Destroy


Guest Shecky

Recommended Posts

Guest Shecky

:hello: Hi guys,

Does anyone have a registry tweak to remove Spybots TeaTimer once the application has already been silently installed?

2ymukpw.png

This is an unattended version of Windows XP with Spybot S&D installed as a silent addon. Thing is, it also installs teatimer by default as you can see. Is there any way to disable it through a reg tweak?

Thanks in advance guys. :thumbup

Link to comment
Share on other sites


This is an unattended version of Windows XP with Spybot S&D installed as a silent addon. Thing is, it also installs teatimer by default as you can see. Is there any way to disable it through a reg tweak?

This is what I use. ;)

rem Disable Wizard
REG ADD "HKCU\Software\Safer Networking Limited\SpybotSnD" /v WizardRun /t REG_DWORD /d 1 /F

rem Disable TeaTimer
REG DELETE "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "SpybotSD TeaTimer" /F

rem Disable SDHelper
regsvr32.exe /u /s "%ProgramFiles%\Spybot - Search & Destroy\SDHelper.dll"

Link to comment
Share on other sites

:hello: Hi guys,

Does anyone have a registry tweak to remove Spybots TeaTimer once the application has already been silently installed?

This is an unattended version of Windows XP with Spybot S&D installed as a silent addon. Thing is, it also installs teatimer by default as you can see. Is there any way to disable it through a reg tweak?

Thanks in advance guys. :thumbup

Some months ago I used a script to install Spybot without TeaTimer and SDhelper. Then I made a new installer using InnoSetup from which I removed all language files others than english, TeaTimer and SDHelper files and their registry.

Link to comment
Share on other sites

Guest Shecky
This is what I use. ;)

Thanks CEoCEo, it works perfectly. No more of that freakin' teatimer loading up everytime now! :lol:

Link to comment
Share on other sites

you can run directly install
Spybotsd_1.5.2.exe /verysilent /components="" /tasks="" /norestart

Interesting Sonic, so just to be sure: no Wizard, no TeaTimer and no SDhelper with this switch?
Link to comment
Share on other sites

you can run directly install
Spybotsd_1.5.2.exe /verysilent /components="" /tasks="" /norestart

Interesting Sonic, so just to be sure: no Wizard, no TeaTimer and no SDhelper with this switch?

Can anyone confirm? thanks.

Link to comment
Share on other sites

so just to be sure: no Wizard, no TeaTimer and no SDhelper with this switch?

I use the next code to install custom and disable the Wizard:

@echo off
start /wait spybotsd152.exe /sp- /tasks="desktopicon,quicklaunchicon" /components="language,skins" /verysilent /norestart
copy Configuration.ini "%ALLUSERSPROFILE%\Application Data\Spybot - Search & Destroy\Configuration.ini" /y
REG ADD "HKCU\Software\Safer Networking Limited\SpybotSnD" /v "WizardRun" /t REG_DWORD /d 1 /f
exit

Note: Use Configuration.ini file created previously.

Link to comment
Share on other sites

you can run directly install
Spybotsd_1.5.2.exe /verysilent /components="" /tasks="" /norestart

Interesting Sonic, so just to be sure: no Wizard, no TeaTimer and no SDhelper with this switch?

Can anyone confirm? thanks.

It seems to work, just tried manually on Vista x64. However it gives you an error putting all that double quotes in 7Zip's config.txt (like in example).

P.S.: Nevermind, found, use backslashes!

RunProgram="Spybotsd152.exe /verysilent /components=\"\" /tasks=\"\" /norestart"
Edited by amitri
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...