Microsoft Security | Microsoft Defender | Other
Additional Microsoft Defender tools and services that provide security across various platforms and environments
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
hi i got a problem please help me i don t have virus and threat options anymore and i wanna i checked i noticed that windows defender is missing no i don t have an antivirus in my pc help ,e thank you i have tried a lot of things but it does not work
Additional Microsoft Defender tools and services that provide security across various platforms and environments
C:\WINDOWS\System32\SecurityHealthSecurityHealthSetup.exe. Right click on this file, select Run as administrator.
SecurityHealthSetup.exe and choose "Run as administrator". The above setup file automatically creates the missing SecurityHealth platform folder named "1.0.2402.27001-0". You should see a couple of blank command line windows flash. After that finishes, reboot and see if you now have access.regedit, and press Enter.Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Virus and threat protectionUILockdown key:
UILockdown and set it to 0.gpedit.msc, and press Enter.Computer Configuration -> Administrative Templates -> Windows Components -> Windows Security -> Virus and Threat ProtectionGet-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage Dism /Online /Cleanup-image /Restorehealth
Sfc /Scannow
regsvr32 jscript
regsvr32 vbscript
PowerShell
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}