仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-after
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
feat(mes): 新增工单工序管理和报工功能
云
3 小时以前
4803b22ae0f0f5b4e2ae1627a7d1eea38684f02d
[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
}