Jump to content

lisapstone

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by lisapstone

  1. Do you have something that will just enlarge it to accommodate more icons. I want it locked for users, but i want to display 6 icons instead of the default three.

    Thanks!!

    Hi All,

    After many different approaches to enable the quick launch toolbar i finally found a way that works without the use of nasty registry imports.

    I Wrote a little vbs code to get this thing done and it can be lauched from the post setup (ex. runonce).

    You can try it yourself by cutting and pasting the code below into a textfile and call it like quicklaunch.vbs or something like that.

    set WshShell = WScript.CreateObject("WScript.Shell")	

    WshShell.SendKeys("^{ESC}")
    WScript.Sleep 100
    WshShell.SendKeys("{TAB}")
    WScript.Sleep 100
    WshShell.SendKeys("%~")
    WScript.Sleep 100
    WshShell.SendKeys("{TAB}{TAB}{TAB}{TAB}")
    WshShell.SendKeys(" ")
    WshShell.SendKeys("{TAB}{TAB}{TAB}")
    WshShell.SendKeys("~")

    Hope this helps some people with the automatic toggling of the quicklaunch.

×
×
  • Create New...