Share via

Task bar not working.

Anonymous
2018-12-07T22:58:00+00:00

I’m having issues with windows taskbar on the lenovo legion y530. I can’t open applications or the start menu. Some applications come up as class not registered.

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

4 answers

Sort by: Most helpful
  1. Anonymous
    2018-12-08T04:58:09+00:00

    Hello,

    For multiple issues, try repairing your system with in-place upgrade:

    https://www.kapilarya.com/how-to-repair-windows...

    Let us know if this helps!

    Note: Included link in this reply refers to blog post by a trusted Microsoft MVP, so it is safe.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-12-07T23:35:59+00:00

    I followed the 3 steps at the bottom and it says: cmdlet Add-Appxpackage at command pipline position 1 supply values for the following parameters:

    Register:

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-12-07T23:10:10+00:00

    Hello!

    Welcome to the Microsoft community

    try using Windows PowerShell

    Right-click on Start Menu and choose Command Prompt (Admin).

    Type PowerShell and press Enter.

    Paste the following command in the PowerShell window and press Enter.

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

    Close PowerShell and navigate to C: / Users / name / AppData / Local /

    Delete TileDataLayer folder

    let me know if this works

    Regards

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2018-12-07T23:03:07+00:00

    Hi.

    Run the SFC command when troubleshooting a buggy Windows system. SFC works by scanning for and replacing system files that are corrupt, missing, or changed. Even if the SFC command doesn’t repair any files, running it will at least confirm that no system files are corrupted and then you can continue to troubleshoot your system with other methods. You can use the SFC command as long as the computer itself will start. If Windows will start normally, you can run it from an administrative command prompt. If Windows won’t start normally, you can try starting it in Safe Mode or in the recovery environment by booting from your installation media or recovery disc.

    https://support.microsoft.com/en-us/help/929833...

    If the above does not work, follow these steps:

    1. launch powershell
    2. Set-ExecutionPolicy Unrestricted
    3. Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Would you be so kind to say if this solved the problem?

    Was this answer helpful?

    0 comments No comments