Advertisement
Guest User

Untitled

a guest
Jun 16th, 2011
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. <settings pass="specialize">
  4. <component name="Microsoft-Windows-UnattendedJoin" 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">
  5. <Identification>
  6. <Credentials>
  7. <Domain>intra.ecu.edu</Domain>
  8. <Password>*******</Password>
  9. <Username>*****tech</Username>
  10. </Credentials>
  11. <JoinDomain>intra.ecu.edu</JoinDomain>
  12. </Identification>
  13. </component>
  14. <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">
  15. <AutoLogon>
  16. <Password>
  17. <Value>JABwAEAAYwBlAEcAaAAwAHMAdAAhAFAAYQBzAHMAdwBvAHIAZAA=</Value>
  18. <PlainText>false</PlainText>
  19. </Password>
  20. <Domain>intra.ecu.edu</Domain>
  21. <Enabled>true</Enabled>
  22. <LogonCount>3</LogonCount>
  23. <Username>administrator</Username>
  24. </AutoLogon>
  25. </component>
  26. </settings>
  27. <settings pass="oobeSystem">
  28. <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">
  29. <AutoLogon>
  30. <Password>
  31. <Value>JABwAEAAYwBlAEcAaAAwAHMAdAAhAFAAYQBzAHMAdwBvAHIAZAA=</Value>
  32. <PlainText>false</PlainText>
  33. </Password>
  34. <Domain>intra.ecu.edu</Domain>
  35. <Enabled>true</Enabled>
  36. <LogonCount>3</LogonCount>
  37. <Username>Administrator</Username>
  38. </AutoLogon>
  39. </component>
  40. </settings>
  41. <settings pass="generalize">
  42. <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">
  43. <OEMInformation>
  44. <Manufacturer>Lenovo</Manufacturer>
  45. <Model>M58P</Model>
  46. <SupportPhone>328-9830</SupportPhone>
  47. </OEMInformation>
  48. </component>
  49. </settings>
  50. <cpi:offlineImage cpi:source="wim:c:/users/registera09/documents/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  51. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement