docker-windows/scripts/install.bat
2025-04-04 13:53:19 +00:00

8 lines
268 B
Batchfile

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"
popd