docker-windows/scripts/install.bat

8 lines
209 B
Batchfile
Raw Normal View History

2025-02-25 13:04:48 +02:00
pushd "C:/OEM"
powershell -ExecutionPolicy Bypass -File "dependencies_windows.ps1"
powershell -ExecutionPolicy Bypass -File "optimize.ps1"
powershell -ExecutionPolicy Bypass -File "disable_updates.ps1"
popd