Can a Standard User Upgrade to Windows 11?

ARMeyer 21 Reputation points
2022-02-04T00:24:21.963+00:00

I've been told that they can, but I want to verify. I have a Windows 2012 R2 Domain with Windows 10 clients. All of my users are "Standard Users" on their client computers. I want to know if they have permission to use Windows Update to install Windows 11. I don't want Windows 11 installed at this time since we have some programs (I currently know of one) which may not run and I don't have time to deal with any questions or other problems which may arise.

How can I prevent the installation?

Thanks.

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,526 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,103 questions
0 comments No comments
{count} votes

Accepted answer
  1. S.Sengupta 14,811 Reputation points MVP
    2022-02-04T00:34:23.923+00:00

    If the user has permission to update Windows through Windows update, they will likely have permission to update to Windows 11.

    You can block either via Group Policy or Registry edit.

    Create a .reg file with the following contents and run it on each system.

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "TargetReleaseVersion"=dword:00000001
    "ProductVersion"="Windows 10"
    "TargetReleaseVersionInfo"="21H2"

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. ARMeyer 21 Reputation points
    2022-02-04T00:42:03.903+00:00

    Thank you for your response. I will be sure to do that.

    0 comments No comments