diff --git a/configs/releng/airootfs/usr/local/share/fws/gameboot-windows/unattend.offline.xml.tmpl b/configs/releng/airootfs/usr/local/share/fws/gameboot-windows/unattend.offline.xml.tmpl new file mode 100644 index 0000000..9f10138 --- /dev/null +++ b/configs/releng/airootfs/usr/local/share/fws/gameboot-windows/unattend.offline.xml.tmpl @@ -0,0 +1,95 @@ + + + + + + + __HOSTNAME__ + + + + + + 1 + reg add "HKLM\SYSTEM\CurrentControlSet\Control\BitLocker" /v PreventDeviceEncryption /t REG_DWORD /d 1 /f + + + 2 + reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f + + + + + + + + __INPUT__ + __LOCALE__ + + __LOCALE__ + + + + true + true + true + true + true + 3 + + + + + __USER__ + __DISPLAY__ + Administrators + + + + + + true + __USER__ + 5 + + + + 1 + FWS Gameboot first boot + powershell.exe -NoProfile -ExecutionPolicy Bypass -File "__FIRSTBOOT__" + + + + + +