Reply
Old October 3rd, 2007 Top | #1
 
Punkrulz's Avatar
Somewhat eXPerienced
Joined: December 2001
Location: Woodbury, NJ
Posts: 790
Reputation: 50
Power: 134

Default Windows Logon Script: Creating a specific shortcut on all users desktop?

Hey guys,

While I really would like to deploy the actual shortcut using our version of PolicyMaker, I'm having a lot of issues with the group policy on our domain right now; nothing seems to ever work 100%. So in the mean time, I need to come up with a solution on how to get a specific shortcut on peoples' desktops of whom need it.

Can I do this via a logon script, and if so, can someone please help me write it? I don't know anything about scripting, I have not found any adequate resources that would be able to teach me scripting online. Your help is appreciated!

Thanks!

CPU: Intel C2D E8400 {3.0GHz} | Mobo: Gigabyte GA-EP45-UD3R | RAM: GSkill DDR2-1000 2x2gb | HDD: Western Digital 640gb SATA | GFX: EVGA Geforce GTX-260 216c | Speakers: Creative Inspire 5200 | Operating System: Windows Vista Business x64

If you're happy with my assistance, please click on the on the left side under my name!
Punkrulz is offline   Reply With Quote
Old October 3rd, 2007 Top | #2

OSNN Folding Team  
kcnychief's Avatar
█▄█ ▀█▄ █
Joined: April 2005
Location: Massachusetts
Posts: 16,949
Reputation: 4941
Power: 305

Default Re: Windows Logon Script: Creating a specific shortcut on all users desktop?

What I would recommend is you create that shortcut somewhere that all users have read-access to. Then, add this line to the login script for those who need it:

COPY MYSHORTCUT.LNK %userprofile%\Desktop

Change the variables accordingly

XBOX Live Gamertag: kcnychief
kcnychief is offline   Reply With Quote
Old October 3rd, 2007 Top | #3
 
Punkrulz's Avatar
Somewhat eXPerienced
Joined: December 2001
Location: Woodbury, NJ
Posts: 790
Reputation: 50
Power: 134

Default Re: Windows Logon Script: Creating a specific shortcut on all users desktop?

Originally Posted by kcnychief View Post
What I would recommend is you create that shortcut somewhere that all users have read-access to. Then, add this line to the login script for those who need it:

COPY MYSHORTCUT.LNK %userprofile%\Desktop

Change the variables accordingly
If I was to place the shortcut on our server named "controler", and the shortcut was pointing to here:

\\dc_fin\programs\mcsj\mcsj.exe -s10.0.1.253 -dtestdb

How would I change that, and are you referring to adding it to the main login script? Or creating another?

CPU: Intel C2D E8400 {3.0GHz} | Mobo: Gigabyte GA-EP45-UD3R | RAM: GSkill DDR2-1000 2x2gb | HDD: Western Digital 640gb SATA | GFX: EVGA Geforce GTX-260 216c | Speakers: Creative Inspire 5200 | Operating System: Windows Vista Business x64

If you're happy with my assistance, please click on the on the left side under my name!
Punkrulz is offline   Reply With Quote
Old October 3rd, 2007 Top | #4

OSNN Folding Team  
Electronic Punk's Avatar
The Last High
Joined: December 2001
Location: London
Posts: 18,510
Blog Entries: 51
Reputation: 3652
Power: 349

Default Re: Windows Logon Script: Creating a specific shortcut on all users desktop?

Could also add it to the default user profile for future users.

Electronic Punk is offline   Reply With Quote
Old October 3rd, 2007 Top | #5

OSNN Folding Team  
kcnychief's Avatar
█▄█ ▀█▄ █
Joined: April 2005
Location: Massachusetts
Posts: 16,949
Reputation: 4941
Power: 305

Default Re: Windows Logon Script: Creating a specific shortcut on all users desktop?

Originally Posted by Punkrulz View Post
If I was to place the shortcut on our server named "controler", and the shortcut was pointing to here:

\\dc_fin\programs\mcsj\mcsj.exe -s10.0.1.253 -dtestdb

How would I change that, and are you referring to adding it to the main login script? Or creating another?
Create the shortcut first on any machine and verify it works. Then, save that shortcut, then point to the shortcut.

Originally Posted by Electronic Punk View Post
Could also add it to the default user profile for future users.
From what I gather this doesn't go out to everyone, just select people.

XBOX Live Gamertag: kcnychief
kcnychief is offline   Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Another Logon Script Problem jonny813 Windows Server Systems 10 March 14th, 2007 3:19pm
PHP Active Users Script mfarley Web Design & Coding 2 March 26th, 2006 2:54am
Creating Logon script IDLE Windows Desktop Systems 0 March 30th, 2004 8:57pm
Creating Windows Logon Screens GMeagle86 Desktop Customisation 0 February 19th, 2004 3:20am
Creating Logon Screens gocoolean Windows Desktop Systems 2 December 3rd, 2002 1:31am