REM Whazit-File-Removal.bat REM Remove Whazit adware/spyware files REM File list obtained from REM http://www.kephyr.com/spywarescanner/library/whazit/ REM Oon ctober 3, 2005 REM The Kephyr webpage references %WINDIR%\bho.dll, but Kephyr's REM Bazooka Adware and Spyware Scanner will also report that it REM has detected Whazit if it finds %WINDIR%\system32\bho.dll REM Last Modified: October 3, 2005 REM Check for the existence of the files and delete them if they exist If exist %WinDir%\whattn.dll del %WinDir%\whattn.dll If exist %WinDir%whattt.dll del %WinDir%whattt.dll If exist %WinDir%\newones.dll del %WinDir%\newones.dll If exist %WinDir%\whattt.dll del %WinDir%\whattt.dll If exist %WinDir%\HYKFRETI.dll del %WinDir%\HYKFRETI.dll If exist %WinDir%\bho.dll del %WinDir%\bho.dll If exist %WinDir%\system32\bho.dll del %WinDir%\system32\bho.dll If exist %WinDir%\outones.dll del %WinDir%\outones.dll