Windows 10: Apply Local Group Policy to Specific User in Windows 10

Discus and support Apply Local Group Policy to Specific User in Windows 10 in Windows 10 Tutorials to solve the problem; How to: Apply Local Group Policy to Specific User in Windows 10 How to Apply Local Group Policies to Specific User in Windows 10 The Local Group... Discussion in 'Windows 10 Tutorials' started by ahelton, Mar 13, 2018.

  1. ahelton Win User

    Apply Local Group Policy to Specific User in Windows 10


    How to: Apply Local Group Policy to Specific User in Windows 10

    How to Apply Local Group Policies to Specific User in Windows 10


    The Local Group Policy Editor (gpedit.msc) is a Microsoft Management Console (MMC) snap-in that provides a single user interface through which all the the Computer Configuration and User Configuration settings of Local Group Policy objects can be managed.

    Multiple Local Group Policy is a collection of Local Group Policy objects (LGPOs) designed to provide improved management for computers that are not part of a domain. This collection consists of the following LGPOs:
    • Local Computer Policy - This LGPO applies policy settings to the computer and any users logging on to the computer. This is the same LGPO that was included in earlier versions of Microsoft Windows.
    • Administrators Local Group Policy - This LGPO applies user policy settings to members of the Administrators group.
    • Non-Administrators Local Group Policy - This LGPO applies user policy settings to users who are not included in the Administrators group.
    • User-Specific Local Group Policy - This LGPO applies user policy settings to a specific local user.
    This tutorial will show you how to create a user-specific Local Group Policy MSC (Microsoft Saved Console) that applies user policy settings to only a specific local user in Windows 10.

    *Warning You must be signed in as an administrator to be able to apply user-specific Local Group Policies.

    *note The Local Group Policy Editor is only available in the Windows 10 Pro, Enterprise, and Education editions.

    Multiple Local Group Policy objects (MLGPOs) are not available on domain controllers.

    Local Group Policy is processed in the following order, with the final LGPO taking precedence over all others:
    1. Local Group Policy (also known as Local Computer Policy).
    2. non-administrators Local Group Policy.
    3. User-specific Local Group Policy.
    User-specific LGPOs are stored in the hidden C:\Windows\System32\GroupPolicyUsers system folder.


    EXAMPLE: User-Specific Local Group Policy

    Apply Local Group Policy to Specific User in Windows 10 [​IMG]




    Here's How:

    1. Press the Win+R keys to open Run, type mmc in Run, and click/tap on OK to open the Microsoft Management Console.

    2. Click/tap on Yes when prompted by UAC.

    3. In MMC, click/tap on File (menu bar), and click/tap on Add/Remove Snap-in. (see screenshot below)

    Apply Local Group Policy to Specific User in Windows 10 [​IMG]

    4. Select Group Policy Object Editor in the left pane, and click/tap on the Add button in the middle. (see screenshot below)

    Apply Local Group Policy to Specific User in Windows 10 [​IMG]

    5. Click/tap on the Browse button. (see screenshot below)

    Apply Local Group Policy to Specific User in Windows 10 [​IMG]

    6. Click/tap on the Users tab, select the user account name (ex: Brink2) you want for this user-specific Local Group Policy MMC, and click/tap on OK. (see screenshot below)

    *note The items highlighted in yellow below are groups and not users.

    Apply Local Group Policy to Specific User in Windows 10 [​IMG]

    7. Click/tap on Finish. (see screenshot below)

    Apply Local Group Policy to Specific User in Windows 10 [​IMG]

    8. Click/tap on OK. (see screenshot below)

    Apply Local Group Policy to Specific User in Windows 10 [​IMG]

    9. In MMC, click/tap on File (menu bar), and click/tap on Save As. (see screenshot below)

    Apply Local Group Policy to Specific User in Windows 10 [​IMG]

    10. Navigate to and select where (ex: Desktop) you want to save this MSC to, type in a file name (ex: "Local Group Policies for Brink2") you want for the MSC, and click/tap on Save. (see screenshot below)

    Apply Local Group Policy to Specific User in Windows 10 [​IMG]

    11. You will now only need to open this user-specific Local Group Policy MSC (ex: "Local Group Policies for Brink2") whenever you want to configure policy settings that are only applied to the specified user (ex: Brink2) from step 6. (see screenshots below)

    *note Steps 1 to 10 above were only required to create this user-specific Local Group Policy MSC.

    Apply Local Group Policy to Specific User in Windows 10 [​IMG]


    Apply Local Group Policy to Specific User in Windows 10 [​IMG]


    That's it,
    Shawn


    Related Tutorials

    :)
     
    ahelton, Mar 13, 2018
    #1

  2. Color Management in Windows 10

    I'm Greg, an installation specialist and 8 year Windows MVP, here to help you.

    This is a consumer forums so you might get more specialized help for IT Pros at Technet:

    https://social.technet.microsoft.com/Forums/en-...


    That said, could this calibration not be done on the monitor itself?

    See here for How to apply Windows 10 Local Group Policy settings to specific users:

    https://www.windowscentral.com/how-apply-local-...


    I hope this helps. Feel free to ask back any questions and let us know how it goes. I will keep working with you until it's resolved.
     
    Greg Carmack - Windows MVP, Mar 13, 2018
    #2
  3. File Association Group Policy Not Applying

    I am having some issue with a specific group policy not being applied. I am trying to set this

    Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > File Explorer > Set a default associations configuration file

    group policy for a golden image, however it never seems to actually run. The procedure I use to set it is: I set the defaults that I want, then I run

    dism /online /export-defaultappassociations:<path & filename>.xml

    in an elevated powershell window, move the file to C:\ProgramData, and specify the file location in group policy.

    Once that is complete, I go to test to see if it works. It does not. I have tried logging out, restarting, creating a new user account, resetting the defaults in settings, and replacing the OEMDefaultAssociations.xml file in System32.
    The specific group policy never seems to run.

    Relevant Info:

    Other group policies work fine and have no issues.

    I ran a gpresult, and it does not report any issues.

    The computer is not and has never been join to domain. (only local group policy exists)

    Windows 10 Education - x64 - 1709 - 16299.19
     
    Lucas Ciula, Mar 13, 2018
    #3
  4. Brink
    Brink New Member

    Apply Local Group Policy to Specific User in Windows 10

    Brink, Mar 13, 2018
    #4
  5. ahelton Win User
    I figured it out and it's surprisingly simple. Just need to enable hidden folders and go to C:\Windows\System32\GroupPolicyUsers and find the registry.pol file. Copy it onto a flash drive and then import it into the same location on the new machine. Afterwards, run the Code: GPUPDATE[/quote] in an elevated command prompt and you are golden. Of course, all this is done in an admin account. I restarted the computer just to be safe, then logged into the user account where I want the policies applied and everything works as intended!

    I am setting up a new reference machine, but didn't want to have to manually create new policies for a specific user that has limited permissions. Glad to know there is a way to do this!
     
    ahelton, Mar 13, 2018
    #5
  6. Brink
    Brink New Member
    Great news Andrew. *Party

    That's basically what the backup tutorial above does, but for all 3 policy folders instead.
     
    Brink, Mar 13, 2018
    #6
  7. ahelton Win User
    Awesome. Thanks for the input! I'll hopefully remember this a few months from now when I likely need to do this again *Smile Going to save the link to your tutorial in my Deployment folder for future reference.
     
    ahelton, Apr 4, 2018
    #7
