Why the computer shut down unexpectantly
Rating: 5.1 of 10 (110 votes cast)
From: Neo-Vortex
Requires: ResHacker (Resource Hacker) Found at
http://neo-vortex.xepher.net/reshack.zip
Easter Egg: Interesting Dialog Code found in Windows Xp Professional's MSGina.dll
Found using ResHacker(Resource Hacker) Avilable at:
http://neo-vortex.xepher.net/reshack.zip
Open MSGina.dll, Select DIALOG, go to 2210, then select 1033
you will see (in the text part) what you see below)
2210 DIALOG 0, 0, 274, 200
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Shutdown Event Tracker"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
CONTROL 22, -1, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE | WS_GROUP, 13, 7, 21, 20
CONTROL "&Why did the computer shut down unexpectedly?", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 44, 7, 173, 10
CONTROL "", 2211, COMBOBOX, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 44, 20, 173, 57
CONTROL "The computer got very poorly and decided to end it's own suffering.", 2212, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 44, 40, 173, 33
CONTROL "&Problem Id", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 44, 80, 173, 10
CONTROL "", 2214, EDIT, ES_LEFT | ES_AUTOHSCROLL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 44, 90, 173, 12
CONTROL "&Comment", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 44, 106, 173, 10
CONTROL "", 2213, EDIT, ES_LEFT | ES_MULTILINE | ES_AUTOVSCROLL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 44, 116, 173, 53
CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 217, 176, 50, 14
}
and the dialog equivilan witch has the following in reasons for why your computer shut down unexpectantly:
The computer got very poorly and decided to end it's own suffering.