Microsoft Copilot | Microsoft 365 Copilot | Development
Building and customizing solutions using Microsoft 365 Copilot APIs and tools
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
could u solve the problem that windows defender doesn't work in windows 10 pro
Building and customizing solutions using Microsoft 365 Copilot APIs and tools
انا قفلت الويندوز ديفندر وجيت افتحه تاني الأيقونة مش مفعلة قولي الحل
If Windows Defender is not working on your Windows 10 Pro, you can follow these troubleshooting steps:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
for /f "delims=" %d in ('dir "%ProgramData%\Microsoft\Windows Defender\Platform" /ad /b /o:-n') do if not defined _done "%ProgramData%\Microsoft\Windows Defender\Platform\%d\MpCmdRun.exe" -SignatureUpdate -MMPC
By following these steps, you should be able to resolve issues with Windows Defender not working on your Windows 10 Pro system.
References: