Hi,
I need to add a short cut with a specific icon to user's desktops.
I created a simple batch file and placed it in a GPO under the computers configuration scripts/startup.
The shortcut I needed was already in the users IE favorites. I copied the shortcut and placed it in the netlogon share for the domain.
the batch file is this:If Not Exist "C:\Documents and Settings\All Users\Desktop\Quantros.url" copy \\Mydomain\netlogon\Quantros.url"c:\Documents and settings\All users\Desktop"
The short cut get's copied to all desktops, I've tested that and it works. When I log into a workstation with an account that has administrative privileges, the correct icon is associated with the short cut. when I log in with a regular user account, the short cut is there, and it takes me to the correct url, but it just has a generic IE icon associated with the short cut.
I've checked the permissions on the All Users Profile and all users have read read/execute permissions.
Does anyone have any idea as to why this is happening. I'm pretty sure it's got to be a permissions issue, when I add the regular user account to the local admin group on the workstation, the correct icon appears, I need to have the correct icon without giving all users admin rights to the workstations.
Thanks
I need to add a short cut with a specific icon to user's desktops.
I created a simple batch file and placed it in a GPO under the computers configuration scripts/startup.
The shortcut I needed was already in the users IE favorites. I copied the shortcut and placed it in the netlogon share for the domain.
the batch file is this:If Not Exist "C:\Documents and Settings\All Users\Desktop\Quantros.url" copy \\Mydomain\netlogon\Quantros.url"c:\Documents and settings\All users\Desktop"
The short cut get's copied to all desktops, I've tested that and it works. When I log into a workstation with an account that has administrative privileges, the correct icon is associated with the short cut. when I log in with a regular user account, the short cut is there, and it takes me to the correct url, but it just has a generic IE icon associated with the short cut.
I've checked the permissions on the All Users Profile and all users have read read/execute permissions.
Does anyone have any idea as to why this is happening. I'm pretty sure it's got to be a permissions issue, when I add the regular user account to the local admin group on the workstation, the correct icon appears, I need to have the correct icon without giving all users admin rights to the workstations.
Thanks