-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBlueScreen.hta
22 lines (22 loc) · 1.19 KB
/
BlueScreen.hta
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<HTML>
<HEAD>
<TITLE>BlueScreen</TITLE>
<HTA:APPLICATION APPLICATIONNAME="BlueScreen"
SCROLL="no"
windowstate="maximize"
border="none"
SINGLEINSTANCE="yes"
CAPTION="no"
contextMenu="no"
ShowInTaskBar="no"
selection="no"
>
</HEAD>
<BODY bgcolor=#0000FF><DIV align ="left">
<font style="font-size:180%;font-family:Consolas;color=white">A problem has been detected and Windows has been shut down to prevent damage to your computer.<br><br>BAD_POOL_CALLER<br><br>
If this is the first time you've seen this stop error screen,restart your computer.If this screen appears again,follow these steps:<br><br>
Check to be sure you have adequate disk space.If a driver is identified in the stop message,disable the driver or check with the manufacturer for driver updates.Try changing video adapterscheck with your hardware vendor for any BIOS updates.Disable BIOS memory options such as caching or shadowing if you need to use safe Mode to remove or disable components,restart your computer.Press F8 to select advanced startup options,and then select safe mode.<br><br>
Techical information:<br>*** stop:0¡Á0000008E £¨0¡Á0000005£¬0¡Á805F91E2£¬0¡ÁB3EE79A8£¬0¡Á00000000£©<br></font>
</DIV>
</BODY>
</HTML>