Jump to content

Recommended Posts

Posted
I would suggest a Group Policy Folder Redirect to a Server Share containing the shortcuts for all users. If you dont currently use this, then I could post up a script for you which would copy a file to a folder in the users profile on logon.
Posted
Using GPO preferences to create a shortcut on the desktop? I do this for Staff where SIMS is installed on the machine to place a shortcut on the desktop (admittedly Windows XP though)
  • 2 weeks later...
Posted

In Group Policy Preferences you can create/update/delete shortcuts and specify trhe location as to where they should go and then target as required.

 

So for us we have a Shortcut specified in the User Preferneces section of the Staff GPO which has the following properties:

 

sims_shortcut.jpg

 

Location gives you various options as to where you want it to appear.

 

Then we have a Targeting option which does a file check to see if SIMS is installed on that machine and if so add's the icon to the desktop.

Posted
Where would we find that windows you show in your post?

 

Gareth

 

Right here. Never used GPO for shortcuts though; I've always been a VB kind of guy.

 

Untitled.jpg

 

Set objShortcutUrl = WshShell.CreateShortcut(strUserDesktopPath & "\Shortcut Name.lnk")
objShortcutUrl.TargetPath = strPath
objShortcutUrl.IconLocation  = strPath & "\icon.ico"
objShortcutUrl.Save

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...