dave.green1 0 Posted September 4, 2003 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 Share this post Link to post
nebulus 0 Posted September 4, 2003 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. Share this post Link to post