Initial commit
This commit is contained in:
5
OS/init.cmd
Normal file
5
OS/init.cmd
Normal file
@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
xcopy "%~dp0\Boot" "C:\boot\" /s /e /h /q /y
|
||||
xcopy "%~dp0\boot.wim" "C:\sources\" /h /q /y
|
||||
cd "%~dp0"
|
||||
powershell -executionpolicy bypass -file "setuppe.ps1"
|
||||
Reference in New Issue
Block a user