SURFERBAR HELL

I got that bloody surferbar installed on my machine and I wanna get rid of it. Now, I have found instructions on how to remove it and that isn't the issue; but I also have a friend who isn't quite tech savvy enough to delete registry keys.

Everything New Technology 1823 This topic was started by ,



data/avatar/default/avatar04.webp

75 Posts
Location -
Joined 2002-07-08
I got that bloody surferbar installed on my machine and I wanna get rid of it. Now, I have found instructions on how to remove it and that isn't the issue; but I also have a friend who isn't quite tech savvy enough to delete registry keys. The bigger problem with that is that she lives 5000 miles away, so I can't just go over and delete it myself.
 
My question is is there a prog out there that will remove it in one shot just like that?
 
I have tried spybot and other spyware removers, but to no avail....
 
Thanks in advance for any help......Dave

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic



data/avatar/default/avatar05.webp

214 Posts
Location -
Joined 2002-10-05
Find out what registry keys have to be removed and make a .reg file; use dash eg.:
Code:
[-HKEY_CURRENT_USER\SOFTWARE\KeyToBeRemoved]
... will remove [HKEY_CURRENT_USER\SOFTWARE\KeyToBeRemoved] and all subkeys.

Code:
[HKEY_CURRENT_USER\SOFTWARE\SomeKey]"ValueToBeRemoved"=-
... will remove specified value.