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 (2)
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 2 years ago
A google search brought me to this page and I have a question along the same lines as the original post. I am relatively new to using the SDA so I apologize if I am asking/posting in the wrong location, with that said here is my question.
Our company has recently decided to use the Dell pro deploy suite and upload a base image to Dell which them applies it to the computers we order. Our main goal was to have a majority of the work done by the time we get the pc's. The idea was to get said machines from Dell and then use a custom deployment to add the applications etc that couldn't be part of the base image.
I am running into the issue that I will need to at least boot the machine and let the OOBE run and then reboot to the SDA, is there anyway I could avoid having to do this step and just boot directly to the SDA and let an automated custom deployment run?