Forum Discussion
My Windows Security stucked on Black Screen
I'm having this same issue on my own, personal Samsung laptop, that I was recently forced to recover the system when after using it error-free for several months, I was unable to login using the pin and didn't have any other options. So since this windows system recovery, I can now access my system but as I am trying to reconfigure my system as I prefer, I receive these same responses to any attempt I make to access the Windows Security tools...
either a blank black Windows Security pane, or one that has the "contact your IT Administrator" message...
Up to now, I too have tried the following fixes that I found online that helped others but not at all for me:
from powershell (as admin)
Set-ExecutionPolicy Unrestricted
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLc
Set-ExecutionPolicy Restricted
---ALT---
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
---ALT---
SecurityHealthSetup.exe
Again, none of these resolved my issue.