From b7775616d3a08376b2767f0c1dd2667b7b5daf4e Mon Sep 17 00:00:00 2001 From: Pawel Huryn Date: Wed, 4 Mar 2026 20:41:26 +0100 Subject: [PATCH] Update README with Windows issue resolution details Add note about issue resolution on Windows. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bd87362..f5dc673 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,9 @@ Register-ScheduledTask -TaskName "CoworkVMServiceMonitor" ` -User "SYSTEM" ``` +It solves 90% of the issues on Windows. +The remaining 10%: open services.msc > start "Claude" service manually + ## License MIT — see [LICENSE](LICENSE).