Answers for "command to shut down computer"

2

how to shut down a computer with cmd shorthand

shutdown -s -t 30
Note: 30 equals how many seconds you want it to take before shutting down
Posted by: Guest on October-08-2021
0

computer shut down code

os.system("shutdown /p")
Posted by: Guest on March-02-2022

Code answers related to "command to shut down computer"

Browse Popular Code Answers by Language