m4g3n74 Posted April 26, 2009 Posted April 26, 2009 (edited) hi there, im looking for a method to make those options UNTICK after an unattend windows xp installation:"automatically synchronize with an internet time server""automatically adjust clock for daylight saving changes"many thanks! Edited April 26, 2009 by m4g3n74
Guest Posted April 26, 2009 Posted April 26, 2009 Import a reg file with the following contents during GuiRunOnceWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]"DisableAutoDaylightTimeSet"=dword:00000001[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters]"Type"="NoSync"
m4g3n74 Posted April 26, 2009 Author Posted April 26, 2009 Import a reg file with the following contents during GuiRunOnceWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]"DisableAutoDaylightTimeSet"=dword:00000001[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters]"Type"="NoSync"thanks . but i think i too newb to understand u..after creating that reg file, where and when do i need to import that?im using the latest version of nlite.
Guest Posted April 26, 2009 Posted April 26, 2009 (edited) In the root of your source folder create a folder named $OEM$.Inside $OEM$ create another folder called $1.Open up notepad and paste that code. Save the file as time.reg (or whatever name you like).Move time.reg to $1.In your nlite run select Unattended when your at Task Selection (in addition to your other tasks of course).Once at Unattended, under General tab > OEM Preinstall select Enabled.Under RunOnce tab paste this -> regedit /s %SystemDrive%\time.regClick addThat's it. Edited April 26, 2009 by -X-
m4g3n74 Posted April 26, 2009 Author Posted April 26, 2009 thanks, i will try this.btw,1) the file time.reg, will be copied to hd ?2) when that import will occur? after the windows installed? or before?3) all the files in that OEM folder are going to be in %SystemDrive% ? i didnt understand how the reg file will be found..many thanks!
Guest Posted April 26, 2009 Posted April 26, 2009 (edited) Yeah it will be copied to your OS partition.See here http://unattended.msfn.org/unattended.xp/view/web/18/The import occurs after the reboot when it's done doing the GUI portion of setup. Right before you log in for the first time. Edited April 28, 2009 by -X-
m4g3n74 Posted April 26, 2009 Author Posted April 26, 2009 thanks!now i know that when u say "root folder" , u mean in I386 folder ...
Guest Posted April 26, 2009 Posted April 26, 2009 No, the root folder is the folder that contains i386. $OEM$ should be parallel to i386 not in i386.Didn't notice that flaw in that image.
Bezalel Posted April 27, 2009 Posted April 27, 2009 No, the root folder is the folder that contains i386. $OEM$ should be parallel to i386 not in i386.Didn't notice that flaw in that image.That image was created for distribution shares where $OEM$ should be in i386. when using a bootable CD $OEM$ should be in the root of the CD.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now