I am not able to disable windows auto update via registry in 2019 Windows server

Anonymous
2024-08-27T17:35:18+00:00

Hi Experts,

I am not able to disable windows auto update via registry in 2019 Windows server. I have followed official Microsoft page and added the NoAutoUpdate (REG_DWORD) and made the REG_DWORD value as 1 to disable automatic updates in the below mentioned registry path.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU

But I am getting below error.

Note: Hence our environment doesn't deployed with Active directory we cant make the required changes in GPO, So we are trying to disable the windows auto update via registry.

Please someone help me to fix this issue. I am looking forward to hearing from you

We have followed the below official microsoft link.

https://learn.microsoft.com/en-us/windows/deployment/update/waas-wu-settings

Windows for business | Windows Server | Performance | System performance

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. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} vote

5 answers

Sort by: Most helpful
  1. Anonymous
    2024-08-28T06:13:35+00:00

    Hello,

    Thank you for posting in Microsoft Community forum.

    Based on the description, I understand your question is related to disable auto update.

    Check below group policy:

    >> Policy Path:  Computer Configuration\Administrative Templates\Windows Component\Window Update

    Policy Name: Remove access to use all Windows Update Features.

    Setting: Enabled 

    Policy Name: Configure Automatic Updates

    Setting: Disable

    Policy Name: Do not allow update deferral policies to cause scans against Windows Update

             Setting: Enabled

    Have a nice day. 

    Best Regards,

    Molly

    0 comments No comments
  2. Anonymous
    2024-08-28T06:34:20+00:00

    @Molly Lu

    Hi Molly,

    Thanks much for your reply.

    Since its all-non-domain servers, I can't make the changes in GPO.

    Could you please help me to fix it with registry settings.

    I am looking forward to hearing from you.

    0 comments No comments
  3. Anonymous
    2024-08-30T01:10:11+00:00

    Hello,

    Maybe try this step:

    Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows.

    Create a New Key:

    Right-click on the Windows key, select New > Key, and name it WindowsUpdate.

    Create Another Key:

    Right-click on the WindowsUpdate key, select New > Key, and name it AU.

    Create a New DWORD Value:

    Right-click on the AU key, select New > DWORD (32-bit) Value, and name it NoAutoUpdate.

    Set the Value:

    Double-click on NoAutoUpdate and set its value to 1 to disable automatic updates.

    Best regards,

    Molly

    0 comments No comments
  4. Anonymous
    2024-08-30T04:26:51+00:00

    @Molly Lu

    Hi Molly,

    I am doing the same thing. You can check the question again.

    Regards
    Leo

    0 comments No comments
  5. Anonymous
    2024-09-02T01:27:21+00:00

    Hello,

    Yes I saw your questions, that's why it is firstly recommended to use group policy, which will be more accurate to disable those auto update related settings.

    Best regards,

    Molly

    0 comments No comments