Up next

Search Box Not Working in Windows 10 Stat Menu & File Explorer Can't Type Anything | Fixed

1 Views· 09/28/24
Questy
Questy
1 Subscribers
1

In this video, I will show you a guaranteed method to fix search box not working or can't type anything in windows 10 start menu or file explorer.

This issue is more common in recent updates of windows 10 operating system such as windows 10 build 1903, 1909, 1909, 2004, however, it can appear in older windows 10 builds such ad 1809, 1803 or older as well as the older versions such as windows 8.1, windows 8 and windows 7.



The command line that you will use can be a one of the followings:

Add-AppxPackage -Register -DisableDevelopmentMode C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\AppxManifest.xml


If the Cortana app disabled or not supported in your computer after updating windows to new edition, use this command line:

Add-AppxPackage -Register -DisableDevelopmentMode C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\AppxManifest.xml


To disable PowerShell restriction:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted


To revert the PowerShell execution policy setting into restricted mode:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Restricted.




If the Windows 10 version is 1903 or later, use the Windows PowerShell script to reset search app if can't typing anything or not responding:
https://bit.ly/32ACvFa


To register all Microsoft packages use this command:
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


Smart PowerShell script:
https://bit.ly/3iJYvDu


windows file explorer search not working.
windows 10 1909 file explorer search not working, won't type anything.
windows 10 explorer search file contents not working.
windows 10 file explorer can't type in search box.
file explorer subfolder search not working.
windows 10 1909 search not working 2019.
search box not working windows 10
windows 10 start menu search not working
windows 10 cannot type in search box.
windows 10 search not working 2020.

Show more

 0 Comments sort   Sort By


Up next