how can I shutdown my system from the console with a command? I am new to programming console :/
I already tried:
windows.exit
windows.norun
windows shauwtdownnow
how can I shutdown my system from the console with a command? I am new to programming console :/
I already tried:
windows.exit
windows.norun
windows shauwtdownnow
Use shutdown -s to shut the pc down. You can also use shutdown -r to reboot or shutdown -h to hibernate.