Advertisement
Guest User

untnd

a guest
Jan 27th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. <settings pass="windowsPE">
  4. <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">
  5. <InputLocale>en-US</InputLocale>
  6. <SystemLocale>en-US</SystemLocale>
  7. <UILanguage>en-US</UILanguage>
  8. <UserLocale>en-US</UserLocale>
  9. </component>
  10. </settings>
  11. <settings pass="specialize">
  12. <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">
  13. <ComputerName>studentimg</ComputerName>
  14. <TimeZone>Eastern Standard Time</TimeZone>
  15. </component>
  16. <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">
  17. <RunSynchronous>
  18. <RunSynchronousCommand wcm:action="add">
  19. <Order>1</Order>
  20. <Path>net user administrator /active:yes</Path>
  21. </RunSynchronousCommand>
  22. </RunSynchronous>
  23. </component>
  24. </settings>
  25. <settings pass="oobeSystem">
  26. <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">
  27. <OOBE>
  28. <NetworkLocation>Work</NetworkLocation>
  29. <ProtectYourPC>3</ProtectYourPC>
  30. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  31. <HideEULAPage>true</HideEULAPage>
  32. </OOBE>
  33. <UserAccounts>
  34. <LocalAccounts>
  35. <LocalAccount wcm:action="add">
  36. <Password>
  37. <Value>ZQBtAGUAcgBnAGUAbgBjAHkANAAyAFAAYQBzAHMAdwBvAHIAZAA=</Value>
  38. <PlainText>false</PlainText>
  39. </Password>
  40. <Description>Local Administrator</Description>
  41. <DisplayName>Administrator</DisplayName>
  42. <Group>Administrators</Group>
  43. <Name>Administrator</Name>
  44. </LocalAccount>
  45. </LocalAccounts>
  46. </UserAccounts>
  47. <AutoLogon>
  48. <Password>
  49. <Value>ZQBtAGUAcgBnAGUAbgBjAHkANAAyAFAAYQBzAHMAdwBvAHIAZAA=</Value>
  50. <PlainText>false</PlainText>
  51. </Password>
  52. <Enabled>true</Enabled>
  53. <Username>administrator</Username>
  54. <LogonCount>5</LogonCount>
  55. </AutoLogon>
  56. <FirstLogonCommands>
  57. <SynchronousCommand wcm:action="add">
  58. <CommandLine>runas /user:administrator c:\firstboot\powershell.cmd</CommandLine>
  59. <RequiresUserInput>true</RequiresUserInput>
  60. <Order>1</Order>
  61. </SynchronousCommand>
  62. </FirstLogonCommands>
  63. <TimeZone>Eastern Standard Time</TimeZone>
  64. <RegisteredOrganization>Loganville Christian Academy</RegisteredOrganization>
  65. </component>
  66. <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">
  67. <InputLocale>en-US</InputLocale>
  68. <SystemLocale>en-US</SystemLocale>
  69. <UILanguage>en-US</UILanguage>
  70. <UILanguageFallback>en-US</UILanguageFallback>
  71. <UserLocale>en-US</UserLocale>
  72. </component>
  73. </settings>
  74. <cpi:offlineImage cpi:source="wim:g:/install.wim#Windows 8.1 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  75. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement