Recent Posts
Archives

PostHeaderIcon How to reboot or shutdown Windows?

Use following commands:

  • to shutdow: shutdown -s -t 0 -f
  • to reboot: shutdown -r -t 0 -f

Leave a Reply