mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
7 lines
209 B
Batchfile
7 lines
209 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"
|
|
|
|
popd
|