Win10 system start menu search function is not available

1 Open a powershell window
2 Enter this line of code
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. InstallLocation) \ AppXManifest.xml"}

Guess you like

Origin www.cnblogs.com/fb010001/p/12689584.html