Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 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="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. <Identification>
  6. <joindomain>INSERTDOMAIN</joindomain>
  7. <UnsecureJoin>true</UnsecureJoin>
  8. </Identification>
  9. </component>
  10. <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">
  11. <ComputerName>*</ComputerName>
  12. <RegisteredOrganization>Lancashire County Council</RegisteredOrganization>
  13. <RegisteredOwner>St Marys Primary School</RegisteredOwner>
  14. <TimeZone>GMT 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. <Description>Enable Admin account</Description>
  22. </RunSynchronousCommand>
  23. </RunSynchronous>
  24. </component>
  25. </settings>
  26. <settings pass="oobeSystem">
  27. <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">
  28. <InputLocale>0809:00000809</InputLocale>
  29. <SystemLocale>en-gb</SystemLocale>
  30. <UILanguage>en-gb</UILanguage>
  31. <UserLocale>en-gb</UserLocale>
  32. <UILanguageFallback>en-gb</UILanguageFallback>
  33. </component>
  34. <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">
  35. <DisableAntiSpyware>true</DisableAntiSpyware>
  36. </component>
  37. <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">
  38. <AutoLogon>
  39. <Password>
  40. <Value>P@ssw0rd</Value>
  41. <PlainText>true</PlainText>
  42. </Password>
  43. <Domain>INSERTDOMAIN</Domain>
  44. <Enabled>true</Enabled>
  45. <LogonCount>2</LogonCount>
  46. <Username>joindomain</Username>
  47. </AutoLogon>
  48. <OOBE>
  49. <HideEULAPage>true</HideEULAPage>
  50. <ProtectYourPC>1</ProtectYourPC>
  51. <HideLocalAccountScreen>true</HideLocalAccountScreen>
  52. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  53. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  54. <SkipUserOOBE>true</SkipUserOOBE>
  55. <SkipMachineOOBE>true</SkipMachineOOBE>
  56. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  57. </OOBE>
  58. <UserAccounts>
  59. <AdministratorPassword>
  60. <Value>ENTERPW</Value>
  61. <plaintext>true</plaintext>
  62. </AdministratorPassword>
  63. </UserAccounts>
  64. </component>
  65. </settings>
  66. <cpi:offlineImage cpi:source="wim://edu-prd-sccm1/softwaresource$/iso/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  67. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement