Forum Discussion
Nathan Christensen
Jul 12, 2018Copper Contributor
Strange issue with right clicking
I was wondering if anyone has seen this before? Basically whenever I try to right click, i just get this option for the menu.
It also happens on the start menu
There doesn't appear to be anything wrong with the server. It's just a nuisance trying to run things when you can't right click.
So far I've done
1. Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
2. sfc /scannow
3. dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /scanhealth
dism /online /cleanup-mage /restorehealth
4. ran virus scans
5. Logged in with multiple different user accounts
6. And my boss was working on something to no avail.
Has anyone figured out a fix besides just reloading the server/os to fix something like this?
3 Replies
Sort By
I'd try creating and logging on as a new user. The profile may be somehow corrupt.
- Nathan ChristensenCopper Contributor
Ah forgot to mention I've done that with a few accounts just to see
You can try a repair install by running setup.exe from the root of the install media but I wouldn't hold a lot of hope for resolution.