autounattended - User Verzeichnis verschieben

Stuhl

Lt. Junior Grade
Registriert
Juni 2001
Beiträge
409
Hi,

ich hab stundenlang das Netz nach Beispielen abgesucht, kann aber keine funktinoierende autounattend.xml für meine Windows7 64bit finden, die lediglich mein user Verzeichnis auf D:\ schiebt.

Kann mir jemand von euch admin Experten sagen, wo ich nun diesen Code einfügen soll:

Code:
<FolderLocations>
<ProfilesDirectory>D:\\Users</ProfilesDirectory>
</FolderLocations>

Code:
<?xml version="1.0" encoding="utf-8"?>
<!--This answer file generated by RT Seven Lite-->
<unattend xmlns="urn:schemas-microsoft-com:unattend">
  <settings pass="windowsPE">
    <component name="Microsoft-Windows-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" />
  </settings>
  <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>
      </settings>
  <settings pass="specialize">
    <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" />
  </settings>

</unattend>
 
Zurück
Oben