dreizehn
Goto Top

Windows Development Service installiert Windows 7 ohne Admin Account

Folgendes Problem :

Ich hab in meinem Netzwerk ein Windows 2k8 Server mit dem "Windows Development Service" (WDS) installiert - Windows 7 Image von nem Client gezogen und über PXE Netzwerk Boot über auf einen anderen Client installieren lassen. So lange ich die Installation ohne unattended.xml File durchführen lass geht alle super und ich hab am Ende genau das was ich will - Vorinstallierte Programme, Einstellungen, Account mit Adminrechten.

Wenn ich jetzt aber auf "unbeaufsichtigte Installation" umstelle und eine unattended.xml nutze ( die ich im Windows System Image Manager erestellt habe) funktioniert zwar die Installation ebenfalls, aber ich bekomm am ende KEINE account mit Admin rechten. Der Account "Ted" ist zwar da, aber er hat nur "normale" Benutzerrechte. Wenn ich z.B. Eine exe-Datei ausführen will als Admin kommt das "Wollen Sie das Programm als Admin ausführen?" -Fenster mit einem ausgegrauten "JA"-Button.


Hier mal meine xml:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" 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">
<SetupUILanguage>
<UILanguage>de-DE</UILanguage>
</SetupUILanguage>
<SystemLocale>de-DE</SystemLocale>
<UILanguage>de-DE</UILanguage>
<UILanguageFallback>de-DE</UILanguageFallback>
<UserLocale>de-DE</UserLocale>
<InputLocale>de-DE</InputLocale>
</component>
<component name="Microsoft-Windows-Setup" 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">
<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>50000</Size>
<Type>Primary</Type>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>2</Order>
<Size>50000</Size>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
</DiskConfiguration>
<WindowsDeploymentServices>
<Login>
<Credentials>
<Domain>FIRMA.com</Domain>
<Password>Passwort</Password>
<Username>USER</Username>
</Credentials>
</Login>
<ImageSelection>
<InstallImage>
<Filename>Windows7-August2010-v2.wim</Filename>
<ImageGroup>Windows7</ImageGroup>
<ImageName>Windows7-August2010-v2</ImageName>
</InstallImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</ImageSelection>
</WindowsDeploymentServices>
</component>
</settings>
<settings pass="generalize">
<component name="Microsoft-Windows-Security-SPP" 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">
<SkipRearm>1</SkipRearm>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Security-SPP-UX" 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">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
<component name="Microsoft-Windows-Shell-Setup" 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">
<OEMInformation>
<Logo>C:\Windows\logo.bmp</Logo>
<Manufacturer>FIRMA</Manufacturer>
<Model>Version2-August2010</Model>
</OEMInformation>
<DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
<ShowWindowsLive>false</ShowWindowsLive>
<TimeZone>W. Europe Standard Time</TimeZone>
</component>
<component name="Security-Malware-Windows-Defender" 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">
<DisableAntiSpyware>true</DisableAntiSpyware>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-International-Core" 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">
<InputLocale>de-DE</InputLocale>
<UILanguage>de-DE</UILanguage>
<UILanguageFallback>de-DE</UILanguageFallback>
<UserLocale>de-DE</UserLocale>
</component>
<component name="Microsoft-Windows-Shell-Setup" 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">
<OEMInformation>
<Model>Version 2 - August 2010</Model>
<Manufacturer>FIRMA</Manufacturer>
<Logo>C:\Windows\logo.bmp</Logo>
</OEMInformation>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<UserAccounts>
<AdministratorPassword>
<Value>Passwort</Value>
<PlainText>true</PlainText>
</AdministratorPassword>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>Passwort</Value>
<PlainText>true</PlainText>
</Password>
<DisplayName>Ted</DisplayName>
<Name>Ted</Name>
<Group>Administratoren</Group>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
</component>
</settings>
<settings pass="auditSystem">
<component name="Microsoft-Windows-Shell-Setup" 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">
<UserAccounts>
<AdministratorPassword>
<Value>Passwort</Value>
<PlainText>true</PlainText>
</AdministratorPassword>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>Passwort</Value>
<PlainText>true</PlainText>
</Password>
<Name>Ted</Name>
<DisplayName>Ted</DisplayName>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:f:/sources/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>


Hoffe mir kann jemand helfen, danke schonmal

dreizehn

Content-Key: 149771

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

Printed on: April 25, 2024 at 01:04 o'clock

Member: dreizehn
dreizehn Aug 26, 2010 at 12:06:14 (UTC)
Goto Top
ok ich habs,

im User Account muss unter Group nicht "Administratoren" sondern "Administrators; Power Users" stehen
Member: DerWoWusste
DerWoWusste Aug 26, 2010 at 14:56:00 (UTC)
Goto Top
Anmerkung: Power users wohl eher nicht, die Gruppe ist seit Vista entmachtet (=Users).