Jump to content

Recommended Posts

Posted (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 by m4g3n74

Posted

Import a reg file with the following contents during GuiRunOnce

Windows 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"

Posted
Import a reg file with the following contents during GuiRunOnce

Windows 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.

Posted (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.reg

Click add

That's it.

Edited by -X-
Posted

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!

Posted

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.

Posted
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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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