Initial commit

This commit is contained in:
2024-08-06 17:56:19 +01:00
commit 74648459f4
8 changed files with 108 additions and 0 deletions

5
OS/init.cmd Normal file
View 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"