Fix Start/Windows Menu Not Opening As It Is Stuck On A Loading Screen With A Loading Circle
Fix Can't open windows menu, it's stuck on a loading screen with a loading circle On Windows 11/10,Start Menu/Windows Menu Not Working On Windows 10/11
Step 1) Press alt+f4 on the loading screen
Step 2) Press Windows key + X/ctrl+alt+delete and then open "Task Manager"
In the "Processes" tab, find "Windows/File Explorer"
Right click on it and press "Restart"
Step 3) Press the Windows key + X or right-click on the start menu (Windows Logo) then Select Windows Powershell (admin)
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart PC
Step 4) Press the Windows key + X or right-click on the start menu (Windows Logo) then Select Windows Powershell (admin)
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
Restart PC
Step 5) Update Windows Using Media Creation Tool
https://www.microsoft.com/en-us/software-download/windows10
https://www.microsoft.com/en-us/software-download/windows11