Error: Value Out of Range During Windows 11 Installation with Autounattend.xml

0
5
Asked By TechieWizard42 On

I'm trying to install Windows 11 using an autounattend.xml file and then run Windows updates via a PowerShell script. Unfortunately, I'm hitting an error that says the value is out of range. Does anyone know how I can resolve this issue?

2 Answers

Answered By CodeGuru88 On

It looks like you're running Windows Update twice in your script, which seems unnecessary for an unattended setup. You might want to streamline your code to only check for updates once before installing them—this could help avoid complications. Consider simplifying the script for efficiency!

TechieWizard42 -

Thanks for your input! Can you point out where I'm running it twice?

Answered By UpdateMaster99 On

Looks like you might have duplicated your post in another forum as well. You should check the other thread and maybe clean it up if you've got similar content on both!

TechieWizard42 -

Oh wow, you're right! I totally forgot about that. I've taken care of it now.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.