Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.43 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.43 KB

ClassicShutdown

ClassicShutdown brings the shutdown dialog from Windows 2000 and Windows XP to modern versions of Windows.

Usage

These are the command line arguments for ClassicShutdown. You pass these in the Command Prompt or use something like my Custom Shutdown Dialog Windhawk mod.

I am surprised at how many of you don't understand the basic concept of command line arguments.

ClassicShutdown.exe [/logoff] [/lang lang] [/style classic | xpclassic | xp]

/logoff

Displays the logoff confirmation dialog.

/lang

Specifies the language to use (e.g. en-US, ja-JP).

/style

Specifies which style of shutdown screen to use.

classic

Windows 2000 style This is the default if a style is not specified.

Windows 2000 style shutdown dialog

Windows 2000 style logoff dialog

xpclassic

Windows XP with Welcome screen disabled style.

Windows XP classic style shutdown dialog

Windows XP classic style logoff dialog

xp

Windows XP style.

Windows XP style shutdown dialog

Windows XP style logoff dialog