docker-windows/scripts/install.bat

9 lines
268 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"
powershell -ExecutionPolicy Bypass -File "enable_sshd.ps1"
2025-02-25 13:04:48 +02:00
popd