仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-after
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/dev_business' into dev_business
云
3 天以前
8f3bf7050e65fdbe55eaad74fde307c57dab960e
[mom-pro2-after.git]
/
scripts
/
node_modules
/
playwright-core
/
bin
/
install_media_pack.ps1
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
}