Skip to content

Instantly share code, notes, and snippets.

@willnode
Last active September 30, 2021 04:40
Show Gist options
  • Save willnode/c21621c63a20a52d2af6a934e1666c13 to your computer and use it in GitHub Desktop.
Save willnode/c21621c63a20a52d2af6a934e1666c13 to your computer and use it in GitHub Desktop.
Fix Windows Security Missing in Windows 11
$manifest = (Get-AppxPackage Microsoft.SecHealthUI -AllUsers).InstallLocation + '\AppxManifest.xml';
Add-AppxPackage -DisableDevelopmentMode -Register $manifest;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment