ogclient/src/windows
Jose M. Guisado 355e6caad3 #1065 windows: use shutdown for poweroff and reboot operations
Running ogClient as a service (non interactive user) breaks
poweroff and reboot using ExitWindowsEx function in user32.dll.

Spawn a subshell using os.system and use the 'shutdown' command
instead.

This is a terminating command, we don't need fine grain from
subprocess module.
2021-12-10 12:56:50 +01:00
..
__init__.py #1065 Add windows mode 2021-11-18 13:50:16 +01:00
ogOperations.py #1065 windows: use shutdown for poweroff and reboot operations 2021-12-10 12:56:50 +01:00