ok i kno how to manually remove it from these instructions i found but i cant find the values they want me too. can sumone help me go through this step by step?;)
First you must prevent 'winserv' from starting up every time you start the computer. Run regedit and open the key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
There should be two values here called 'Win Server' and 'Win Server Updt'. Delete them both. Next, deregister the IEPlugin DLLs by executing the following commands.For Windows 95/98/Me, use:
"%WinDir%\SYSTEM\regsvr32.exe" /u "%WinDir%\winobject.dll"
"%WinDir%\SYSTEM\regsvr32.exe" /u "%WinDir%\systb.dll"
Or, for Windows NT/2000/XP:
regsvr32 /u "%WinDir%\winobject.dll"
regsvr32 /u "%WinDir%\systb.dll"
Now reset the computer, and you should be able to go into your Windows folder and delete:
winobject.dll
winserv.exe
wupdt.exe
systb.dll
kw.dat
toServer.pst
lu.dat
extract.exe
button0.ico
button1.ico
button2.ico
logo.ico
ok thank you~!!