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