Shutdown system using Python command

import os

os.system("shutdown /s /t 1") 

Post a Comment

0 Comments