Skip to main content

Can't Type in Windows 10 Search Bar, Fix Search & Start Menu on Windows 10

Can't type in Windows 10 Search Bar? If you are unable to type on windows 10 search bar or windows 10 search bar is not working, then you can fix this issue by following the guide on this video. Most people are unable to type on search bar on windows 10 and some are unable to use cortana and start menu.
Scripts used in the Powershell

First Script:
PowerShell -ExecutionPolicy Unrestricted 

Second Script:
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Third Script:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest 

Comments

Popular posts from this blog

How To Fix Error Code 0x80070057 in Windows PC

Hi There, on this tutorial I will show you how we can fix Error Code 0x80070057 in windows PC. If you follow all the steps correctly on this post then you would be able to solve this Error Code 0x80070057 on your Windows Machine. First of all we have to check the drive for file system errors and for that follow the steps below. You can also watch this video guide from my YouTube channel to view the troubleshooting guide. Open File Explorer Right click on C Drive and click on Properties Click on Tools Tab Under Error Checking, you can see Check, click on that.  Click on Scan Drive Close the windows after scanning the drive. Now after doing error check, you have to type some commands on command prompt. For that open command prompt as administrator and type the command below: net stop wuauserv net stop cryptSvc net stop bits net stop msiserver Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old Ren C:\Windows\System32\catroot2 Catroot2.old net start wuauserv...

Windows 10 Watermark

Registry Editor: Go to these paths on registry editor Registry Path 1 Computer\HKEY_CURRENT_USER\Control Panel\Desktop Registry Path 2 Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\svsvc Microsoft Official Site For Key: https://docs.microsoft.com/en-us/windows-server/get-started/kmsclientkeys

RegSvr32, Kernerbase.dll Error Fix on Windows 10/8/7

Are you getting RegSvr32 Kernelbase.dll error on Windows PC? On this video I will how you how we can fix any type of kernelbase.dll error on Windows 10 or Windows 7. If the application is crashing because of kernelbase.dll error, you can fix it with the method mentioned on this video. It will fix all kind of application crashing because of kernelbase.dll. Mostly, RegSvr 32 kernelbase.dll error is caused by corrupted or missing dll files on your Windows PC. But after you apply the fix on this video, you will no longer get RegSvr32 kernelbase.dll error on your computer. This method will help you to fix the application crashing because of kernelbase.dll error.