Results 1 to 5 of 5

Thread: creating shortcuts

  1. #1

    Thread Starter
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    Resolved creating shortcuts

    Does anyone know is it possible (and if so how) to set up particular shortcut on the desktop for all users in a domain, perhaps using group policies or something.
    Last edited by DeadEyes; May 3rd, 2005 at 03:04 AM.

  2. #2
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718

    Re: creating shortcuts

    Do you still want them to have their own desktops or a shared desktop?
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  3. #3

    Thread Starter
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    Re: creating shortcuts

    I would like the users to keep their own desktop. Whats happening is I moving applications to a new server and I want to change the users shortcuts to various apps that are on the server, but I'm lazy and I don't want to have to go to each computer and do it manually.

  4. #4
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718

    Re: creating shortcuts

    The only way you can do it with group policy is by redirecting folders. However, to do what you want would require all the users to have the same desktop, which is not what you want.

    What you could do I suggest is create the shortcuts and place them in a share on your server and then in a logon script, run a batch file that copies the shortcuts to the user's desktop, replacing the existing ones.

    That's about as good as it gets w/o logging them all on and manually doing it.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  5. #5

    Thread Starter
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    Re: creating shortcuts

    Thanks Ideas Man thats the route I was heading, it's always nice to get confirmation.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width