|
-
Apr 28th, 2005, 10:48 AM
#1
Thread Starter
Frenzied Member
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.
-
Apr 29th, 2005, 01:40 AM
#2
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)
-
Apr 29th, 2005, 03:00 AM
#3
Thread Starter
Frenzied Member
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.
-
Apr 29th, 2005, 08:29 PM
#4
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)
-
May 3rd, 2005, 03:03 AM
#5
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|