PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

Add item to Quicklaunch in First Position?

 
 
Paul
Guest
Posts: n/a
 
      19th Jan 2009
Hello,
Is it possible for me to add an item to the quicklaunch toolbar, or to
c:\doduments and settings\%username%\Application Data\Microsoft
\Internet Explorer\QuickLaunch

and I want it to show up as the first item on the quicklaunch, I want
it to be the first item right next to the start menu, not be placed on
the end.
Any way to do this automatically?

I am doing this via a batch script, here is what I am doing:

First I delete the old icon that is there and then copy the new icon
to quicklaunch.

del "C:\Documents and Settings\%username%\Application Data\Microsoft
\Internet Explorer\Quick Launch\MyLogin.lnk"

xcopy "c:\Program Files\Software\Apps\Login.lnk" "C:\Documents and
Settings\%username%\Application Data\Microsoft\Internet Explorer\Quick
Launch"

Any ideas?
thanks.
 
Reply With Quote
 
 
 
 
Alias
Guest
Posts: n/a
 
      19th Jan 2009
Paul wrote:
> Hello,
> Is it possible for me to add an item to the quicklaunch toolbar, or to
> c:\doduments and settings\%username%\Application Data\Microsoft
> \Internet Explorer\QuickLaunch
>
> and I want it to show up as the first item on the quicklaunch, I want
> it to be the first item right next to the start menu, not be placed on
> the end.
> Any way to do this automatically?
>
> I am doing this via a batch script, here is what I am doing:
>
> First I delete the old icon that is there and then copy the new icon
> to quicklaunch.
>
> del "C:\Documents and Settings\%username%\Application Data\Microsoft
> \Internet Explorer\Quick Launch\MyLogin.lnk"
>
> xcopy "c:\Program Files\Software\Apps\Login.lnk" "C:\Documents and
> Settings\%username%\Application Data\Microsoft\Internet Explorer\Quick
> Launch"
>
> Any ideas?
> thanks.


To move the icon, just left click on it and drag it where you want, no
batch file needed.

Alias
 
Reply With Quote
 
Kelly
Guest
Posts: n/a
 
      19th Jan 2009
Hi Paul,

Unlock the Taskbar and simply drag it over. Then relock the Taskbar. If it
doesn't stay there, run Save Settings on Exit from line 54:
http://www.kellys-korner-xp.com/xp_tweaks.htm

--

All the Best,
Kelly (MS-MVP/DTS&XP)

Taskbar Repair Tool Plus!
http://www.kellys-korner-xp.com/taskbarplus!.htm


"Paul" <(E-Mail Removed)> wrote in message
news:0d6302c8-e3cd-4f6b-b391-(E-Mail Removed)...
> Hello,
> Is it possible for me to add an item to the quicklaunch toolbar, or to
> c:\doduments and settings\%username%\Application Data\Microsoft
> \Internet Explorer\QuickLaunch
>
> and I want it to show up as the first item on the quicklaunch, I want
> it to be the first item right next to the start menu, not be placed on
> the end.
> Any way to do this automatically?
>
> I am doing this via a batch script, here is what I am doing:
>
> First I delete the old icon that is there and then copy the new icon
> to quicklaunch.
>
> del "C:\Documents and Settings\%username%\Application Data\Microsoft
> \Internet Explorer\Quick Launch\MyLogin.lnk"
>
> xcopy "c:\Program Files\Software\Apps\Login.lnk" "C:\Documents and
> Settings\%username%\Application Data\Microsoft\Internet Explorer\Quick
> Launch"
>
> Any ideas?
> thanks.


 
Reply With Quote
 
Danny Krychek
Guest
Posts: n/a
 
      19th Jan 2009
"Kelly" <(E-Mail Removed)> wrote:

>Hi Paul,
>
>Unlock the Taskbar and simply drag it over. Then relock the Taskbar. If it
>doesn't stay there, run Save Settings on Exit from line 54:
>http://www.kellys-korner-xp.com/xp_tweaks.htm


There is no need to unlock the Taskbar to move an icon.
 
Reply With Quote
 
Terry R.
Guest
Posts: n/a
 
      19th Jan 2009
The date and time was Monday, January 19, 2009 9:51:17 AM, and on a
whim, Paul pounded out on the keyboard:

