Skip OOBE "Let's Get You Connected" K2000 - Windows 10 x64 Pro
Hello all!
I am new user to KACE SDA and started a new job at a company that is currently using this, I've done a few updates to the images although I am trying to make it so there is no human intervention needed. The image goes through everything although halts at "Let's Get You Connected" and I'd need to click on Yes to continue. Is there anyway I can bypass this part of the image?
Answers (1)
Top Answer
This part is used by the MS Installer to connect to WLAN if a WLAN driver has been found.
You need to use the latest wizard to recreate and tick "hide wireless settings" (and Disable First Logon and Disable consumer Features if needed) -> urgently suggested version since you understand how to do this then.
Or you need to modify the unattended.xml in the SI pverview Setup Configuration)
As example the OOBE part could look like that:
<OOBE>
<HideEULAPage>true</HideEULAPage>
<SkipMachineOOBE>false</SkipMachineOOBE>
<SkipUserOOBE>false</SkipUserOOBE>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
Comments:
-
Thanks for your response Nico, I have tried this and tested the image although I am getting some inconsistencies. Some images will bypass the wireless and the pas 2 images didn't bypass it. - Sam Gojira 1 month ago