I'd like to use sysprep to change computer name and SID.
Nothing else should be changed but it is not the case.
Regional settings and network settings are overwrited.
Here is a copy of my sysprep.ini
I've tried to remove [RegionalSettings] and [network] from the file but in this case default settings are applied.
;SetupMgrTag
[Unattended]
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386
TargetPath=\WINDOWS
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=105
OemSkipWelcome=1
[UserData]
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName="My company"
OrgName="My company"
ComputerName=""
[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=60
[TapiLocation]
CountryCode=32
Dialing=Tone
AreaCode=02
[RegionalSettings]
LanguageGroup=1
SystemLocale=00000809
UserLocale=00000809
InputLocale=080c:0000080c
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
[MS_TCPIP parameters]
DNSDomain=MSNET.RAILB.BE
EnableAdapterDomainNameRegistration=Yes
[Branding]
BrandIEUsingUnattended=Yes
[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0
[GuiRunOnce]
Command0="%systemroot%\system32\wscript.exe c:\toolkit\RegionalOptions.vbe"
With setup manager I can't specify all the thing I need in my regional settings (ie: list separator, ...).
So, the best solution is that sysprep doest not change theses settings.
Is there a sysprep expert ?
Thanks in advance for your help.
Nothing else should be changed but it is not the case.
Regional settings and network settings are overwrited.
Here is a copy of my sysprep.ini
I've tried to remove [RegionalSettings] and [network] from the file but in this case default settings are applied.
;SetupMgrTag
[Unattended]
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386
TargetPath=\WINDOWS
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=105
OemSkipWelcome=1
[UserData]
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName="My company"
OrgName="My company"
ComputerName=""
[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=60
[TapiLocation]
CountryCode=32
Dialing=Tone
AreaCode=02
[RegionalSettings]
LanguageGroup=1
SystemLocale=00000809
UserLocale=00000809
InputLocale=080c:0000080c
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
[MS_TCPIP parameters]
DNSDomain=MSNET.RAILB.BE
EnableAdapterDomainNameRegistration=Yes
[Branding]
BrandIEUsingUnattended=Yes
[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0
[GuiRunOnce]
Command0="%systemroot%\system32\wscript.exe c:\toolkit\RegionalOptions.vbe"
With setup manager I can't specify all the thing I need in my regional settings (ie: list separator, ...).
So, the best solution is that sysprep doest not change theses settings.
Is there a sysprep expert ?
Thanks in advance for your help.