Guest Shecky Posted June 9, 2008 Share 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. Link to comment Share on other sites More sharing options...
CEoCEo Posted June 9, 2008 Share 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" Link to comment Share on other sites More sharing options...
radix Posted June 9, 2008 Share 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. Link to comment Share on other sites More sharing options...
Guest Shecky Posted June 11, 2008 Share Posted June 11, 2008 This is what I use. Thanks CEoCEo, it works perfectly. No more of that freakin' teatimer loading up everytime now! Link to comment Share on other sites More sharing options...
Sonic Posted June 16, 2008 Share Posted June 16, 2008 you can run directly install Spybotsd_1.5.2.exe /verysilent /components="" /tasks="" /norestart Link to comment Share on other sites More sharing options...
amitri Posted June 16, 2008 Share 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? Link to comment Share on other sites More sharing options...
ajua Posted June 16, 2008 Share 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. Link to comment Share on other sites More sharing options...
radix Posted June 17, 2008 Share 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. Link to comment Share on other sites More sharing options...
amitri Posted June 20, 2008 Share 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now