Oops!
Line 1 should read User Configuration > Preferences > Windows Settings > Files
Tony...
I have a Windows 2008 Standard server set up as a domain controller. I have Vista & XP clients. I've read about & messed around with the new GPO feature in 2008 trying to get a GPO that will push out one icon to my users desktops. At this time I use a logon script to do this but if Win 2008 has the ability I'd rather let a GPO do it. Like I said, I've tried to create a GPO that will let me do this but it is not working.....can anyone point me to an online article that has step by step instructions on this new feature?
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.
You can use the preference FILES to create files based on a source file which is e.g. located on the server. So there will be created a copy of that file!
But in your case i would use preferences SHORTCUTS as you want to create a desktop icon (which is a shortcut = .lnk file)
Here's a article to create GPO Preferences Shortcuts - http://www.windowsnetworki
Yes, to make it work for XP clients, you will need to install this on the XP machines : http://www.microsoft.com/d
You could roll this out via a GPO using a WMI filter. Let me know if you need more details.
Business Accounts
Answer for Membership
by: bluntTonyPosted on 2009-09-23 at 05:48:07ID: 25402443
You can use group policy preferences to push out a specific item to users desktops...
1. Create a new policy, browse to : User Configuration > Windows Settings > Files.
2. Right Click > New File
3. Select 'Create' as the action, and provide the path to the source file, and then the path to destination file. In your case this would be %userprofile%\Desktop
Link this GPO to the OU holding the users, and when they log in the file should be created on their desktop.
Tony