Wednesday 18 July 2012

Command Prompt:Shutdown Command Trick


shutdown -s -t 50 – command will shutdown your pc after 50 seconds 
shutdown -l -t 50 – command will log off your pc after 50 seconds 
shutdown -r -t 50 – command will restart your pc after 50 seconds 
shutdown -a – command will abort all shutdown operations

No comments:

Post a Comment