Forum Discussion

masfe12's avatar
masfe12
Copper Contributor
Jul 13, 2021

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 Heuing's avatar
    Greg Heuing
    Copper Contributor
    Click where it says "Windows Update" in the upper right corner of that screen.
    • masfe12's avatar
      masfe12
      Copper Contributor

      Greg Heuing 

       

      ike this. I installed this on virtualbox, there is a menu below the left but on my computer it doesn't appear.

      • KapilArya's avatar
        KapilArya
        MVP
        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!

Resources