Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Yes! Updated instructions 1. Press WIN+X and start Powershell with admin permissions and execute: dism /Online /Disable-Feature /FeatureName:"SearchEngine-Client-Package" (don't restart windows). dism /Online /Enable-Feature /FeatureName:"SearchEngine-Client-Package" (don't restart windows) 2. Reinstall Cortana Search App from Powershell Get-AppxPackage -Name Microsoft.Windows.Cortana | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode} 3. Possibly you need to change some Cortana settings, not sure. 4. Restart Outlook 5. Test Commented Apr 17, 2020 at 6:54
  • after first script restarting is necessary
    – Wachburn
    Commented Nov 3, 2020 at 19:01