Reboot or Shutdown pc's via lucascript - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Reboot or Shutdown pc's via lucascript (/showthread.php?tid=3542) |
Reboot or Shutdown pc's via lucascript - savaskorkmaz - 06.09.2021 Hi, We have a project which needs restart or shutdown kiosk pc'S ( Windows 10 based ) via Luascript commands using Logic Machine. Is there any experience like this ? Regards, RE: Reboot or Shutdown pc's via lucascript - admin - 06.09.2021 Haven't tested it but you can install this Windows application and then use simple HTTP requests to shutdown externally: https://github.com/karpach/remote-shutdown-pc Another option via MQTT: https://iotlink.gitlab.io/ |