when deploying Windows 2008 R2 through WDS, a unattend.xml file is left. This exposes login to the WDS server:
<component name="Microsoft-Windows-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86"> <WindowsDeploymentServices> <Login> <WillShowUI>Never</WillShowUI> <Credentials> <Username>Administrator</Username> <Domain>domain.local</Domain> <Password>password</Password> </Credentials> </Login> <ImageSelection> <InstallImage> <ImageName>win7</ImageName> <ImageGroup>win7</ImageGroup> <Filename>win7std.wim</Filename> </InstallImage> <WillShowUI>Never</WillShowUI> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </ImageSelection> </WindowsDeploymentServices>
- Is there an option to hide the WDS server login info?
- Does the login info have to be an administrator of the WDS server/domain?
- Even after deleting the unattend.xml in C:\Windows\Panther\ I do not trust the login info to be safe



Help
Back to top










