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?
how to bring up the "windows update" menu in windows 11?
- Greg HeuingCopper ContributorClick where it says "Windows Update" in the upper right corner of that screen.
- masfe12Copper Contributor
ike this. I installed this on virtualbox, there is a menu below the left but on my computer it doesn't appear.
- Try 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!