View Single Post
Old 28-06-2008, 18:05   #2
Jon T
cf.mega poster
 
Join Date: Jun 2003
Location: Mansfield, Notts
Age: 45
Services: Virgin Media Telephone and 100Mb broadband, Sky Q
Posts: 1,994
Jon T has reached the bronze age
Jon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze ageJon T has reached the bronze age
Re: SBS2003 push shortcuts to users

A windows shortcut is just a .lnk file. So, create the shortut on the server, make sure it's in a shared folder, or make the shortcut on a workstation and then copy it back to the shared folder on the server.

If you have problems finding the name of the shortcut, drop to dos, and do a dir on the directory with the shortcut in it, and then look for the file with a .lnk extension.

Let's say the shortcut you've got is called shortcut.lnk, it's in the NETLOGON folder, and your server is called server, you'd put this in your logon script:

Code:
IF NOT EXIST "c:\documents and settings\all users\desktop\shortcut.lnk" COPY \\Server\Netlogon\shortcut.lnk "c:\documents and settings\all users\desktop\shortcut.lnk"
Jon T is offline   Reply With Quote