adding shortcut to multiple desktops

  • Thread starter Thread starter Colin Bondi
  • Start date Start date
C

Colin Bondi

We have a Windows Server 2003 domain with Windows XP SP2 clients and we are
using roaming profiles. I wanted to place a shortcut to our intranet site on
every users desktop and I wanted to find out what the easiest way to do that
is given that we have several hundred users. It would be good if it could be
automatically recreated if people delete it by accident. Does group policy
allow something like this? Any feedback would be appreciated.
thanks
 
In
Colin Bondi said:
We have a Windows Server 2003 domain with Windows XP SP2 clients and
we are using roaming profiles. I wanted to place a shortcut to our
intranet site on every users desktop and I wanted to find out what
the easiest way to do that is given that we have several hundred
users. It would be good if it could be automatically recreated if
people delete it by accident. Does group policy allow something like
this? Any feedback would be appreciated. thanks

you could do a simple copy from a server location to the desktop using the
logon script ? A shortcut would be small enough to not add any time during
its copy to the logon process
 
Steve Parry said:
In

you could do a simple copy from a server location to the desktop using the
logon script ? A shortcut would be small enough to not add any time during
its copy to the logon process

That is a good idea. Another approach would be to work from the server,
iterating through the user roaming profile directories and adding the icon
there.

This has the advantage of doing the job now, and only doing it once.
The startup script has to be setup and eventually removed -- or it
will be left interminably copy the file (or at least checking for the file
as it really should be done with an "if not exists" and/or "xcopy /d"
to only update if the file is missing or older on the workstations.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top