Jump to content

Recommended Posts

Posted

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.

Posted

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.

Posted

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"

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...