From 8cec043b1d1e983974790304ad41ad376afeb54c Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 6 Dec 2021 15:13:58 +0000 Subject: [PATCH] Add a complete OOBE configuration to unattend.xml ProtectYourPC=3 enforces the most privacy respecting options, without prompting the user during install. The combination of HideOEMRegistrationScreen=true and NeworkLocation=Home with HideLocalAccountScreen=false and HideOnlineAccounts=false allows for local and online account creation but prevents scenarios where online account only authentication is made a hard requirement. SkipUserOOBE and SkipMachineOOBE are documented as deprecated, but both must be set to false otherwise the install will complete automatically without creating any user accounts, of any kind. --- quickget | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/quickget b/quickget index e80c65b..e13035f 100755 --- a/quickget +++ b/quickget @@ -632,8 +632,18 @@ function unattended_windows() { xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + true + false true + false true + Home + 3 + false + false + + true +