commit b013b7c2277f8d838587ebddddbb87b1bb9243f8 Author: Chris Titus Date: Tue Oct 7 14:13:11 2025 -0500 first publish diff --git a/bypass.cmd b/bypass.cmd new file mode 100644 index 0000000..59cc238 --- /dev/null +++ b/bypass.cmd @@ -0,0 +1,2 @@ +curl -L -o C:\Windows\Panther\unattend.xml https://raw.githubusercontent.com/christitustech/bypassnro/main/unattend.xml +%WINDIR%\System32\Sysprep\Sysprep.exe /oobe /unattend:C:\Windows\Panther\unattend.xml /reboot diff --git a/unattend.xml b/unattend.xml new file mode 100644 index 0000000..3b370a8 --- /dev/null +++ b/unattend.xml @@ -0,0 +1,55 @@ + + + + + + + * + + + + + + + + + true + Work + 3 + true + true + true + + + + + + + + + + true</PlainText> + </Password> + <Description>Local admin created by unattend</Description> + <DisplayName>User</DisplayName> + <Group>Administrators</Group> + <Name>User</Name> + </LocalAccount> + </LocalAccounts> + </UserAccounts> + + </component> + </settings> + + <!-- Do nothing in the auditSystem/pass unless you need it --> + <cpi:offlineImage cpi:source="wim:c:/images/install.wim#Windows" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> +</unattend> +