vinevg
Goto Top

Unattend xml RunSynchronos and FirstLogonCommands Synchronos Command werden nicht verwendet

Hallo Zusammen,

Folgendes funktioniert bei mir aus mir noch ungelärten Gründen noch nicht.

Was wir haben:

WDS (Windows Deployment Server auf dem Win.2012 x64 DE + Win2008R2 Eterprise als insall.wim)
Unattend.xml mit den Einstellungen um komplett die Installtion zu automatisieren.

Was nicht funktioniert:

Bei der Imageverteilung werden folgende Einstellungen des Unattend.xml nicht verwendet

Punkt 4 Specialize

- <settings pass="specialize">  
- <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">  
- <RunSynchronous>
- <RunSynchronousCommand wcm:action="add">  
  <Order>10</Order> 
  <Description>UAC Abschaltung</Description> 
  <Path>%windir%\regedit.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA /t REG_DWORD /d 0 /f</Path>   
- <Credentials>
  <Domain /> 
  <Password>Pa$w0rd</Password> 
  <Username>administrator</Username> 
  </Credentials>
  </RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">  
  <Order>20</Order> 
  <Path>%windir%\regedit.exe add "HKEY_LOCAL_MACHINE\system\currentcontrolset\control\terminal server" /f /v fDenyTSConnections /t REG_DWORD /d 0</Path>   
  <Description>Remote Desktop Aktivierung</Description> 
- <Credentials>
  <Domain /> 
  <Password>Pa$w0rd</Password> 
  <Username>administrator</Username> 
  </Credentials>
  </RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">  
  <Path>%windir%\regedit.exe add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v ShutdownWithoutLogon /t REG_DWORD /d 1 /f</Path>   
  <Order>30</Order> 
  <Description>Logonout Shutdown</Description> 
- <Credentials>
  <Domain /> 
  <Password>Pa$w0rd</Password> 
  <Username>administrator</Username> 
  </Credentials>
  </RunSynchronousCommand>
  </RunSynchronous>


und Punkt 7 OOBE System
FirstLogon Commands\SynchronosCommands
- <FirstLogonCommands>
- <SynchronousCommand wcm:action="add">  
  <CommandLine>%windir%\system32\slmgr.vbs -ato</CommandLine> 
  <Description>OS Aktivierung</Description> 
  <Order>1</Order> 
  <RequiresUserInput>true</RequiresUserInput> 
  </SynchronousCommand>
- <SynchronousCommand wcm:action="add">  
  <Order>2</Order> 
  <Description>Firewall Abschaltung</Description> 
  <CommandLine>%windir%\system32\netsh advfirewall set allprofiles state off</CommandLine> 
  <RequiresUserInput>true</RequiresUserInput> 
  </SynchronousCommand>
- <SynchronousCommand wcm:action="add">  
  <CommandLine>%windir%\system32\gpupdate.exe /force</CommandLine> 
  <Description>Policy</Description> 
  <Order>3</Order> 
  <RequiresUserInput>true</RequiresUserInput> 
  </SynchronousCommand>
  </FirstLogonCommands>


Nun, da ich leider nicht so in Unattended.xml fit bin, hoffe ich, Ihr könnt mir helfen.

Anbei ist mein XML Code

Content-Key: 205039

Url: https://administrator.de/contentid/205039

Printed on: April 23, 2024 at 16:04 o'clock

Member: vinevg
vinevg Apr 16, 2013 at 10:40:20 (UTC)
Goto Top
Hat jemand nen tipp zu meinem Problem????