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