-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center.
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center.
- HP Community
- Desktops
- Desktop Operating Systems and Recovery
- Who Me Too'd this topic

Create an account on the HP Community to personalize your profile and ask a question
08-14-2021 08:34 PM
I have lost the right click function only on the start button in windows 10. It works and opens menus everywhere else but will not expand the quick access menu from the start button. I have restarted explorer, replaced winx files, ran numerous commands in powershell...
Command to Restart System:
shutdown /r System File Checker Commands: $env:PATH =$env:PATH+";." DISM /Online /Cleanup-Image /RestoreHealth sfc /scannow
Command to Re-register Windows Apps:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Commands to Update windows from PowerShell:
Install-Module PSWindowsUpdate Set-ExecutionPolicy -ExecutionPolicy RemoteSigned Import-Module PSWindowsUpdate Get-WindowsUpdate Install-WindowsUpdate
I have done everything I know to do. Ive updated windows, updated all drivers, system restore, and I have even reset the pc from recovery and nothing I do will give me the function back of right clicking the start button to bring up the menu. Please help