Skip to content

Instantly share code, notes, and snippets.

@Monarch73
Created May 24, 2021 20:56
Show Gist options
  • Save Monarch73/8b1e3260e854a27d072d48c77356e0f5 to your computer and use it in GitHub Desktop.
Save Monarch73/8b1e3260e854a27d072d48c77356e0f5 to your computer and use it in GitHub Desktop.
relocate.xml to move profiles (users folder) to d:\
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<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">
<FolderLocations>
<ProfilesDirectory>D:\Users</ProfilesDirectory>
</FolderLocations>
</component>
</settings>
</unattend>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment