Link to home
Start Free TrialLog in
Avatar of rdabate
rdabate

asked on

Automate User Shortcuts on Desktop using Group Policy.

Hello Experts,

Ok, I've seen this at a few clients now and haven't been able to figure out how it's working.  When a user logs in, a shortcut is added to their desktop.  I searched through the group policy and I found nothing.  There is nothing in the logon script that is doing this.  So, I'm baffled.  It's defiantly something going on the server end, because if I plug a brand-new pc in the network and join it to the domain, I get the shortcuts.  If I can't figure out how it's getting done.  I can just put it in the login script to copy the shortcut from one location to the all users desktop.  But I'd like to figure this out if possible.  Any suggestions?
ASKER CERTIFIED SOLUTION
Avatar of theruck
theruck
Flag of Slovakia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rdabate
rdabate

ASKER

Well, as I said, if I plug in a brand new pc with not modifications to it, join to the domain, then log in as a domain user, they get the shortcut.  So they are getting them somehow from the server.
In ADUC, check a user's Profile tab to see if there's a logon script configured there.

Note that the default location for logon and startup scripts is in the \\dc_server.domain.com\NETLOGON share (aka the \\dc_server.domain.com\SYSVOL\domain.com\scripts)

Also, running RSoP in logging mode will tell you what, if any, scripts are running due to Group Policy.
Avatar of rdabate

ASKER

Yes, they were running a logon script, but a basic one for mapping network drives, Net use, ECT.  Not sure that RSoP will do anything as I'm not familiar with that, and, the client I'm testing has already migrated to a new server / domain.  No one is using the old server anymore.
yes from the default user folder on the domain controller.
"you can instead configure a network-based default profile by copying the profile to each domains Netlogon\Default User folder. See the section of Configuring Roaming User Profiles entitled To configure a new user account to use as a new users profile template.

have a look at this article

http://technet2.microsoft.com/windowsserver/en/library/b41402c2-c982-4bfb-891e-91b47f211e181033.mspx?mfr=true
Did you check

USER      Administrative Templates\Control Panel\Display\Desktop Themes      

I know you said you did not see anything in the group policies, but this is overlooked sometimes. If you were to set a .theme in here instead of a .msstyles, it actually loads the theme on login (including all the shortcuts that "theme" contains).
I'm also having the same problem.
I want to add shortcuts to the desktop via group policy, but dont know how.
I want to get rid of mapped drives on the network, and instead put a shortcut that points to the network folders (as hperlink icon) on the users desktop. Instead of mapping network drives. Please help.