Hi Safiey,
Sorry to hear that the modification to "highrange" had no effect on your problem.
That particular Key is what sets UILockdown to either 0show or 1 hide, for Virus & Threat
Protection.
If you examine the Registry at this location, you can see UILockdown.
*Hkey_Local_Machine\Software\Microsoft\Windows Defender* and select UXConfiguration.
If you find UILockdown with a Dword = 1, that is going to hide the option.
In case this condition was present, and not reset, after you modified "highrange", you should
reset it now. You cannot modify it in UXConfiguration.
It has to be modified by using Windows PowerShell (Admin). Right click "Start" and select
PowerShell (Admin). On the PowerShell screen, type the following cmdlet, followed by <enter>
Set-MpPreference -UILockdown 0 <enter>
Exit <enter>
Right now, before you restart you PC, you should be able to see the "Virus & Threat Protection"
option. And UXConfiguration contains UILockdown with Dword = 0.
Restart your PC, and check for the option again. If the option is still present, you should be
finished. If it is not present, the Policy is bypassing the "highrange" modification somehow.
In that case, see step 2 in this link, and see if you find the possible cause for this Policy to run.
Step 2 examines the Task Scheduler for a particular task, discovered by OP Andy up North.
It describes what he found to be the cause for his experience with this Policy.
Good luck, Glen