Question Win-X Power User Menu - Hotkeys not working sometimes.

May 7, 2022
1
0
10
Sometimes when I use the Power User Menu the hotkeys won't work and the letters won't be underlined. Even when using Win-X shortcut. This doesn't happen all the time and I can't figure out what is causing it.
 

Colif

Win 11 Master
Moderator
right click start (same menu as Win X)
choose Windows Terminal (admin)
now if it doesn't open as powershell, click the drop down arrow in title row and choose powershell
copy/paste this command into window: (if you type it, spacing needs to match)
Repair-WindowsImage -Online -RestoreHealth
and press enter
Then type SFC /scannow
and press enter

Restart PC if SFC fixes any files as some fixes require a restart to be implemented
First command repairs the files SFC uses to clean files, and SFC fixes system files
SFC = System File Checker. First command runs DISM - https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/what-is-dism?view=windows-11