Windows Update and users type


Balubeto

Member
Local time
5:03 AM
Posts
56
OS
Windows 11
Hi

I have Windows 11 23H2 Enterprise

How do I disable Windows Update updates for all accounts except those in the Administrators group?

Thanks

Bye
 

My Computer

System One

  • OS
    Windows 11
Change the Group Policy:
Maybe you didn't understand:

My purpose would be to enable the use of the Windows Update service only for the users belonging to the Administrators group so that Windows 11 can download the updates only when one of these users is logged in.

Now, do you understand?

Thanks

Bye
 

My Computer

System One

  • OS
    Windows 11
That is the same policy for blocking non-Admin users from triggering an update. It's right in the tutorial:
You must be signed in as an administrator to be able to enable or disable check for updates.

If you're expecting to block WU from running when no user is logged in (Admin or non-Admin) then you should disable automatic updates at the same time.
 

My Computer

System One

  • OS
    Windows 7
That is the same policy for blocking non-Admin users from triggering an update. It's right in the tutorial:

That line is about who can make the policy change, not who can run updates.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop

SetDisableUXWUAccess​


ScopeEditionsApplicable OS
✅ Device
❌ User
✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC
✅ Windows 10, version 1809 [10.0.17763] and later

Device
./Device/Vendor/MSFT/Policy/Config/Update/SetDisableUXWUAccess

This setting allows you to remove access to scan Windows Update.

If you enable this setting user access to Windows Update scan, download and install is removed.

Description framework properties
:

Property nameProperty value
Formatint
Access TypeAdd, Delete, Get, Replace
Default Value0

Allowed values:

ValueDescription
0 (Default)Disabled.
1Enabled.

Group policy mapping:

NameValue
NameDisableUXWUAccess
Friendly NameRemove access to use all Windows Update features
LocationComputer Configuration
PathWindows Components > Windows Update > Manage end user experience
Registry Key NameSoftware\Policies\Microsoft\Windows\WindowsUpdate
Registry Value NameSetDisableUXWUAccess
ADMX File NameWindowsUpdate.admx
 

My Computer

System One

  • OS
    Windows 7
I finally worked out a different answer by using System Settings page visibility to hide WU's features, and enforced by a local policy on the Non-Administrators users group.

1. Visit the Security Compliance Toolkit page, and click Download. Only select the LGPO.zip file.
2. Extract the LGPO.exe file.
3. Extract the included ZIP file in the same folder as LGPO.exe

Never install a random Policy file from someone you don't trust.

To verify Registry.pol's contents, run this command:
LGPO.exe /parse /un Registry.pol

Code:
; ----------------------------------------------------------------------
; PARSING User:Non-Administrators POLICY
; Source file:  Registry.pol

User:Non-Administrators
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
SettingsPageVisibility
SZ:hide:windowsupdate

User:Non-Administrators
Software\Policies\Microsoft\Windows\Safer
*
CREATEKEY

; PARSING COMPLETED.
; ----------------------------------------------------------------------

4. LGPO.exe /un Registry.pol

Screenshot 2023-09-17 145738.png

Screenshot 2023-09-17 150122.png
 

Attachments

  • Registry.zip
    285 bytes · Views: 2

My Computer

System One

  • OS
    Windows 7
Another detail:

If I wanted that only users belonging to the Administrators group could download the updates from Windows Update and update the system, how could I do that?

Thanks

Bye
 

My Computer

System One

  • OS
    Windows 11

Latest Support Threads

Back
Top Bottom