Jonathan Pitre
12/15/2022, 8:21 PMStart-Process -FilePath "$env:windir\Setup\Scripts\setup_x64.exe" -ArgumentList "/s /v/qb"
This part works fine.
However, I also want to automate C:\Windows\Setup\scripts\SetKMSVersion.hta to Use KMS.
Now I realize it's running a bunch of scripts from the folder C:\Windows\Setup\Scripts\kmsdir. Can you please indicate which ones ? I don't feel like reverse engineering spaghetti code from the early 2000.
Thank you!