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