Tech Support > Microsoft Windows > Windows Server > Need help deploying a shortcut to domain
Need help deploying a shortcut to domain
Posted by williamc on November 4th, 2004


I need to place a shortcut on every machines desktop in my domain. Is there
an easy way to do this? Script? GPO? Server is 2003, PC's are 2000/XP. Thanks.

William

Posted by Pegasus \(MVP\) on November 5th, 2004



"williamc" <williamc@discussions.microsoft.com> wrote in message
news:8D1158DD-8B69-47C4-9A17-8AB5E43F3144@microsoft.com...
You could insert this instruction into your domain logon script:

xcopy /d \\YourServer\SomeFolder\SomeLink.lnk "%AllUserProfile%\Desktop"