Hi, I'm trying to create an unattended installation of Windows XP and I'm stuck with an "All Users.Windows" profile created next to my "All Users" folder. After searching the forum, I've seen that "All Users.Windows" is created when the "All Users" Folder already exist but my folder "All Users" is created using the $$Rename.txt and I want to merge it with the one created by the Windows Installation to copy a file in "All Users\Start Menu\Startup" Here's what I use to create my system: 1. My "Documents and Settings" folder is located on my D Drive and is named "DATA" using unattend.txt: [GuiUNattended] ProfilesDir=D:\DATA 2. $$Rename.txt located in I386\$OEM$\D [DATA] ALLUSE~1="All Users" [DATA\ALLUSE~1] STARTM~1="Start Menu" When I check my folders, it seems that the "D:\DATA\ALLUSE~1" folder is created and renamed just before Windows creates the real "All Users" so the installation process creates "All Users.Windows". Is there a way to prevent this? I can't understand why this problem occurs because I have another unattended installation which uses the default folders and ALLUSE~1 is merged perfectly...