Ryan233 Posted June 15, 2012 Posted June 15, 2012 Good Morning Well i need to put a desktop shortcut to a certain webpage to all staff accounts. I have tried scripting it but that never worked and i have also tried using gpo but that never worked either. What is the best practice to get this working.
Ryan233 Posted June 15, 2012 Author Posted June 15, 2012 I use GPPs for this and works ok. How did you go about doing it in GPO? I have server 2003 not R2.
Davit2005 Posted June 15, 2012 Posted June 15, 2012 Do users have their desktops redirected or are they just profile desktops? If they have individual redirected desktops to their N: drive I'd try adding a script to the logon script but instead of using homedrive letter (i.e. N:\Desktop\) use a UNC path destination. You could probably use a UNC destination for the users profile if their desktop is just in their profile.
Mcshammer_dj Posted June 15, 2012 Posted June 15, 2012 set up the shortcut for all users in the Internet maintanance user secion of gpo, and name it specifically then add line into the login script copy "C:\documents and settings\%username%\favorites\{Folder name}\{Shortcut name}*.*" "C:\documents and settings\%username%\desktop"
Ryan233 Posted June 15, 2012 Author Posted June 15, 2012 I have got this working now thank you everyone for your input
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now