> Hello,
> Is it possible for me to add an item to the quicklaunch toolbar, or to
> c:\doduments and settings\%username%\Application Data\Microsoft
> \Internet Explorer\QuickLaunch
>
> and I want it to show up as the first item on the quicklaunch, I want
> it to be the first item right next to the start menu, not be placed on
> the end.
> Any way to do this automatically?
>
> I am doing this via a batch script, here is what I am doing:
>
> First I delete the old icon that is there and then copy the new icon
> to quicklaunch.
>
> del "C:\Documents and Settings\%username%\Application Data\Microsoft
> \Internet Explorer\Quick Launch\MyLogin.lnk"
>
> xcopy "c:\Program Files\Software\Apps\Login.lnk" "C:\Documents and
> Settings\%username%\Application Data\Microsoft\Internet Explorer\Quick
> Launch"
>
> Any ideas?
> thanks.


Hi Paul,

No way to do it "automatically" like you want. The others suggested the
manual approach.


Terry R.
--
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
 
Reply With Quote
 
Paul
Guest
Posts: n/a
 
      19th Jan 2009
On Jan 19, 1:06*pm, Danny Krychek <krych...@crstordan.invalid> wrote:
> "Kelly" <ke...@mvps.org> wrote:
> >Hi Paul,

>
> >Unlock the Taskbar and simply drag it over. *Then relock the Taskbar. *If it
> >doesn't stay there, run Save Settings on Exit from line 54:
> >http://www.kellys-korner-xp.com/xp_tweaks.htm

>
> There is no need to unlock the Taskbar to move an icon.


I think I need to clarify...
I am using a batch script to add the item to the QuickLaunch, I am not
doing this by hand because I have 50+ PC's to do it on.
However when I add it to c:\documents and settings\%username%
\application data\microsoft\internet explorer\Quicklaunch - it goes
to the end of the quicklaunch, or on the little >> context menu if
there are to many items there already.

I know I can move it to the first position by clicking and dragging,
my users however do not.
I wanted to some how automatically do it so that when they logged in
it would be in the first position.
 
Reply With Quote
 
3c273
Guest
Posts: n/a
 
      19th Jan 2009
Move all of the other icons to a temp folder (move
c:\path_to_quicklaunch\*.* c:\temp_path), copy yours there, then move the
other ones back. I haven't tried this as I've learned that no matter where I
think things should be on the desktop, people always put them where they
want them.
Louis

"Paul" <(E-Mail Removed)> wrote in message
news:725f3083-6db7-46de-8bfa-(E-Mail Removed)...
On Jan 19, 1:06 pm, Danny Krychek <krych...@crstordan.invalid> wrote:
> "Kelly" <ke...@mvps.org> wrote:
> >Hi Paul,

>
> >Unlock the Taskbar and simply drag it over. Then relock the Taskbar. If

it
> >doesn't stay there, run Save Settings on Exit from line 54:
> >http://www.kellys-korner-xp.com/xp_tweaks.htm

>
> There is no need to unlock the Taskbar to move an icon.


I think I need to clarify...
I am using a batch script to add the item to the QuickLaunch, I am not
doing this by hand because I have 50+ PC's to do it on.
However when I add it to c:\documents and settings\%username%
\application data\microsoft\internet explorer\Quicklaunch - it goes
to the end of the quicklaunch, or on the little >> context menu if
there are to many items there already.

I know I can move it to the first position by clicking and dragging,
my users however do not.
I wanted to some how automatically do it so that when they logged in
it would be in the first position.


 
Reply With Quote
 
Alias
Guest
Posts: n/a
 
      20th Jan 2009
Paul wrote:

>
> I know I can move it to the first position by clicking and dragging,
> my users however do not.


And they're too dumb to learn?

Alias
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Relative position of QuickLaunch and TaskBar jphilippa Windows XP Basics 0 9th May 2010 05:36 PM
Add item to Quicklaunch in First Position? Paul Windows XP Customization 6 20th Jan 2009 12:35 AM
Add item to Quicklaunch in First Position? Paul Windows XP Help 6 20th Jan 2009 12:35 AM
Add item to Quicklaunch in First Position? Paul Windows XP Security 6 20th Jan 2009 12:35 AM
DataGrid - position of new item yamma Microsoft ASP .NET 0 4th Oct 2004 10:16 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:52 PM.