简体   繁体   中英

How to start Windows with a Python script?

is there any solution to start a Windows PC with a Python program at a certain time? I can't find any answer but I heard of a program with this function, but the thing is that i want to program mine myself.

No. Python runs within your operating system, so it can't run when your computer is turned off (barring a really odd BMC or something). The normal way of doing this is by configuring it in your BIOS/UEFI settings.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM