You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using OSDCloud on my Windows 11 ARM VM and I noticed that New-OSDCloudTemplate uses the ARM64 WinPE source (C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\arm64\Media) even though I did not added the -ARM64 parameter.
I did some digging and noticed that Get-ADKpaths.ps1 is using the $Env:PROCESSOR_ARCHITECTURE value for the -Arch parameter by default so if you are setting up a new template on Windows 11 ARM it will use the ARM64 WinPE source anyway.
The text was updated successfully, but these errors were encountered:
I'm using OSDCloud on my Windows 11 ARM VM and I noticed that New-OSDCloudTemplate uses the ARM64 WinPE source (C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\arm64\Media) even though I did not added the -ARM64 parameter.
I did some digging and noticed that Get-ADKpaths.ps1 is using the $Env:PROCESSOR_ARCHITECTURE value for the -Arch parameter by default so if you are setting up a new template on Windows 11 ARM it will use the ARM64 WinPE source anyway.
The text was updated successfully, but these errors were encountered: