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

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

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 ne

How to Fix Windows Update Stuck at Random Percentage %

Windows update got stuck at 0% or at 99%? If your windows update got stuck at some random percentage, you will be able to fix that issue after following the steps on this video. Either windows update got stuck on installing update or applying updates, this method will help you to get rid of windows update stuck at some random percentage on windows 10 and windows 7. After you apply the fix shown in the video, you will no longer get error while updating windows. Windows update stuck at some random percentage will be fixed.