sync: auto-sync from HOWARD-HOME at 2026-07-07 13:55:03

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-07-07 13:55:03
This commit is contained in:
2026-07-07 13:55:32 -07:00
parent 5dfaaaa33b
commit 8b016edb9d
16 changed files with 75 additions and 56 deletions

View File

@@ -0,0 +1,6 @@
' edr-isolation-watch-hidden.vbs — launch the EDR isolation watcher with no visible window.
' Run via the "ClaudeTools - EDR Isolation Watcher" scheduled task through wscript.exe (a GUI
' host, no console), which starts bash with window style 0 (hidden) so the every-10-min watch
' no longer flashes a console window on the desktop. Runtime env is identical to a direct bash
' launch. Mirrors gps-rmm-progress-hidden.vbs.
CreateObject("WScript.Shell").Run """C:\Program Files\Git\bin\bash.exe"" -lc ""/c/claudetools/.claude/scripts/edr-isolation-watch.sh""", 0, False