X
Ad
    Categories: tutorials

I can't type anything in the WINDOWS 10 search engine – Solution

search bar not working

You cannot write anything in the Windows 10 search engine, I will show you how to fix this small error on your PC, you have probably disabled some function or it could be a virus, so first of all, analyze your PC with Windows Defender or any antivirus so that you can delete it all those malicious files

Related posts:
Windows 10 Image

SOLUTION TO WRITE IN THE WINDOWS 10 SEARCH ENGINE

  1. Press “Windows + R” key
  2. We write "cmd"
  3. Write
  4. C:\Windows\System32\ctfmon.exe

SOLUTION 2

  1. Press the “Windows + R” key
  2. We write “Powershell”
  3. Copy and paste the following
  4. PowerShell -ExecutionPolicy Unrestricted
  5. Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like “*SystemApps*”} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
  6. $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
  7. C:\Windows\System32\ctfmon.exe
VIDEO TO SOLVE THIS PROBLEM
https://www.traditionrolex.com/24
Ad
filletchn: