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?
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.
KapilArya
Oct 12, 2021MVP
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!
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.