如何使用PowerShell更新Windows Defender

2025-05-20 21:56:04
推荐回答(1个)
回答1:

1. 按下 Windows Key + Q — 输入 PowerShell — 在 Windows PoserShell 上右键选择以管理员身份运行。

2. 连续两次执行 cd.. 命令,浏览到 C 盘根目录

3. 现在我们可以开始执行 Update-MpSignature 相关的 cmdlet
Update-MpSignature [-UpdateSource {InternalDefinitionUpdateServer | MicrosoftUpdateServer | MMPC | FileShares} ]

如果你是个人用户,可以直接执行如下命令来手动更新
Update-MpSignature

企业用户或者企业管理员可以通过如下命令来指定通过 WSUS 更新源来安装
Update-MpSignature -UpdateSource WSUS_FQDN