[ Solve ] Can't Type in Windows 10 Search Bar | 2 Simple Methods
[Solve] Can't Type in Windows 10 Search Bar | 2 Simple Methods
In this article of "How to Fix Can't Type in Windows 10 Search Bar", I will show you 2 very simple and easy steps through which you can solve this problem in windows 10.
Method 1 : Right-click on "Windows Button" and then select "Command Prompt (Admin)".
Type command : PowerShell -ExecutionPolicy Unrestricted
And then press "Enter Key" to execute the command.
After that type command : Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
And then press "Enter Key" to execute the command.
Once command execution ends, Try to write something in the search bar, If it is working then OK... Otherwise move to 2nd method.
Method 2 : Go to "Task manager", Click on "File" and then click on "Run New Task".
Now type "powershell" in the bar and do check "Create this task with administrative privileges" box.
This will open "Windows PowerShell Interface" in front of you.
Here you just need to execute below mention command.