Hi leute,
ich habe vor ein Script für Windows Vista zu basteln was folgendes tut , es soll die OOBE (alle Einstellungen die nach dem Neustart kommen ( Firewallfrage,Netzwerkumgebung,Zeit, Landeseinstellungen usw... )) beantworten und es soll auf jeden Fall die SID´s ändern. Mein momentanes Script werde ich nachfolgend noch posten. Ich starte es mit den Parametern /reboot /untattend /oobe und /generalize. Ich habe aber das Problem das es isher noch nicht vollständig silent abläuft.
Ihr könnt mir bestimmt helfen.
Hier das momentane:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DoNotCleanTaskBar>false</DoNotCleanTaskBar>
<DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
<ShowWindowsLive>false</ShowWindowsLive>
<StartPanelOff>true</StartPanelOff>
<TimeZone>W. Europe Standard Time</TimeZone>
<Themes>
<CustomDefaultThemeFile>1</CustomDefaultThemeFile>
<DefaultThemesOff>false</DefaultThemesOff>
</Themes>
<AutoLogon>
<Enabled>false</Enabled>
<LogonCount>1</LogonCount>
<Username>User</Username>
</AutoLogon>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<InputLocale>de-DE</InputLocale>
<SystemLocale>de-DE</SystemLocale>
<UILanguage>de-DE</UILanguage>
<UserLocale>de-DE</UserLocale>
</component>
</settings>
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UserData>
<ProductKey>
<Key>xxxxxxxxxxxxxxxxxxxxx</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>User</FullName>
<Organization>no</Organization>
</UserData>
<Restart>Restart</Restart>
<UseConfigurationSet>true</UseConfigurationSet>
<EnableNetwork>true</EnableNetwork>
<EnableFirewall>false</EnableFirewall>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:d:/windows%20vista/sources/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Seite 1 von 1
Vista Sysprep Script Sid Erneuern
Anzeige
Thema verteilen:
Seite 1 von 1

Hilfe
Neues Thema
Antworten

Nach oben

