June 9, 200818 yr 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.
June 9, 200818 yr 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"
June 9, 200818 yr 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.
June 11, 200818 yr This is what I use. Thanks CEoCEo, it works perfectly. No more of that freakin' teatimer loading up everytime now!
June 16, 200818 yr you can run directly install Spybotsd_1.5.2.exe /verysilent /components="" /tasks="" /norestart
June 16, 200818 yr 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?
June 16, 200818 yr 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.
June 17, 200818 yr 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.
June 20, 200818 yr 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, 200818 yr by amitri
Create an account or sign in to comment