Hello,
I'm facing these problems below:
I can't left or right click the start menu (Windows Icon) + I can't right click the apps that is running on the taskbar + I can't use the search bar + I can't open windows settings even with (Win Key + i) + I can't open Microsoft Store
I've tried restarting the windows explorer through task manager but that didn't fix my problem
The cause of this problem is: Corrupted WindowsApps folder and I can't seem to restore it to its original state with Powershell + I've tried to fix it by using these commands through the Powershell:
sfc /scannow
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /RestoreHealth
net stop wuauserv
net stop cryptSvc
net stop bits
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
netsh winsock reset
Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Those commands are from here (https://answers.microsoft.com/en-us/windows/forum/all/add-appxpackage-deployment-failed-with-hresult/266cc215-32e1-48d9-a7d0-a80057eafe7f)
And after that I rebooted my pc, after that my start menu won't work alongside with the search bar and Windows Settings