Share via

Multiple problems

Emmanuel Nwachukwu 0 Reputation points
2026-03-10T22:02:17.8133333+00:00

Good day. I own a Lenovo Thinkpad 8th gen 16gb ram 256gb ROM laptop. Windows 10 pro.

Occasionally, my taskbar just stops working, I can't access my settings...

Many Microsoft apps don't open and many fail and don't respond. It just started about 2hrs ago.

Please what do I do?

I've tried everything possible

Windows for home | Windows 10 | Performance and system failures
0 comments No comments

2 answers

Sort by: Most helpful
  1. John DeV 164.9K Reputation points Independent Advisor
    2026-03-11T09:34:24.8866667+00:00

    Please try to return to the login screen

    While holding the Left Shift key, click the Power icon at the bottom right > Restart

    This will bring you to Windows Recovery Environment

    Select Troubleshoot > Advanced Options > Uninstall Updates

    Uninstall latest quality update

    If this doesn't work, Select Troubleshoot > Advanced Options > System Restore

    Select the restore point at an earlier date where everything is still working.

    Click Next then Finish

    Was this answer helpful?

    0 comments No comments

  2. John DeV 164.9K Reputation points Independent Advisor
    2026-03-10T22:36:44.98+00:00

    Hi, good day!

    Have you made any changes to your computer recently?


    Please try the following methods below.

    • Restart Windows Explorer

    Press Ctrl + Shift + Esc to open Task Manager.

    Select the Processes tab.

    Scroll down and look for Windows Explorer

    Right click then select Restart.

    • Please try to run SFC and DISM to check for any system errors and corrupted files.

    https://support.microsoft.com/windows/using-system-file-checker-in-windows-365e0031-36b1-6031-f804-8fd86e0ef4ca

    After that, restart your computer

    Note: You can open command prompt by doing this,

    Press Ctrl+Shift+Esc to open Task Manager then click File

    Select "Run new task" then type: cmd

    Make sure to put a check mark on the "Create this task with administrative privileges" box

    Continue with the commands within the link above.

    • Repair all Windows apps via PowerShell

    Press Ctrl+Shift+Esc to open Task Manager then click File

    Select "Run new task" then type: powershell

    Make sure to put a check mark on the "Create this task with administrative privileges" box

    Copy and paste the command below one at a time then press Enter. Please ignore the red errors and let the process complete.

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

    Restart your computer

    I look forward to receiving your update and I'm willing to collaborate with you till we resolve the issue. Do keep me informed by clicking "Add comment" below.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.