New
#30
Hello Steve,
After you run the command to mount the ISO, you can run the command below in PowerShell to change the drive letter to a specified drive letter.
(Get-DiskImage "Full path of ISO file" | Get-Volume).<drive letter you want>
For example:(Get-DiskImage "E:\Image Files\Windows 10\Windows10_20H2.iso" | Get-Volume).G