Jump to content

Standard group membership of OOBE user creation


Recommended Posts

Hi,

how can I change the standard group membership(s) of the new user, who is created in Windows 7 OOBE pass? I don't use UAC and I would like to change this group from "Administrators" to "Users" (restricted user group).

Perhaps is there any policy that controls this?

Any idea?

Thanks! :)

Edited by Oisin
Link to comment
Share on other sites


Hello!

Just create an local Account inside "Autounattend.xml":

LocalAccounts inside:

Components

Microsoft-Windows-Shell-Setup

<settings pass="oobeSystem">

Unattended Windows Setup Reference for Windows 7.chm

Group

Group specifies the name of an existing local security group to which a new LocalAccount will be added during installation. You can add a user to multiple groups by entering multiple group names separated by semicolons.

The Microsoft-Windows-Shell-Setup component recognizes the following English group names and sets the appropriate localized group name, regardless of the default language of the Windows® image:

AccountOperators

Administrators

BackupOperators

CryptoOperators

DCOMUsers

Guests

IUsers

NetworkConfigurationOperators

PerfLoggingUsers

PerfMonitoringUsers

PowerUsers

PrintOperators

RemoteDesktopUsers

Replicator

SystemOperators

Users

Specify the account names and group names by using language-neutral names. The language-neutral account and group names are specified in English—for example, Administrators, Power Users, and Guest. This is required because the shell account settings are processed before a default user interface (UI) language is applied to the computer.

Values

Group_name

Specifies the existing local security group for the local account. More than one group can be specified (separated by semicolons). Group_name is a string with a maximum length of 256 characters.

Regards

Edited by myselfidem
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...