5 lines
215 B
Batchfile
5 lines
215 B
Batchfile
curl -L -o C:\Windows\Panther\unattend.xml https://git.xnmr.ph/mx/bypassnro/raw/branch/main/unattend.xml
|
|
%WINDIR%\System32\Sysprep\Sysprep.exe /oobe /unattend:C:\Windows\Panther\unattend.xml
|
|
timeout /t 300
|
|
/reboot
|