Thema:

Apply Local Group Policy to Specific User in Windows 10

Loading...
  1. Apply Local Group Policy to Specific User in Windows 10 - Similar Threads - Apply Local Group

  2. Group Policy Applying To .Local Not .Com

    in Windows 10 Gaming
    Group Policy Applying To .Local Not .Com: User folder redirection group policy has worked seamlessly for several years. All of the sudden, new users aren’t getting folder redirection.Windows Server 2019. Hybrid with 365. When creating a user, the users are created with the email rather than .local. This is standard....
  3. Group Policy Applying To .Local Not .Com

    in Windows 10 Software and Apps
    Group Policy Applying To .Local Not .Com: User folder redirection group policy has worked seamlessly for several years. All of the sudden, new users aren’t getting folder redirection.Windows Server 2019. Hybrid with 365. When creating a user, the users are created with the email rather than .local. This is standard....
  4. Local Registry Settings and Local Group Policies do not get applied to All Users

    in Windows 10 Gaming
    Local Registry Settings and Local Group Policies do not get applied to All Users: I did some customization for Task bar and Other File Explorer Settings through Group Policy and Registry , but none of this is gets applied The settings are1. Remove Search Bar in task bar2. Remove Windows Store3. Launch File Explorer to "This PC" instead of Quick Access4....
  5. Local Registry Settings and Local Group Policies do not get applied to All Users

    in Windows 10 Customization
    Local Registry Settings and Local Group Policies do not get applied to All Users: I did some customization for Task bar and Other File Explorer Settings through Group Policy and Registry , but none of this is gets applied The settings are1. Remove Search Bar in task bar2. Remove Windows Store3. Launch File Explorer to "This PC" instead of Quick Access4....
  6. How to apply Local Group Policy to specific users in Windows 10

    in Windows 10 News
    How to apply Local Group Policy to specific users in Windows 10: [ATTACH]The Settings app and Control Panel are the two go-to destinations for Windows customizations […] This article How to apply Local Group Policy to specific users in Windows 10 first appeared on TheWindowsClub.com. read more...
  7. Local group policy -user specific

    in Windows 10 Customization
    Local group policy -user specific: Trying to move the local group policy I set up on one of my Windows 10 laptops to all my other windows 10 laptops. https://answers.microsoft.com/en-us/windows/forum/all/local-group-policy-user-specific/5392b7b6-66c8-46e0-84c4-52904a9aaac7
  8. applying local group policy

    in Windows 10 Performance & Maintenance
    applying local group policy: Hi ive no experience applying group policy settings. What I'm hoping for is that I can have certain registry configurations applied cross all users. If I downloaded a registry.pol configuration, how do I apply this actually? So I've copied the file to...
  9. Apply Local Group Policy to Administrators in Windows 10

    in Windows 10 Tutorials
    Apply Local Group Policy to Administrators in Windows 10: How to: Apply Local Group Policy to Administrators in Windows 10 How to Apply Local Group Policy to Administrators in Windows 10 [img] Information The Local Group Policy Editor (gpedit.msc) is a Microsoft Management Console (MMC) snap-in that provides a single user...
  10. Apply Local Group Policy to Non-Administrators in Windows 10

    in Windows 10 Tutorials
    Apply Local Group Policy to Non-Administrators in Windows 10: How to: Apply Local Group Policy to Non-Administrators in Windows 10 How to Apply Local Group Policy to Non-Administrators in Windows 10 [img] Information The Local Group Policy Editor (gpedit.msc) is a Microsoft Management Console (MMC) snap-in that provides a single...