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