打开windows安全中心需要新应用

2026-02-14 12:40:40

1、点击系统设置选项

打开搜索栏界面,在窗口中点击打开Windows PowerShell选项界面

打开windows安全中心需要新应用

2、点击设置选项

在跳转的设置窗口中,点击选择以管理员身份设置选项

打开windows安全中心需要新应用

3、输入设置命令

在弹出的编辑器界面中,点击输入$BasePath = Get-Content .\appx.list $BasePath | % {$Path = $($_).Trim() Add-AppxPackage -Register -DisableDevelopmentMode "$Path\AppXManifest.xml"}  Get-AppxPackage | Select InstallLocation | Out-file appx.list  Add-AppxPackage -Register -DisableDevelopmentMode "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml"参数设置命令即可完成设置操作

打开windows安全中心需要新应用

相关推荐
  • 阅读量:130
  • 阅读量:137
  • 阅读量:173
  • 阅读量:138
  • 阅读量:102
  • 猜你喜欢