Friday, 10 August 2012

Shutdown your computer with command | Rohit Kaswan

1. Open CMD
2. Write(shutdown) =>  shutdown -s -t 01 -f
3. Write(restart) => shutdown -r -t 01 -f
-t = time, -s = shutdown, -r = restart, -f = force

No comments:

Post a Comment