当前位置: 首页 > 科技观察

如何使用PowerShell更新WindowsDefender

时间:2023-03-15 22:44:11 科技观察

为了给Windows用户提供基本的恶意软件和病毒防护,微软从Windows8开始就内置了WindowsDefender,这意味着你无需安装任何软件就可以得到WindowsDefender的安全保护。杀毒软件,而WindowsDefender一直通过WindowsUpdate进行更新,以获得全面的杀毒和保护功能。  其实可以通过下载更新包手动更新WindowsDefender,通过PowerShell可以更新WindowsDefender的病毒定义。今天我们将向您展示如何使用PowerShell更新WindowsDefender定义包。  如何使用PowerShell更新WindowsDefender  1.按Windows键+Q—输入PowerShell—右键单击??WindowsPoserShell并选择以管理员身份运行。  2。连续执行两次cd..命令,浏览到C盘根目录  3。现在我们可以开始执行Update-MpSignature  Update-MpSignature[-UpdateSource{InternalDefinitionUpdateServer|MicrosoftUpdateServer|MMPC|FileShares}]  个人用户直接执行以下命令手动更新  Update-MpSignature  企业用户或企业管理员可以使用以下命令通过WSUS指定更新源来安装  Update-MpSignature-UpdateSourceWSUS_FQDN  注意:此处更新源可以指定内部WSUS和文件共享,如果个人用户没有指定直接使用MicrosoftMalwareProtectionCenter(MMPC)更新源。