Forum Discussion
masfe12
Jul 13, 2021Copper Contributor
missing "windows update" menu in windows 11? how to fix it?
how to bring up the "windows update" menu in windows 11?
Greg Heuing
Jul 13, 2021Copper Contributor
Click where it says "Windows Update" in the upper right corner of that screen.
masfe12
Jul 13, 2021Copper Contributor
ike this. I installed this on virtualbox, there is a menu below the left but on my computer it doesn't appear.
- KapilAryaOct 12, 2021MVPTry to re-register Settings app:
1. Open administrative Windows PowerShell.
2. In PowerShell window, type/paste following cmdlet and press Enter key:
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
3. Let the command complete.
Let us know if this helps!- drcrista_0429Nov 13, 2023Copper Contributor
- KapilAryaNov 16, 2023MVPYou need to open Windows PowerShell as "administrator" to avoid this error.
- Michal_VanoOct 05, 2021Copper ContributorHi any fix for this? I upgraded today, and i am missing this option as well in the settings
- Michal_VanoOct 05, 2021Copper Contributor
little update : found solution via regedit
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorerkey SettingsPageVisibility and either delete content of this key or delete the key itself, in my case i had like 15 menu options hidden via this
- avukatMar 25, 2022Copper ContributorThank you, my 3 months problem solved 🙂
- Greg HeuingJul 13, 2021Copper ContributorWhen I first launch Settings after a reboot, mine looks like your first screen (no "Windows Update" in the menu on the left), but in the upper right corner there is a "Windows Update" status. When I click that, it takes me to the Windows Update page and the Windows Update menu item appears.
- masfe12Jul 14, 2021Copper ContributorI've clicked in the upper right corner but can't.
- GijsbertTanisSep 07, 2021Copper Contributor
masfe12 Did you fix this? Same issue here...