Structure: - asset-collection/: Local PC data collection scripts - remote-execution/: WinRM remote execution scripts - setup-utilities/: Configuration and testing utilities - registry-backup/: GE registry backup scripts - winrm-https/: WinRM HTTPS certificate setup - docs/: Complete documentation Each folder includes a README with detailed documentation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
148 B
Batchfile
7 lines
148 B
Batchfile
@echo off
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0Update-PC-Minimal.ps1"
|
|
echo.
|
|
echo Log saved to: %TEMP%\shopdb-update.log
|
|
echo.
|
|
pause
|