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.
This commit is contained in:
@@ -51,9 +51,11 @@
|
|||||||
language="neutral"
|
language="neutral"
|
||||||
versionScope="nonSxS">
|
versionScope="nonSxS">
|
||||||
<RunSynchronous>
|
<RunSynchronous>
|
||||||
<!-- EAP-PEAP MSI -->
|
|
||||||
|
|
||||||
<!-- Wi-Fi profiles -->
|
<!-- INTERNETACCESS bootstrap profile. BLUESSO and EAP-PEAP were removed:
|
||||||
|
the MCL ppkg installs both, and BLUESSO cannot bootstrap (hidden
|
||||||
|
SSID, manual connect, user password). wlansvc must be started
|
||||||
|
first or netsh silently fails. -->
|
||||||
<RunSynchronousCommand wcm:action="add">
|
<RunSynchronousCommand wcm:action="add">
|
||||||
<Order>1</Order>
|
<Order>1</Order>
|
||||||
<Path>cmd /c sc config wlansvc start= auto & net start wlansvc & exit /b 0</Path>
|
<Path>cmd /c sc config wlansvc start= auto & net start wlansvc & exit /b 0</Path>
|
||||||
@@ -324,7 +326,6 @@
|
|||||||
<FirstLogonCommands>
|
<FirstLogonCommands>
|
||||||
|
|
||||||
|
|
||||||
<!-- Install Microsoft Office -->
|
|
||||||
|
|
||||||
<SynchronousCommand wcm:action="add">
|
<SynchronousCommand wcm:action="add">
|
||||||
<CommandLine>cmd /c sc config wuauserv start= disabled</CommandLine>
|
<CommandLine>cmd /c sc config wuauserv start= disabled</CommandLine>
|
||||||
|
|||||||
@@ -51,9 +51,11 @@
|
|||||||
language="neutral"
|
language="neutral"
|
||||||
versionScope="nonSxS">
|
versionScope="nonSxS">
|
||||||
<RunSynchronous>
|
<RunSynchronous>
|
||||||
<!-- EAP-PEAP MSI -->
|
|
||||||
|
|
||||||
<!-- Wi-Fi profiles -->
|
<!-- INTERNETACCESS bootstrap profile. BLUESSO and EAP-PEAP were removed:
|
||||||
|
the MCL ppkg installs both, and BLUESSO cannot bootstrap (hidden
|
||||||
|
SSID, manual connect, user password). wlansvc must be started
|
||||||
|
first or netsh silently fails. -->
|
||||||
<RunSynchronousCommand wcm:action="add">
|
<RunSynchronousCommand wcm:action="add">
|
||||||
<Order>1</Order>
|
<Order>1</Order>
|
||||||
<Path>cmd /c sc config wlansvc start= auto & net start wlansvc & exit /b 0</Path>
|
<Path>cmd /c sc config wlansvc start= auto & net start wlansvc & exit /b 0</Path>
|
||||||
@@ -324,7 +326,6 @@
|
|||||||
<FirstLogonCommands>
|
<FirstLogonCommands>
|
||||||
|
|
||||||
|
|
||||||
<!-- Install Microsoft Office -->
|
|
||||||
|
|
||||||
<SynchronousCommand wcm:action="add">
|
<SynchronousCommand wcm:action="add">
|
||||||
<CommandLine>cmd /c sc config wuauserv start= disabled</CommandLine>
|
<CommandLine>cmd /c sc config wuauserv start= disabled</CommandLine>
|
||||||
|
|||||||
Reference in New Issue
Block a user