Start11 Restore original start menu

Whenever I press the shortcut key for the original Windows 11 start menu I get the critical error messages and can't figure out how to restore the original start menu, I even tried uninstalling Start11. Any help would be appreciated thanks.

2,143 views 3 replies
Reply #1 Top

Hello,
Sorry to hear you are having issues. Please try purge part of this steps as mention here : [Link]. Reboot after the purge. Retest and report back here.

Thank you,
Basj,
Stardock Community Assistant.

Reply #2 Top

Sorry to hear you are having problems.  Unfortunately if your problem opening the Windows start menu continues without Start11 installed it is probably not something we can resolve for you as it sounds like Windows has corrupted a file somewhere.

This is a problem Windows has been known to have after updates for some people and is not caused by Start11 as it does not alter the OS menu itself.  It is merely coincidence you had Start11 installed.

If you have another user account it may be worth trying that to see if it lets you use the menu.

Reply #3 Top

If you are comfortable running commands in Command Prompt, try the following.

Open Command Prompt as an Administrator and enter the following commands one at a time in the order listed. If your OS is corrupted, there's a chance this will fix it.

Windows File Protection:
 
⦁ Verifies all protected Windows files are intact and in original versions. 
 
C:\WINDOWS\system32>sfc /scannow
 
 
Deployment Image Servicing and Management (DISM):
 
⦁ The CheckHealth option in DISM lets you quickly determine if there are any corruptions inside the local image, but the option won't perform any repairs.
 
C:\WINDOWS\system32>DISM /Online /Cleanup-Image /CheckHealth
 
⦁ The ScanHealth option performs a more advanced scan to determine if the image has any problems.
 
C:\WINDOWS\system32>DISM /Online /Cleanup-Image /ScanHealth
 
⦁ If there are issues with the system image of Windows 10, use DISM with the
RestoreHealth option to run an advanced scan and repair problems automatically.
 
C:\WINDOWS\system32>DISM /Online /Cleanup-Image /RestoreHealth