Uploaded May 2021 | Updated September 2026, 2 weeks ago
In this tutorial, we will teach you how to Fix Canβt Type in Windows 10 Search Bar
1st step command:
Open Command prompt with Administrative rights and run the following command.
PowerShell -ExecutionPolicy Unrestricted
This will get you the PowerShell and now run the following command and hit Enter.
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
2nd step command:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
3rd step:
C:\Windows\system32\ctfmon.exe
If you found this video valuable, give it a like.
If you know someone who needs to see it, share it.
Leave a comment below with your thoughts.
Add it to a playlist if you want to watch it later.
Subscribe Here:youtube.com/networkingbitsabbirkhan
**Follow me Socially π
Sabbir Ahmed Khan- goo.gl/dMwKcM (FB)
For more Tips Tutorial- networkingbit.info
**Facebook page: goo.gl/drRSZ3
**Twitter : goo.gl/mxp7Au
**Google+ : goo.gl/pfkggD
π like β subscribe β bell π β β₯οΈ
Please Like, Subscribe and Share our tutorials :)
In this tutorial, we will teach you how to Fix Canβt Type in Windows 10 Search Bar
1st step command:
Open Command prompt with Administrative rights and run the following command.
PowerShell -ExecutionPolicy Unrestricted
This will get you the PowerShell and now run the following command and hit Enter.
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
2nd step command:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
3rd step:
C:\Windows\system32\ctfmon.exe
If you found this video valuable, give it a like.
If you know someone who needs to see it, share it.
Leave a comment below with your thoughts.
Add it to a playlist if you want to watch it later.
Subscribe Here:youtube.com/networkingbitsabbirkhan
**Follow me Socially π
Sabbir Ahmed Khan- goo.gl/dMwKcM (FB)
For more Tips Tutorial- networkingbit.info
**Facebook page: goo.gl/drRSZ3
**Twitter : goo.gl/mxp7Au
**Google+ : goo.gl/pfkggD
π like β subscribe β bell π β β₯οΈ
Please Like, Subscribe and Share our tutorials :)










