daniel.kuhn Posted November 29, 2007 Posted November 29, 2007 HiI've a little problem. We stage our workstations by restoring a previously created sysprep image. We then copy a sysprep.inf file to the later os partition and perform a few modifications....like editing the later computer name according to an LDAP query(1:1 Link from MAC to Computername stored in an LDAP directory). This works all fine. After 2 reboots the workstation is automatically joined to the domain with it's new name etc...I now have the problem that I should modify a value of the later HKLM registry tree prior to the first reboot. So loading the later registry hive in PE, change the value and save it. Has everyone done this before ?
IcemanND Posted November 29, 2007 Posted November 29, 2007 Do you want to do it silently or could it be a manual step?
IcemanND Posted November 29, 2007 Posted November 29, 2007 check out the REG.EXE command. You will need to LOAD the offline registry, make your changes and then UNLOAD the registry hive. Same as using LOAD/UNLOAD HIVE from within regedit.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now