Tuesday, 11 February 2014

Using CMD Shutdown, Restart or Log off your PC after a give time

CMD : Shutdown Command
CMD offers shutdown command that will shutdown , restart or log off your computer after certain seconds
“shutdown -s -t 50”  command for shutdown your pc after 50 seconds
“shutdown -l -t 50”   command for log off your pc after 50 seconds
“shutdown -r -t 50”   command for restart your pc after 50 seconds
“shutdown –a”          command for abort all shutdown operations

      Please ignore quotation mark. 


No comments: