mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
9 lines
230 B
Batchfile
9 lines
230 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
|
|
|
|
shutdown /f /r /t 0
|