Hide Windows scheduler bot execution

This commit is contained in:
whdwo
2026-07-02 16:06:14 +09:00
parent c43163629d
commit 80457fe6c4
5 changed files with 40 additions and 4 deletions
+12
View File
@@ -1,5 +1,17 @@
# Implementation Log
## 2026-07-02
- Hardened Windows background operation so users do not need to keep a visible
console window open:
- `scripts/start_bot.py` now starts `app/main.py` with `pythonw.exe` when it is
available.
- `scripts/_watchdog.py` uses the same `pythonw.exe` restart path.
- `scripts/setup_scheduler.ps1` registers scheduled PowerShell tasks with
`-WindowStyle Hidden` and marks task settings as hidden.
- Updated `README.md` with the background-operation rule and the preferred
manual start command.
## 2026-06-10
- Enabled wake-from-sleep behavior for Scheduler tasks: