python shutdown pc doesn't work code example Example: how to shutdown a computer with python import os os.system("shutdown /s /t 1")