From d479e6823c58b325eda06037bc177f23486f1b92 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Wed, 19 Aug 2026 16:07:37 -0400 Subject: [PATCH] Clear comments orphaned by today's unattend removals The EAP-PEAP and Office comments outlived the entries they labelled, which would send the next reader looking for commands that are not there. The surviving wireless comment said 'Wi-Fi profiles' plural when only INTERNETACCESS remains; it now records why the other two went and that wlansvc has to be started first. --- playbook/FlatUnattendW10-engineer.xml | 7 ++++--- playbook/FlatUnattendW10.xml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/playbook/FlatUnattendW10-engineer.xml b/playbook/FlatUnattendW10-engineer.xml index df3a639..26a79c5 100644 --- a/playbook/FlatUnattendW10-engineer.xml +++ b/playbook/FlatUnattendW10-engineer.xml @@ -51,9 +51,11 @@ language="neutral" versionScope="nonSxS"> - - + 1 cmd /c sc config wlansvc start= auto & net start wlansvc & exit /b 0 @@ -324,7 +326,6 @@ - cmd /c sc config wuauserv start= disabled diff --git a/playbook/FlatUnattendW10.xml b/playbook/FlatUnattendW10.xml index 77cf446..db8ae17 100644 --- a/playbook/FlatUnattendW10.xml +++ b/playbook/FlatUnattendW10.xml @@ -51,9 +51,11 @@ language="neutral" versionScope="nonSxS"> - - + 1 cmd /c sc config wlansvc start= auto & net start wlansvc & exit /b 0 @@ -324,7 +326,6 @@ - cmd /c sc config wuauserv start= disabled