Link to home
Start Free TrialLog in
Avatar of DHPBilcare
DHPBilcareFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Pushing out desktop shortcuts using group policy

I’m looking for a way to push out a number of desktop shortcuts of local URL’s onto users desktops across a domain.  

All our clients are XP SP3.  Can someone define a simple BAT file that would accomplish this and suggest a way to apply this to group policy for all users.
ASKER CERTIFIED SOLUTION
Avatar of dontseme
dontseme

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DHPBilcare

ASKER

Thanks for that.

How would I apply this to group policy on a Windows 2003 Server?
Avatar of dontseme
dontseme

Yes if you want it to go to all I would apply it in the default domain policy. Under Local computer policy/Computer configuration/windows setting/scripts/startup
Avatar of arnold
I would add the shortcuts to the c:\documents and settings\all users\desktop.
Make sure the settings on the files is to inherit from parent.

The simple thing would be to create the shortcut and then copy them.

You could use the advice from dontseme in a startup script to copy data from a shared location to the local c:\documents and settings\all users\dektop\
If you did the vbs script you could either add it to the computer or user container in Group Policy. This just ensures that if you ever reimage or bring new computers on the domain they automatically get it. I use this script to push 4 urls to the desktop or 2 (different script) by putting it in the user configuration depending on who logs in. I also have various drives mapped by user this way. Just copy the vbs to a txt file and edit to suit your needs. Then save it to your DC and edit the group policy to apply the script. To me it is alot easier to do it this way for the 400+ computers in my network. Hope this helps.