Guest Shecky Posted June 9, 2008 Posted June 9, 2008 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.
CEoCEo Posted June 9, 2008 Posted June 9, 2008 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 WizardREG ADD "HKCU\Software\Safer Networking Limited\SpybotSnD" /v WizardRun /t REG_DWORD /d 1 /Frem Disable TeaTimerREG DELETE "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "SpybotSD TeaTimer" /Frem Disable SDHelperregsvr32.exe /u /s "%ProgramFiles%\Spybot - Search & Destroy\SDHelper.dll"
radix Posted June 9, 2008 Posted June 9, 2008 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. 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.
Guest Shecky Posted June 11, 2008 Posted June 11, 2008 This is what I use. Thanks CEoCEo, it works perfectly. No more of that freakin' teatimer loading up everytime now!
Sonic Posted June 16, 2008 Posted June 16, 2008 you can run directly install Spybotsd_1.5.2.exe /verysilent /components="" /tasks="" /norestart
amitri Posted June 16, 2008 Posted June 16, 2008 you can run directly install Spybotsd_1.5.2.exe /verysilent /components="" /tasks="" /norestartInteresting Sonic, so just to be sure: no Wizard, no TeaTimer and no SDhelper with this switch?
ajua Posted June 16, 2008 Posted June 16, 2008 you can run directly install Spybotsd_1.5.2.exe /verysilent /components="" /tasks="" /norestartInteresting Sonic, so just to be sure: no Wizard, no TeaTimer and no SDhelper with this switch?Can anyone confirm? thanks.
radix Posted June 17, 2008 Posted June 17, 2008 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 offstart /wait spybotsd152.exe /sp- /tasks="desktopicon,quicklaunchicon" /components="language,skins" /verysilent /norestartcopy Configuration.ini "%ALLUSERSPROFILE%\Application Data\Spybot - Search & Destroy\Configuration.ini" /yREG ADD "HKCU\Software\Safer Networking Limited\SpybotSnD" /v "WizardRun" /t REG_DWORD /d 1 /fexitNote: Use Configuration.ini file created previously.
amitri Posted June 20, 2008 Posted June 20, 2008 (edited) you can run directly install Spybotsd_1.5.2.exe /verysilent /components="" /tasks="" /norestartInteresting 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 June 21, 2008 by amitri
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now