Hi Poohthon,
You may be missing "Virus & Threat Protection" from your "Security at a Glance" screen.
Search for "Windows Security" and select "Windows Security". On the "Security at a Glance"
screen, there should be 7 options. If you only have 6, you are probably missing "Virus &
Threat Protection". The missing option is the result of a Policy that has been set on your PC.
You should first determine if your account is a "School" account. School accounts usually
set a "Policy" that "hides" Virus & Threat Protection". If this is your case, you can solve
your problem, by changing your account to a regular account.
That said, if yours is not a School account, then some other entity has set the Policy that
is hiding Virus & Threat Protection.
If you are able to open Gpedit.msc you can try terminating the Policy in this manner....
Navigate through the Editor using this path. Computer Configuration>Administrative
Templates>Windows Components>Windows Defender Security Center>Virus and
Threat Protection. In the right pane find "Hide the Virus and Protection Area".
Double-click it and select "Disabled". Click OK and exit the Editor.
If you cannot access the Group Policy Editor, you will need to approach this, using the Registry.
First, determine if there is a particular "Scheduled Task" that may be setting the offending Policy.
Go into the Task Scheduler at Microsoft>Windows>EnterpriseMgmt. The only task that should
be present is the "MMDMaintenance Task". Disable any others that are there.
To nullify any Policy that might be hiding "Virus & Threat Protection".
Open the Registry by searching for "regedit" and then select "Run as Administrator". In the Editor
navigate as follows: Hkey_Local_Machine\Software\Microsoft\Policy Manager\Default and
then Expand Defender. You will see a list of policies. Find and select AllowUserUIAccess.
This displays the Registry Key that sets UILockdown to a Dword of 1, and that is what hides
Virus & Threat Protection.
To prevent it from setting the Dword to 1, make this minor modification to the key.
Right-click on the sub-key highrange and select "Modify". Type 0 and click OK. To change the
Dword of highrange from 1 to 0. Exit the Registry and Restart your PC.****
Virus & Threat Protection should be visible in the "Security at a Glance" screen. If it is not, run
this cmdlet using Windows PowerShell (Admin). Right-click Start and select "PowerShell (Admin).
In PowerShell type this command Set-MpPreference -UILockdown 0 <enter>
Exit <enter>
Virus & Threat Protection should be visible now. Ensure that it remains visible through a Restart.
Good luck, Glen