Troubleshooting OSDCloudGUI SetupComplete menu options #172
-
I used to use OSDPad and @AkosBakos script to install and activate the embedded OEM license key. Since switching to a less complex imaging process, I've tried using the following function via the "Apply Key from UEFI" option in OSDCloudGUI. As you can see from the logs, Set-SetupCompleteOEMActivation did not run, otherwise, the "Running SetupComplete OEM Activation" message would have been logged. Warning: I know this is not the best example as this particular machine was imaged offline. I will follow up with another set of results. Here you can see the global options where GUI is part of the variable name. Now, below, as part of the main OSD function, GUI is not part of the if statement. Is there another function that makes $Global:OSDCloudGUI.OEMActivation == $Global:OSDCloud.OEMActivation ??? In any case, I can see that SetupComplete.cmd is run before the "user perceived" OOBE, which is inline with Ákos' blog post. Reference: Microsoft's official documentation |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Here are some logs from an online run performed earlier today. Also including C:\Windows\Panther\UnattendGC\ setupact.log |
Beta Was this translation helpful? Give feedback.
-
Based on prior discussion with Gary, I believe my next step is to run New-OSDCloudUSBSetupCompleteTemplate |
Beta Was this translation helpful? Give feedback.
-
Before attempting custom scripts via New-OSDCloudUSBSetupCompleteTemplate, I just wanted to give a fresh ADK install a try and report back. |
Beta Was this translation helpful? Give feedback.
-
PR #176 created to resolve issue. |
Beta Was this translation helpful? Give feedback.
PR #176 created to resolve issue.