您可以使用 PowerShell 更新 Windows Defender 的病毒定义。以下是一些步骤:,,1. 打开 PowerShell 并以管理员身份运行。,2. 输入以下命令并按 Enter 键:,“powershell,Get-MpPlatform -Language English | Select-Object -Property PlatformDescription, AntimalwareSdkVersion, AntimalwareSdkName, UpdateUrl, UpdateHashcode, UpdateSize, UpdateDate,
`,3. 找到您的平台描述,然后在 Microsoft 安全情报更新页面上下载适用于您的平台的离线更新文件 。,4. 将下载的离线更新文件复制到包含 Windows Defender 的文件夹中。,5. 在 PowerShell 中输入以下命令并按 Enter 键:,
`powershell,Start-Process -FilePath "C:Program Files (x86)Microsoft SecurityMpEngineMpCmdRun.exe" -ArgumentList "/scan" -Wait,
“
什么是PowerShell?
PowerShell是微软公司推出的一种强大的命令行脚本环境,它基于.NET Framework,可以运行在Windows操作系统上,PowerShell具有丰富的功能,可以帮助用户更高效地管理计算机资源,提高工作效率,PowerShell也支持多种编程语言,如C、VBScript等,使得开发者可以在PowerShell环境中编写脚本程序,实现自动化操作。
如何安装PowerShell?
1、访问微软官方网站下载PowerShell安装包:https://docs.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell?view=powershell-7
2、根据您的操作系统选择相应的安装包,点击下载。
3、下载完成后,双击安装包开始安装。
4、按照提示完成安装过程。
5、安装完成后,打开“开始”菜单,找到“Windows PowerShell”文件夹,右键单击“Windows PowerShell”,选择“以管理员身份运行”。
如何使用PowerShell更新Windows Defender?
1、打开“Windows PowerShell”,输入以下命令,查看当前Windows Defender的状态:
Get-MpPreference -Name Real-Time Protection
2、如果Real-Time Protection处于“Enabled”状态,可以通过以下命令关闭实时保护:
Set-MpPreference -Name Real-Time Protection -Enabled $false
3、关闭实时保护后,可以通过以下命令重新启用实时保护:
Set-MpPreference -Name Real-Time Protection -Enabled $true
4、再次输入以下命令查看Windows Defender的状态,确认实时保护已恢复正常:
Get-MpPreference -Name Real-Time Protection
常见问题与解答
1、如何查看Windows Defender的版本信息?
答:在PowerShell中输入以下命令即可查看Windows Defender的版本信息:
Get-MpSoftware -DisplayName "Windows Defender" | Select-Object Version, RevisionNumber
2、如何手动更新Windows Defender?
答:在PowerShell中输入以下命令即可手动更新Windows Defender:
Start-Service -Name MpsSvc -ErrorAction Stop; Start-Service -Name MsMpSvc -ErrorAction Stop; Start-Service -Name AntiSpyware -ErrorAction Stop; Start-Service -Name AntiVirusService -ErrorAction Stop; Start-Service -Name WindowsDefenderAntiSpywareService -ErrorAction Stop; Start-Service -Name WindowsDefenderApplicationMonitoringService -ErrorAction Stop; Start-Service -Name WindowsDefenderLiveGuardService -ErrorAction Stop; Start-Service -Name WindowsDefenderPumpHeartbeatService -ErrorAction Stop; Start-Service -Name WindowsDefenderRemoteAccessProtectionAgentService -ErrorAction Stop; Start-Service -Name WindowsDefenderScanningService -ErrorAction Stop; Start-Service -Name WindowsDefenderUpgradeService -ErrorAction Stop; Start-Service -Name WdfsSvc -ErrorAction Stop; Wait-Seconds 600; Start-Service -Name WdfsSvc; Wait-Seconds 600; Start-Service -Name WmiAuditingService -ErrorAction Stop; Wait-Seconds 900; Start-Service -Name WmiAuditingService; Wait-Seconds 900; Start-Service -Name AntimalwareServiceEx -ErrorAction Stop; Wait-Seconds 600; Start-Service -Name AntimalwareServiceEx; Wait-Seconds 600; Start-Service -Name AntimalwareServiceExCore -ErrorAction Stop; Wait-Seconds 600; Start-Service -Name AntimalwareServiceExCore; Wait-Seconds 600; Start-Service -Name AntimalwareServiceExHostAgent -ErrorAction Stop; Wait-Seconds 600; Start-Service -Name AntimalwareServiceExHostAgent; Wait-Seconds 600; Start-Service -Name AntimalwareServiceExServerAgent -ErrorAction Stop; Wait-Seconds 600; Start-Service -Name AntimalwareServiceExServerAgent; Wait-Seconds 600; Start
本文来自投稿,不代表重蔚自留地立场,如若转载,请注明出处https://www.cwhello.com/474459.html
如有侵犯您的合法权益请发邮件951076433@qq.com联系删除