Patrick J. LoPresti wrote:

>> i explain: for now, i have *.reg o to modify HKLM et HKCU for
Admin. but if i want to add some users (with Addusers for example)
and change their registry settings only on each of them or their group, how ? HKEY_USERS\.DEFAULT is no good as i don't want same settings for all. example: have some settings for group admin, group users, group guest.


With local profiles, you cannot do this until after the user has logged in for the first time. This is because the user-specific registry settings are stored in the profile, and a local profile is created (by copying the Default User profile) the first time a user logs in.

i know, but if i try with group policy, i'm falling here: http://support.microsoft.com/default.aspx?scid=kb;en-us;q315675&sd=tech a "complex" procedure to have one group policy for admins, and one for the rest. i would prefer making a few more differences.


If the user has logged in already, or if you are using roaming profiles, you can edit the NTUSER.DAT registry hive in the profile folder. For local profiles, this is normally "C:\Documents and Settings\username". For roaming profiles, it is whatever network directory you use to hold the profiles.
do you know if ntuser.dat can be "prepared" and copy on a new system
thereafter ?

if it's possible, we could load some reg for admin/machine entries and
let somes ntuser.dat for guest, normal user, or any types of users. right ?

http://www.microsoft.com/windows2000/en/server/help/load_hive_reged.htm
http://cvs.sourceforge.net/viewcvs.py/unattended/unattended/install/bin/win2ksp4-notips.pl?view=markup

thanks for the links. very interesting

Regards

Julien


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to