Windows Update Service

pavan vemula 1 Reputation point
2021-08-11T16:43:46.283+00:00

Hello

Looking for windows update service registry keys and their importance

1) HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
a) if we create a name: DisableWindowsUpdateAccess value:1
b) it would disable windows update service and its capabilities
2) HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate/AU ( is this only related to enable or disable Auto update?)
a) here we have many options
b) noAutoUpdate Value:1 and 0

if we set above value as 1 - is that disable windows update capability not to look updates automatically - which means there should be WSUS?
or if we search for windows updates in control panel - does it look and show updates?

when we set this value as 1 - we see it throwing errors.

Please advice

Windows for business Windows Server User experience Other
{count} votes

3 answers

Sort by: Most helpful
  1. Rita Hu -MSFT 9,661 Reputation points
    2021-08-12T02:10:25.607+00:00

    @pavan vemula
    Thanks for your posting on Q&A.

    Here are some comments I want to share you:
    1) HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
    a) if we create a name: DisableWindowsUpdateAccess value:1
    b) it would disable windows update service and its capabilities

    Yes. In fact, you enable the Turn off access to all Windows Update features policy on the clients and the DisableWindowsUpdateAccess value will be added to the registry. Please review the below screenshots:
    122561-17.png

    122554-18.png

    2) HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate/AU ( is this only related to enable or disable Auto update?)
    a) here we have many options
    b) noAutoUpdate Value:1 and 0

    if we set above value as 1 - is that disable windows update capability not to look updates automatically - which means there should be WSUS?
    or if we search for windows updates in control panel - does it look and show updates?
    when we set this value as 1 - we see it throwing errors.

    In fact, the noAutoUpdate value is related with Configuration Automatic Updates policy. Value 1 means that you disabled the Configuration Automatic Updates policy. However, you have enabled the clients do not access to the Windows Update. So the clients could not access any update service.
    122571-19.png

    122572-20.png

    Please set the value 1 of noAutoUpdate.

    Hope the above will be helpful.

    Regards,
    Rita


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. pavan vemula 1 Reputation point
    2021-08-12T20:23:17.637+00:00

    Thank you
    @Rita Hu -MSFT -

    1) if we have enabled windows update service by not creating any Dword in HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
    but
    2) disabled using Dword NoAutoUpdate=1 in HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate/AU

    we have to manually download and install any updates. Does this mean still check for updates in control panel works?

    or do we need to use https://www.catalog.update.microsoft.com/Home.aspx to download KBs ?

    above scenario when we look for updates (check updates option) - it giving errors HRESULT: 0x80240438 - when I set NoAutoUpdate=0 - it started working again.

    need more clarity between two keys and what exactly they do. Please


  3. Limitless Technology 39,916 Reputation points
    2021-08-18T08:11:29.257+00:00

    Hello,

    this chains control the access in general to updates, independently of the source. The reason why you see errors, is because that chain does not accepted 1 or 0 as value.

    For these registry values you have the next options.

    NoAutoUpdate:
    0 - Enable Automatic Updates (Default)
    1 - Disable Automatic Updates
    AUOptions:
    2 - Notify for download and notify for install
    3 - Auto download and notify for install
    4 - Auto download and schedule the install

    If you are looking into granular control of Windows Updates through registry (for instance through registry GPOs) I will recommend you the next article which covers this and more options.

    Best regards,
    Luis P


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.