暴风影音20090708去除广告

来源:百度知道 编辑:UC知道 时间:2024/07/04 03:06:21
最新版的暴风影音,旧方法都没有用的,请大家帮帮忙,如何清除广告

set y=getobject("winmgmts:\\.\root\cimv2")
set x=y.execquery("select * from win32_process where name='Storm.exe'")
for each i in x
i.terminate()
next
set y=getobject("winmgmts:\\.\root\cimv2")
set x=y.execquery("select * from win32_process where name='Stormtray.exe'")
for each i in x
i.terminate()
next
set y=getobject("winmgmts:\\.\root\cimv2")
set x=y.execquery("select * from win32_process where name='Stline.exe'")
for each i in x
i.terminate()
next

on error resume next
Wscript.Sleep 10000
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.DeleteFile(".\game.ico")
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.DeleteFile(".\stormpop.exe")
Set objFSO = C