microsoft / windows-dev-box-setup-scripts

Scripts to simplify setting up a Windows developer box
MIT License
1.5k stars 368 forks source link

Install-WindowsUpdate fails at end of scripts #103

Open NerdyGriffin opened 1 year ago

NerdyGriffin commented 1 year ago

Running any of the setup scripts on a fresh install of Windows 11, at the end of the script I always see the following error message: Install-WindowsUpdate : A parameter cannot be found that matches parameter name 'accepteula'.

My guess is that the parameters of the Install-WindowsUpdate command may have changed in some recent update, and so the boxstarter script need to be updated to reflect whatever the new correct syntax is.