mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
add deps and ready check
This commit is contained in:
parent
e51980dc0c
commit
941ebd6adf
6 changed files with 712 additions and 0 deletions
9
scripts/install.bat
Normal file
9
scripts/install.bat
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue