Yes but then there is no way to change this default profile without recalling every laptop and reimaging.
Main Topics
Browse All TopicsI have been running Windows XP Pro and Windows Server 2003 for years, and have always had a default domain profile which I created by customizing a local profile, then copying it to the NetLogon share. When domain users log on, it automatically takes this profile instead of the stock Windows XP default profile.
How can I recreate this behavior with Windows 7 profiles on a Windows Server 2008 R2 domain?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I'm going to assume you use WDS as your imaging solution.
Copy and paste the xml snippet into notepad or editor of your choice and save as unattend.xml (or anything.xml)
Create a standard user in your domain. Cannot be apart of Enterprise admins or domain admins. Log in as the local administrator on the machine your are going to capture the image with. Add this standard user to the Administrators group to make things easier.
Log out as Administrator, log on as the standard user your created or already have. Customize the desktop and other settings as needed (I still get prompted for IE8 stuff everytime). Once you are done with your customizations. Copy the xml file we created earlier and paste it into c:\windows\system32\syspre
Go to the Windows Icon and type in cmd when it appears in the list right click on it and Run As Administrator.
Do the following:
cd sysprep
sysprep /generalize /oobe /shutdown /unattend:unattend.xml
Let it do its thing and shuts down. Then just boot up to your PXE and Capture the image with WDS. Thats it.
The main thing out of this is the CopyProfile must be set to true. As the sysprep.exe runs it will move all of the stuff over and then delete the local administrator account.
Hope this helps
For Windows 2008, 2008 R2 and 7 this is the Microsoft recommended way to customise the Default Profile: http://support.microsoft.c
Quoting from the article: "When the default user profile is customized in the manner that is described in this article, it reconstructs the source profile in a format that is appropriate for use by multiple users. This is the only supported method of customizing the default user profile for the Windows operating system. If you try to use other methods to customize the default user profile, it may result in extraneous information being included in this new default user profile. Such extraneous information could lead to serious problems with applications and system stability."
http://support.microsoft.c
Business Accounts
Answer for Membership
by: FirebarPosted on 2009-10-22 at 07:47:31ID: 25634851
Hello,
What I do is create a default profile on the local machine, all of which are spawned from a single image, and assign that as the default login profile. Copying the profile you want to be the default user in c:\users and giving the Everyone group.