Search For A Solution!

Total Pageviews

Monday, April 16, 2018

Cortana Fix: How to re-install and register again Cortana in Windows 10

In case you search starterd acting up do below:

  1. Restart Windows Explorer.
  2. Kill Cortana if running.
  3. Restart and make sure Windows Search Service is set to Automatic
  4. Re-Install and register Cortana on your PC
    • Open PowerShell as Administrator (elevated permissions)
    • Copy Paste and Run:
Get-AppxPackage -AllUsers Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Regards,
Call2fixit!

No comments:

Post a Comment