仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-after
宁夏三级mom后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
销售订单规格型号单位不回显问题修改
liyong
2026-08-03
ac4835a14674993985d3e57553aae8516a09afcc
[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
}