Windows 10 - Windows update option missing from settings

Anonymous
2017-10-30T12:19:52+00:00

We have an external IT company that looks after our PCs in the office but they generally don't do updates. I have discovered some PCs in the office with old versions of Windows that need to be updated.

I used to be able to update the machines by going to Settings --> Update and Security --> Windows Update and click check for updates.

Strangely this options is missing from the Dell machines but not the HP machines in the office. See below for the screenshot of the menu on the Dell machine.

Would anyone know why this option might be missing? I think it might be a Group Policy but why only one type of machine?

Your insights are welcome!

Adam

--

Typical Machine

Dell or HP

Windows 10 Pro

Part of domain

Version 1703 or earlier

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes
Answer accepted by question author
  1. Anonymous
    2017-11-02T20:53:21+00:00

    I was able to resolve this by following steps

    Go to below link and Enable group policy for showonly:network-vpn;windowsupdate

    https://www.windowscentral.com/how-hide-settings-pages-windows-10-creators-update

    After that you will see Only network and Windows update under settings .

    Then disable this policy , and you will have all settings back along with Windows Update .

    110 people found this answer helpful.
    0 comments No comments

9 additional answers

Sort by: Most helpful
  1. Kapil Arya 36,426 Reputation points Volunteer Moderator
    2017-10-30T12:52:41+00:00

    Hello,

    Try re-registering Settings app. Run following command in administrative Windows PowerShell:

    Get-AppXPackage -AllUsers -Name microsoft.windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}

    Let us know if this helps!

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2017-10-30T13:39:52+00:00

    Hi! 

    Unfortunately that did not work. Unless I need to re-start the PC?

    0 comments No comments
  3. Kapil Arya 36,426 Reputation points Volunteer Moderator
    2017-10-30T13:41:33+00:00

    Okay, can you try creating new user account and check if issue persists on that.

    0 comments No comments
  4. Sumit 42,906 Reputation points Volunteer Moderator
    2017-10-30T14:14:54+00:00

    Yes, you might be right about Group Policy. Have you checked that?

    The Server machine might have imposed such policy, this is indeed possible.

    0 comments No comments