ANTICHAT

ANTICHAT (https://forum.antichat.xyz/index.php)
-   Общие вопросы программирования (https://forum.antichat.xyz/forumdisplay.php?f=206)
-   -   Существует ли проверка (https://forum.antichat.xyz/showthread.php?t=1422151)

qdIbp 13.02.2022 19:04

проверка выключается ли пк

qdIbp 15.02.2022 02:37

up

Hatiko 15.02.2022 02:59

Погуглив информацию нашел об этом:

detecting if a Windows shutdown command has been issued

Is it possible to detect if the shutdown command has been issued (through the start menu by the user, or any other program running on the computer or having remote access to the computer), then can...

superuser.com


То есть ты каким-либо внешним приложением, тем же питон скриптом, ловишь событие WM_QUERYENDSESSION, и понимаешь, что был вызван процесс завершения ПК.


Время: 13:29