Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1065 windows: add poweroff and reboot | Jose M. Guisado | 2021-11-19 | 1 | -0/+9 |
| | | | | | | Uses ExitWindowsEx from user32.dll. Library is loaded using ctypes. See https://stackoverflow.com/a/50824776 | ||||
* | #1065 Add windows mode | Jose M. Guisado | 2021-11-18 | 1 | -0/+113 |
Add agent mode for windows platform. Subprocess module for shell/run is cross-platform an no change was needed. The subprocess will run with the same privilege as its parent, ogclient. TODO: Provide a windows installer. As of now, an administrator needs to install python and required libraries for this mode to be usable. |