Files
fogsnippets/02_WindowsUpdates/PSWrapper.bat
Stefan Tollkühn ec74d4a2c1 Initial commit
2025-09-18 14:02:17 +02:00

4 lines
111 B
Batchfile

@echo off
set SRCPATH=%~dp0
cd "%SRCPATH:~0,-1%"
powershell.exe -ExecutionPolicy ByPass .\WindowsUpdates.ps1