Hi Jakub Mušák,
I get how annoying those update pop-ups can be, especially when you’ve got a bunch of machines to deal with.
For an easier life, you can push the settings through the Registry or Group Policy — super quick and saves you a ton of time!
To configure via Group Policy, press Windows + R, type gpedit.msc, and press Enter.1. Navigate to: Computer Configuration → Administrative Templates → Windows Components → Windows Update → Manage end user experience.
- Find and double-click Display options for update notifications.
- Set it to Disabled.
If you prefer to configure via the Registry, follow these steps:
Warning: Be careful when editing the Registry. Always back it up first!
- Press Windows + R, type regedit, and press Enter.
- Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
- If the WindowsUpdate key doesn’t exist, create it.
- Then right-click → New → DWORD (32-bit) Value → Name it SetUpdateNotificationLevel.
- Set its value to 0.
- Always restart your system after making any changes.
You can also create another DWORD:
- Name: UpdateNotificationLevel
- Value: 1 (Minimal notifications)
Feel free to let me know if it works for you or if you have any questions!