Advertisement
Guest User

Untitled

a guest
Apr 1st, 2019
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 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-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">
  5. <OEMInformation>
  6. <SupportPhone>[REDACTED]</SupportPhone>
  7. <SupportProvider>[REDACTED]</SupportProvider>
  8. <SupportURL>https://[REDACTED]</SupportURL>
  9. </OEMInformation>
  10. <CopyProfile>true</CopyProfile>
  11. <TimeZone>Central Standard Time</TimeZone>
  12. <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
  13. <ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
  14. </component>
  15. <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">
  16. <SystemLocale>en-US</SystemLocale>
  17. <InputLocale>en-US</InputLocale>
  18. <UILanguage>en-US</UILanguage>
  19. <UserLocale>en-US</UserLocale>
  20. </component>
  21. </settings>
  22. <settings pass="oobeSystem">
  23. <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">
  24. <OOBE>
  25. <VMModeOptimizations>
  26. <SkipAdministratorProfileRemoval>false</SkipAdministratorProfileRemoval>
  27. </VMModeOptimizations>
  28. <HideEULAPage>true</HideEULAPage>
  29. <HideLocalAccountScreen>true</HideLocalAccountScreen>
  30. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  31. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  32. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  33. <ProtectYourPC>1</ProtectYourPC>
  34. <UnattendEnableRetailDemo>false</UnattendEnableRetailDemo>
  35. </OOBE>
  36. <FirstLogonCommands>
  37. <SynchronousCommand wcm:action="add">
  38. <Order>1</Order>
  39. <CommandLine>powershell.exe -ExecutionPolicy unrestricted -File C:\[REDACTED]\RenameAndJoinDomain.ps1</CommandLine>
  40. <RequiresUserInput>true</RequiresUserInput>
  41. </SynchronousCommand>
  42. </FirstLogonCommands>
  43. <RegisteredOrganization>[REDACTED]</RegisteredOrganization>
  44. <RegisteredOwner>[REDACTED]</RegisteredOwner>
  45. <TimeZone>Central Standard Time</TimeZone>
  46. <UserAccounts>
  47. <LocalAccounts>
  48. <LocalAccount wcm:action="add">
  49. <Password />
  50. <Description>Temporary Admin</Description>
  51. <DisplayName>tempAdmin</DisplayName>
  52. <Group>Administrators</Group>
  53. <Name>tempAdmin</Name>
  54. </LocalAccount>
  55. </LocalAccounts>
  56. </UserAccounts>
  57. <AutoLogon>
  58. <Password />
  59. <Enabled>true</Enabled>
  60. <LogonCount>3</LogonCount>
  61. <Username>tempAdmin</Username>
  62. </AutoLogon>
  63. </component>
  64. <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">
  65. <InputLocale>en-US</InputLocale>
  66. <SystemLocale>en-US</SystemLocale>
  67. <UILanguage>en-US</UILanguage>
  68. <UserLocale>en-US</UserLocale>
  69. </component>
  70. </settings>
  71. <cpi:offlineImage cpi:source="wim:g:/my%20drive/windows%20provisioning/master%20image/windows%2010%20master%20image/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  72. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement