Are you experiencing issues where you are unable to type anything in the Windows 10 search bar? If so, you're not alone. Many users have reported this issue, and it can be quite frustrating, especially if you rely on the search bar to quickly access your files, applications, and settings. In this video, I will provide you with simple fixes that will help you with the "Can't type in Windows 10 search bar" problem. #windows10
The strings:
First one: REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v ctfmon /t REG_SZ /d CTFMON.EXE
Second one: Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml
Third one: $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
And, don't forget to subscribe!
Subscribe to my channel: / @mrboyde