how to shutdown pc in py.exe code example Example: how to shutdown a windows 10 computer using python import os os.system("shutdown /s /t 1")