liu
22 小时以前 c4a98bdfe1ed9a54d103c5729d83b64bb53cc28f
1
2
3
4
5
$osInfo = Get-WmiObject -Class Win32_OperatingSystem
# check if running on Windows Server
if ($osInfo.ProductType -eq 3) {
  Install-WindowsFeature Server-Media-Foundation
}