WINDOWS 10 LTSC 使用PowerShell装载和弹出ISO映像
由于Windows 10 LTSC没有其他版本的直接装载ISO功能,就需要动用PowerShell来执行装载和卸载ISO的功能。装载:mount-DiskImage -ImagePath "E:\WINDOWS10.iso"卸载:Dismount-DiskImage -ImagePath "E:\WINDOWS10.iso"
由于Windows 10 LTSC没有其他版本的直接装载ISO功能,就需要动用PowerShell来执行装载和卸载ISO的功能。装载:mount-DiskImage -ImagePath "E:\WINDOWS10.iso"卸载:Dismount-DiskImage -ImagePath "E:\WINDOWS10.iso"