sync: auto-sync from HOWARD-HOME at 2026-07-07 11:45:40

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-07-07 11:45:40
This commit is contained in:
2026-07-07 11:46:10 -07:00
parent 1e1bae772d
commit a507678254
6 changed files with 76 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
' gps-rmm-progress-hidden.vbs — launch the GPS->RMM progress check with no visible window.
' Run via the GPS-RMM-Progress scheduled task through wscript.exe (GUI host, no console),
' which starts bash with window style 0 (hidden) so the daily check no longer flashes a
' console window on the desktop. Runtime env is identical to a direct bash launch.
CreateObject("WScript.Shell").Run """C:\Program Files\Git\bin\bash.exe"" -lc ""cd /c/claudetools && bash .claude/scripts/gps-rmm-progress-check.sh""", 0, False