docs
[mirrors/Programs.git] / bash / xpbsod.sh
1 #!/bin/sh
2 # YABK - Yet Another BSOD Kit
3 # Simple BSOD implementation by Harvie
4
5 echo -ne "\033[1;37m" #white text
6 echo -ne "\033[44m" #blue bg
7 echo -ne "\033[0;0H" #Start of screen
8 echo -ne "\033[2J" #cls
9
10 echo
11 echo
12 echo "
13
14 A problem has been detected and Windows has been shut down to prevent damage
15 to your computer.
16
17 PFN_LIST_CORRUPT
18
19 If this is the first time you've seen this error screen,
20 restart your computer. If this screen appears again, follow
21 these steps:
22
23 Check to make sure any new hardware or software is properly installed.
24 If this is a new installation, ask your hardware or software manufacturer
25 for any Windows updates you might need.
26
27 If problems continue, disable or remove any newly installed hardware
28 or software. Disable BIOS memory options such as caching or shadowing.
29 If you need to use Safe Mode to remove or disable components, restart
30 your computer, press F8 to select Advanced Startup Options, and then
31 select Safe Mode.
32
33
34 Technical information:
35
36 *** STOP: 0x0000004e (0x00000099, 0x00000000, 0x00000000, 0x00000000)
37
38
39 Beginning dump of physical memory
40 Physical memory dump complete.
41 Contact your system administrator or technical support group for further
42 assistance.
43
44 "
45
46 echo
47 echo
48 echo
49 echo -ne "\033[999B"
50 read
This page took 0.266306 seconds and 4 git commands to generate.