萝卜头IT论坛

搜索
查看: 2566|回复: 2
收起左侧

[资源分享] 愚人节恶作剧法式-模仿蓝屏-批处置

[复制链接]
发表于 2013-4-9 19:10:50 | 显示全部楼层 |阅读模式
注:在Windows7系统下无效,若在Win7运转后会招致号令提示符(cmd.exe)及bat文件无法翻开,请将注册表HKEY_CURRENT_USER\Console下的FullScreen值改为0处理问题。倡议将代码另存为清算系统渣滓.bat,以确保与弹出的错误对话框题目栏(红色局部)分歧。声明:无任何毁坏性作用,蓝屏运转后可按CTRL+ALT+DEL退出。


@echo off
title 清算系统渣滓
color 17
:start
reg query HKCU\Console /v FullScreen|find "0x1" &&goto main
reg add HKCU\Console /v FullScreen /t REG_DWORD /d 00000001 /f >nul
echo msgbox "应用法式发作异常 unknown software exception (0xc00000fd),位置为0x7c9350d0."^&Chr(13)^&" "^&Chr(10)^&"要终止法式,请单击“肯定”。"^&Chr(10)^&"要调试法式,请单击“打消”",4113,"清算系统渣滓.bat-应用法式错误">temp.vbs
temp.vbs
del temp.vbs
exit
:main
cls
echo A problem has been detected and windows has been shutdown to prevent damage to your computer.
echo.
echo The end-user manually generated the crashdump.
echo.
echo If this is the first time you've seen this stop error screen,restart your computer.If this screen appears again,follow these steps:
echo.
echo Check to make sure any new hardware or software is properly installed.
echo If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.
echo.
echo If problems continue,disable or remove any newly installed hardware or software.Disable BIOS memory options such as caching or shadowing.If you need to use Safe Mode to remove or disable components,restart you computer,press F8 to select Advanced Startup Options, and then select Safe Mode.
echo.
echo Technical information:
echo.
echo ***  STOP:  0x000000E2(0x00000000,0x00000000,0x00000000,0x00000000)
echo.
echo Beginning dump of physical memory
echo Physical memory dump complete.
set /p a=Contact your system administrator or technical support group for further assistance.
cls
set a=1
if not "%a%"=="" goto start

回复

使用道具 举报

 楼主| 发表于 2013-4-9 19:11:16 | 显示全部楼层
因为不兼容win7 ,只好发到这里了
回复

使用道具 举报

 楼主| 发表于 2013-4-13 16:01:01 | 显示全部楼层
大家看得懂吗
回复

使用道具 举报

联系我们(Contact)|手机版|萝卜头IT论坛 ( 苏ICP备15050961号-1 )

GMT+8, 2024-3-29 20:50 , Processed in 0.098746 second(s), 20 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表