How to set default registry value for all users in reference PC

Johan Dahlin 1 Reputation point
2020-08-08T01:32:20.11+00:00

Using Deployment Workbench (ver 6.3.8456.1)
I created a Deployment share to install Window 10,
and the Task sequence does a lot of things.
Installing applications, adding computer settings, Global Policy settings etc

It creates 2 users: admin and a non admin user.

Now I like to set registry setting for both users.
Not just for admin user.

But the result of the registry script that are ran is that only the admin user registry settings are changed.

-Is there a simple way to also set registry values for non admin users?

For example:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows
MenuDropAlignment 0

(Set MenuDropAlignment to Left hand for all users)

best regards

JD

Windows for business Windows Client for IT Pros User experience Other
{count} votes

3 answers

Sort by: Most helpful
  1. T. Kujala 8,761 Reputation points
    2020-08-08T05:44:12.917+00:00

    Hi @Johan Dahlin ,

    I think the easiest way is to use the Group Policy objects for adding registry keys.

    You can use a security filtering for applying values for certain users.

    Deploy a registry key via group policy.

    0 comments No comments

  2. Kapil Arya 8,451 Reputation points MVP Volunteer Moderator
    2020-08-08T09:28:55.417+00:00

    Hello,

    You can use Group Policy to accomplish such deployment.

    See steps here to deploy a registry key using Group Policy:

    https://www.kapilarya.com/deploy-a-registry-key-using-group-policy

    Hope this helps!

    Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.

    0 comments No comments

  3. Joy Qiao 4,911 Reputation points Microsoft Employee Moderator
    2020-08-10T07:01:50.537+00:00

    Hi,

    We recommend to create a logon script through Group Policy Object after deploy client computers. It would be more convenient to apply.

    Here is a link for reference.

    Step by Step How to Configuring Scripts with GPOs in Windows Server 2016

    Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.

    Bests,


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.