You can use Group Policy for the domain.
Create a batch file that copies your shortcut file .lnk to the desktop of the user when they logon. then specify the batch file as a user logon script in Group Policy.
You will have to make sure you have created the shortcut in such a way that it will work for all users and place it in a location where all users can access it.
If you dont want to use GP then you might have to do it manually. Copy the shortcut file to the Roaming profile location on the server. e.g. copy it to the users desktop folder in their roaming profile. I have seen issues with security when accessing users roaming profiles, so be careful if you do go this route.
Main Topics
Browse All Topics





by: zelron22Posted on 2009-04-03 at 07:12:37ID: 24060145
Putting it in the server's local all users folder won't work.
A login script would work.
You can also create a roaming Default User profile and add it to the desktop to that, and that would handle any new users that get created.