[gptalk] Re: Desktop shortcuts
- From: "joakim dahl" <joakim.dahl@xxxxxxxxx>
- To: gptalk@xxxxxxxxxxxxx
- Date: Thu, 22 Mar 2007 09:51:29 +0100
a simple cmd and using shortcut.exe will also do that can be invoked at logon.
http://www.ss64.com/nt/shortcut.html
in the script you can use the SET variables so you dont have to
hardcode the .lnk to always point to the correct folder (see
ProgramFiles=C:\Program, and ProgramFiles=C:\Program
Files,windir=C:\WINDOWS, windir=C:\WINNT , when you do use variables
dont forget the " and the "
Joakim
On 3/22/07, Jeremy Saunders <jeremy.saunders@xxxxxxxxxxx> wrote:
Yep, scripting is the best, and most versatile too. However, you could use
something like WinINSTALL LE to package it up into an MSI and deploy it via
a Group Policy. I'm not sure if that's good advice to give, but gives you
another option to consider :)
Cheers.
Kind regards,
Jeremy Saunders
Senior Technical Specialist
Infrastructure Technology Services
(ITS) & Cerulean
Global Technology Services (GTS)
IBM Australia
Level 1, 1060 Hay Street
West Perth WA 6005
Postal: PO Box 525, West Perth WA
6872
Visit us at
http://www.ibm.com/services/au/its
P: +61 8 9261 8412 F: +61 8 9261 8486
P: (Reception) +61 8 9261 8420 E-mail:
M: TBA jeremy.saunders@xxxxxxxxxxx
"Darren Mar-Elia"
<darren@xxxxxxxxx
m> To
Sent by: <gptalk@xxxxxxxxxxxxx>
gptalk-bounce@fre cc
elists.org
Subject
[gptalk] Re: Desktop shortcuts
22/03/2007 05:25
AM
Please respond to
gptalk@freelists.
org
Really the only way to do this is through scripts (either startup or logon,
depending upon where you want the shortcuts to land). The TechNet scripting
center has some sample vbscript code for creating shortcuts on the fly or
you can simply pre-create the .lnk files and then use scripts to copy them
into the various user profile locations (e.g. desktop, Start Menu, etc.)
where you want them to appear.
From: gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx] On
Behalf Of Dowdle, Ian
Sent: Wednesday, March 21, 2007 1:19 PM
To: gptalk@xxxxxxxxxxxxx
Subject: [gptalk] Desktop shortcuts
Is there a way of using group policies to deploy shortcuts to users
desktops?
Regards,
Ian Dowdle
PC Operations Manager
School of Computing
University of Teesside
***********************
You can unsubscribe from gptalk by sending email to
gptalk-request@xxxxxxxxxxxxx with 'unsubscribe' in the Subject field OR by
logging into the freelists.org Web interface. Archives for the list are
available at http://www.freelists.org/archives/gptalk/
************************
--
Best regards Joakim Dahl
http://wize.spaces.msn.com
msn joakim.dahl@xxxxxxxxx / icq 1596678
***********************
You can unsubscribe from gptalk by sending email to
gptalk-request@xxxxxxxxxxxxx with 'unsubscribe' in the Subject field OR by
logging into the freelists.org Web interface. Archives for the list are
available at http://www.freelists.org/archives/gptalk/
************************
- Follow-Ups:
- [gptalk] Re: Desktop shortcuts
- From: Dowdle, Ian
- References:
- [gptalk] Re: Desktop shortcuts
- From: Darren Mar-Elia
- [gptalk] Re: Desktop shortcuts
- From: Jeremy Saunders
Other related posts:
- » [gptalk] Desktop shortcuts
- » [gptalk] Re: Desktop shortcuts
- » [gptalk] Re: Desktop shortcuts
- » [gptalk] Re: Desktop shortcuts
- » [gptalk] Re: Desktop shortcuts
- » [gptalk] Re: Desktop shortcuts
- » [gptalk] Re: Desktop shortcuts
- » [gptalk] Re: Desktop shortcuts
Yep, scripting is the best, and most versatile too. However, you could use something like WinINSTALL LE to package it up into an MSI and deploy it via a Group Policy. I'm not sure if that's good advice to give, but gives you another option to consider :) Cheers. Kind regards, Jeremy Saunders Senior Technical Specialist Infrastructure Technology Services (ITS) & Cerulean Global Technology Services (GTS) IBM Australia Level 1, 1060 Hay Street West Perth WA 6005 Postal: PO Box 525, West Perth WA 6872 Visit us at http://www.ibm.com/services/au/its P: +61 8 9261 8412 F: +61 8 9261 8486 P: (Reception) +61 8 9261 8420 E-mail: M: TBA jeremy.saunders@xxxxxxxxxxx "Darren Mar-Elia" <darren@xxxxxxxxx m> To Sent by: <gptalk@xxxxxxxxxxxxx> gptalk-bounce@fre cc elists.org Subject [gptalk] Re: Desktop shortcuts 22/03/2007 05:25 AM Please respond to gptalk@freelists. org Really the only way to do this is through scripts (either startup or logon, depending upon where you want the shortcuts to land). The TechNet scripting center has some sample vbscript code for creating shortcuts on the fly or you can simply pre-create the .lnk files and then use scripts to copy them into the various user profile locations (e.g. desktop, Start Menu, etc.) where you want them to appear. From: gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx] On Behalf Of Dowdle, Ian Sent: Wednesday, March 21, 2007 1:19 PM To: gptalk@xxxxxxxxxxxxx Subject: [gptalk] Desktop shortcuts Is there a way of using group policies to deploy shortcuts to users desktops? Regards, Ian Dowdle PC Operations Manager School of Computing University of Teesside *********************** You can unsubscribe from gptalk by sending email to gptalk-request@xxxxxxxxxxxxx with 'unsubscribe' in the Subject field OR by logging into the freelists.org Web interface. Archives for the list are available at http://www.freelists.org/archives/gptalk/ ************************
- [gptalk] Re: Desktop shortcuts
- From: Dowdle, Ian
- [gptalk] Re: Desktop shortcuts
- From: Darren Mar-Elia
- [gptalk] Re: Desktop shortcuts
- From: Jeremy Saunders