Question Search bar not working!

CandyDealer21

Commendable
Jun 29, 2017
36
0
1,530
Hello everyone.
After I today installed my new GPU (MSI RTX 2060), the search bar stopped working. Whenever I'm just searching for something, it's just blank and doesn't come with any suggestions.

Would really appreciate your help. Thanks.
 
Found this from a previous post.

  • Right click on the start button
  • Select "Powershell (Admin)" or select Command Prompt (Admin) and type "start powershell " and press enter
  • Run the command (in one line):
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
 

CandyDealer21

Commendable
Jun 29, 2017
36
0
1,530
Found this from a previous post.

  • Right click on the start button
  • Select "Powershell (Admin)" or select Command Prompt (Admin) and type "start powershell " and press enter
  • Run the command (in one line):
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Nevermind this post. Today it just started working again out of the blue :D

Thanks for your help though!