Skip to content

Instantly share code, notes, and snippets.

@SZanlongo
Last active July 16, 2019 14:54
Show Gist options
  • Save SZanlongo/03701b06c821265556f0a2d45b61c6e1 to your computer and use it in GitHub Desktop.
Save SZanlongo/03701b06c821265556f0a2d45b61c6e1 to your computer and use it in GitHub Desktop.
Windows 10 not Indexing Applications

From: https://superuser.com/a/955711/65216

Reinstall Cortana using the following procedure:

  1. Open an elevated Command Prompt window (press win + X, and then press A)

  2. Type start powershell and press enter

  3. Run the command (in one line):

     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