Skip to content

Instantly share code, notes, and snippets.

@scmanjarrez
Created August 17, 2019 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scmanjarrez/b8161daa7926ea7d67dc7ef14fe9b99f to your computer and use it in GitHub Desktop.
Save scmanjarrez/b8161daa7926ea7d67dc7ef14fe9b99f to your computer and use it in GitHub Desktop.
fix the f***ng cortana index problem resulting in best match not clickable
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment