From cefdc6039e6025720138a2efed8f777c1708292d Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Sun, 26 Mar 2023 21:06:01 +0200 Subject: [PATCH] Describe in `README.md` how to restart `act_runner` on reboot on Windows --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19b5ac1..5da5aaa 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -Should configure Windows VM to run `act_runner` on reboot. +To configure Windows VM to run `act_runner` on reboot, just have to add a shortcut to the `.exe` in: + +``` +C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp +``` + +With the `Target`: + +``` +cmd /C "C:\path\to\act_runner-main-windows-amd64.exe" daemon +``` + +Can also set `Run` to `Minimised`.