From b013b7c2277f8d838587ebddddbb87b1bb9243f8 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Tue, 7 Oct 2025 14:13:11 -0500 Subject: [PATCH] first publish --- bypass.cmd | 2 ++ unattend.xml | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 bypass.cmd create mode 100644 unattend.xml 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> +