Can't type in search bar Windows 10 LATEST | 4 methods | Fixed | 100% Working
Method 2 :
----------------------------------------------------------------------------------
Open the run window and enter this command:
C:\Windows\system32\ctfmon.exe
----------------------------------------------------------------------------------
Method 3 :
Command 1:
PowerShell -ExecutionPolicy Unrestricted
Command 2:
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
----------------------------------------------------------------------------------
Method 4:
Type the following command in the Powershell prompt:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
When it's done , restart your pc . I think that helped you . Thanks for Watching : )
Reboot the computer after closing the PowerShell windows.