仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-after
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/dev_business' into dev_business
liyong
18 小时以前
d42f9256b4aab375b6c7897e11e99f07bf5f9c95
[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
}