Desktop redirection questions

J

JasonMeyer

I would like to be able to force certain shortcuts to some of my users
desktops?

I have looked into Desktop Folder redirection to a read-only share and
that doesn't seem to fit my needs(still need to give users the ability
to add/remove their own shortcuts). Mandatory profiles won't work at
all. I just need a place where I can create the shortcuts and then push
that out to my users via GPO. Am I asking to much? Have any other ideas?

Jason
 
S

Shaune

You might try creating a share (Place your shortcuts in here) and using a
login script to copy the contents of this share to the users desktop.
 
J

JasonMeyer

Shaune said:
You might try creating a share (Place your shortcuts in here) and using a
login script to copy the contents of this share to the users desktop.
Now thats an idea...
 
J

JasonMeyer

JasonMeyer said:
Now thats an idea...
For the copy I would need to know the username, but would this work?

copy \\server\share\shortcuts "c:\documents and
setttings\%username%\desktop\"
 
J

JasonMeyer

JasonMeyer said:
For the copy I would need to know the username, but would this work?

copy \\server\share\shortcuts "c:\documents and
setttings\%username%\desktop\"
even better...

copy \\server\share\shortcuts\* "%userprofile%"\desktop

Thanks for the idea. I tried it with my computer and it should do what I
need.

Jason
 

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

Top