Windows 10 Taskbar not working
Windows 10 Taskbar not working
Method 1: Restart Windows Explorer
This is one simple fix that can help you restore your taskbar to working order. If the problem with the taskbar is not so critical, this method should do the job for you. You won’t need to play or manipulate with other system settings. Here’s what you need to do:
1. Press Windows Key + R combination on your keyboard to launch Run prompt. Enter taskmgr.exe and hit Enter to open Task Manager.
2. Now, under Processes tab, scroll down and look for Windows Explorer over there.
3. Select Windows Explorer and click on Restart button in the bottom right corner.
Check if this method resolves the issue for you.
Method 2: Re-registering the Taskbar
If the issue resurfaces, then try this method to fix it using Windows Powershell. Powershell is a command-line tool to configure system settings and automate Windows tasks.
First, create a system restore point and then follow these steps to use Windows Powershell for fixing taskbar issues:
1. Press Windows Key on your keyboard and type in powershell. Right-click Windows Powershell (Desktop App) and select Run as administrator. Select Yes in the UAC window that pops up.
2. Now paste the following command in the PowerShell window and hit Enter:
2. Now paste the following command in the PowerShell window and hit Enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
3. Once the command is executed successfully, navigate to the following directory in Explorer where name is your Account Username. Make sure you have enabled showing of hidden items in Explorer.
C:/Users/name/AppData/Local/
If you are unable to delete this folder, Run services.msc to open the Services Manager, scroll down to Tile Data model server service and stop it. Now try to delete the folder again.
5. Now check if your taskbar is working as expected.
One of these fixes should work just fine for you. Shout out in the comments section below if any of these methods worked out for you or if you are facing any other issue with the taskbar on Windows 10.
Comments
Post a Comment