It sounds like your system's security settings might have been altered by the program you installed. To address this issue with Windows Defender Security settings not opening properly, you can try the following steps: 
Reenable Windows Security Features
 
- Use PowerShell to Reinstall Windows Security:
- Open PowerShell as an administrator and run the following command to reinstall Windows Security: Get-AppxPackage *windowsdefender* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}.
 []Restore Windows Security Settings:
- Go to Settings > Update & Security > Windows Security > Open Windows Security. Check if this method allows you to access...