Advertisement
Guest User

bertieb unattend.xml

a guest
Feb 23rd, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. D:\unattend.xml:
  2.  
  3. <?xml version="1.0" encoding="utf-8"?>
  4. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  5. <settings pass="oobeSystem">
  6. <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">
  7. <FolderLocations>
  8. <ProfilesDirectory>J:\Users</ProfilesDirectory>
  9. </FolderLocations>
  10. </component>
  11. </settings>
  12. <cpi:offlineImage cpi:source="wim:K:/sources/install.wim#Windows 8 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  13. </unattend>
  14.  
  15. C:\Windows\Panther\unattend.xml:
  16.  
  17. <?xml version='1.0' encoding='utf-8'?>
  18. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  19. <settings pass="oobeSystem">
  20. <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">
  21. <FolderLocations>
  22. <ProfilesDirectory>J:\Users</ProfilesDirectory>
  23. </FolderLocations>
  24. </component>
  25. </settings>
  26. <cpi:offlineImage cpi:source="wim:K:/sources/install.wim#Windows 8 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi"></cpi:offlineImage>
  27. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement