Quick question for <@UM04QUUSJ> I'm working on a ...
# citrix-app-layering
j
Quick question for @Rob Zylowski I'm working on a script to automate the update of the OS Layer for a Windows 11 image. I was able to automate the install of setup_x64.exe using this
Copy code
Start-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!