Share via

Windows 10 taskbar not working properly and can't access start menu or settings?

Anonymous
2019-05-04T04:39:25+00:00

My computer's taskbar hasn't been working properly for the past few days. Whenever I turn my computer on, the taskbar is completely frozen and missing all the icons (my cursor turns into the loading symbol when I move my mouse over it). I tried clicking on it, which will cause my screen to go black, and then the icons will load and I can use them normally. However, I can't click on the start menu, the date and time, notification centre, battery, volume, etc. I right-clicked on my desktop and clicked on display settings, and then personalize, and each time the same message appears:

"This file does not have an app associated with it for performing this action. Please install an app, or, if one is already installed, create an association in the Default App Settings page." 

This is when I decided to go into my settings (through file explorer, since the start menu won't load). Turns out the settings app won't open, either. Windows store also won't open (it says "class not registered"). 

I've restarted my computer multiple times - nothing happened. I restarted windows explorer, ran sfc /scannow, pretty sure I did something through DISM, and nothing has changed. Does anyone know what to do here? Thanks in advance.

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

12 answers

Sort by: Most helpful
  1. Anonymous
    2019-05-04T04:47:39+00:00

    I can't try option 1 or 3 because windows key + X doesn't work at all. I can't use that function since  I can't access the start menu.

    Was this answer helpful?

    20+ people found this answer helpful.
    0 comments No comments
  2. Vijay A. Verma 104.8K Reputation points Volunteer Moderator
    2019-05-04T04:40:49+00:00

    Hi _klawson

    I am Vijay, an Independent Advisor. I am here to work with you on this problem.

    Please try these options one by one and check after each option.

    1. Reinstall Start Menu

    Windows Key+X > Click Powershell (Admin) > Copy the below and paste into Powershell > Enter > Reboot your computer

    Get-AppXPackage -Name Microsoft.Windows.ShellExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    1. CTRL+SHIFT+ESC to start Task Manager

    Locate Windows Explorer in Processes tab and kill it

    Now at the top File > Run new task > Put explorer.exe and Enter

    1. Run Built-in & Guided Walk through Windows Update troubleshooter

    Built-in : Windows Key+X > Click Settings > Click Update & security > Click Troubleshoot > Click Windows Update > Click Run the Troubleshooter

    Guided Walk though - https://support.microsoft.com/en-us/help/10164/...

    Please report me back the results so that I can advise further steps if your problem is not solved.

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2019-05-04T04:42:14+00:00

    Hi

    My name is Andre Da Costa; an Independent Consultant, Windows Insider MVP and Windows & Devices for IT MVP. I'm here to help you with your problem.

    Option 1:

    Press Windows key + X
    
    Click Windows PowerShell (Admin). 
    
    
    
    At the command prompt, type the following, hit Enter the restart. 
    

    Type in at the prompt OR Copy and Paste these one at a time : (Hit enter after each)

    Get-AppXPackage-AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Option 2:

    uninstall your display driver:

    Press Windows key + X

    Click Device Manager

    Expand Display adapters

    Right click the current display adapter

    Click Uninstall

    Exit Device Manager

    Restart

    Option 3:

    1. Open Notepad.
    2. Copy the following text into Notepad:

    @echo off

    taskkill /f /im explorer.exe

    taskkill /f /im shellexperiencehost.exe

    timeout /t 3 /NOBREAK > nul

    del %localappdata%\Packages\Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy\TempState\* /q

    timeout /t 2 /NOBREAK > nul

    start explorer

    @echo on

    1. Click File and Save.
    2. Choose a location to save the file. Enter a File name of ClearTileCache.bat and select Save as type of All files (*.*). Click Save.
    3. Open File Explorer and navigate to the location that you chose to save the file to. Double-click ClearTileCache.bat to run the file.

    Was this answer helpful?

    5 people found this answer helpful.
    0 comments No comments
  4. Vijay A. Verma 104.8K Reputation points Volunteer Moderator
    2019-05-04T04:48:51+00:00

    I think the right option for you would be to do a repair upgrade to correct this issue as it looks like your some of your system files have become corrupted. (This is not Reset or Reinstall of Windows). Repair upgrade fixes all Windows errors and retains all files, applications and settings. (You will not lose any data while backup is a good idea) Below is a good guide to perform repair upgrade

    https://www.tenforums.com/tutorials/16397-repai...

    Do let me know if you require any further help on this. Will be glad to help you.

    Disclaimer - This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2019-05-04T15:57:50+00:00

    I did this and followed all steps to reinstall Windows 10, and still have the same problem.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments