0

how can I shutdown my system from the console with a command? I am new to programming console :/

screenshot

I already tried:

windows.exit
windows.norun
windows shauwtdownnow

1 Answers1

3

Use shutdown -s to shut the pc down. You can also use shutdown -r to reboot or shutdown -h to hibernate.

Lin0
  • 93