Ticker

6/recent/ticker-posts

Search bar does not work windows 10 "Solved"

 


Follow the steps below to fix this problem:

  1. Run Execute with Key Win + R or click right on icon win and select Execute.
  2. Check privileges administrator and you write the word: cmd  and.
  3. Run command: REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v ctfmon /t REG_SZ /d CTFMON.EXE
  4. Run next command in console: PowerShell -ExecutionPolicy Unrestricted.
  5. Run next Command: Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} 
  6. When finished, you will be able to use the Windows 10 search bar again without any problem. 
Reacciones:

Post a Comment

0 Comments