This program refused to uninstall for me. It all looked like it worked but on next boot all files were still there and was getting the re-installer prompt on every logon. Tried reinstalling from the prompt and uninstalling again but was useless.
If you don't know your way around a command prompt and/or regedit, get help from someone who does.
I first exited the program by right-clicking the icon in the notification area.
Using an elevated command prompt, so explorer doesn't force you to change permissions on system folders, I removed the following folders (with rmdir /s
) and one file (with del
):
C:\Program Files\Common Files\AV\
(it only had one subfolder named Spybot - Search & Destroy
)
C:\ProgramData\Spybot - Search & Destroy
C:\Program Files (x86)\Spybot - Search & Destroy 2
C:\Windows\System32\Tasks\Safer-Networking\
(again only subfolders was Spybot - Search and Destroy
)
C:\Users\Admin\AppData\Roaming\Microsoft\HTML Help\Spybot2.chw
(checked that the files actually got deleted as some attempts failed)
Then I removed the following registry keys:
HKEY_CURRENT_USER\SOFTWARE\Safer Networking Limited
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Safer-Networking
HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Safer Networking Limited
HKEY_USERS\.DEFAULT\Software\Safer Networking Limited
HKEY_CLASSES_ROOT\.sds
(only if your system has it as a Spybot2.SDSFile
)
HKEY_CLASSES_ROOT\.sdsb
(ditto for Spybot2.SDSBFile
)
HKEY_CLASSES_ROOT\Spybot2.SDSBFile
HKEY_CLASSES_ROOT\Spybot2.SDSFile
and the following registry values (not keys!):
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run
-> SpybotPostWindows10UpgradeReInstall
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
-> SpybotPostWindows10UpgradeReInstall
- values in
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\UFH\SHC\
where the data contained Spybot references.
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Store
-> C:\Program Files (x86)\Spybot - Search & Destroy 2\SDScan.exe
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Store
-> C:\Program Files (x86)\Spybot - Search & Destroy 2\unins000.exe
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Store
-> C:\Program Files\Common Files\AV\Spybot - Search and Destroy\Test.exe
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Store
-> C:\Program Files\Common Files\AV\Spybot - Search and Destroy\Upgrade.exe
Any registry keys/values that reference CURRENT_USER
my need to be searched for in HKEY_USERS
key if you have other users on your machine. I left all logs the program created.
I would contact spybot support It appears it is Windows 10 doing this and not spybot. – Moab – 2015-08-20T15:27:43.133
I sent a support request to spybot about this issue, hopefully they can figure out what Microsoft did. – Moab – 2015-08-20T15:55:24.627
1" I've liked SpyBot in the past, but this is very poor behavior from this program/vendor." - Indeed! – Stefan – 2016-05-04T10:12:52.373