In this video, I will guide you through the steps to restore the missing Virus & Threat Protection feature in Windows Security. Whether you're a tech novice or an experienced user, this video provides a clear, easy-to-follow solution to get your Windows Security back to full functionality.
Commands:
cd %ProgramFiles%\Windows Defender
MpCmdRun.exe -removedefinitions -dynamicsignatures
MpCmdRun.exe -SignatureUpdate
DISM /online /cleanup-image /checkhealth
DISM /online /cleanup-image /scanhealth
DISM /online /cleanup-image /restorehealth
Powershell:
Set-MpPreference -UILockdown $false
コメント