Jump to content

Enable quicklaunch


Recommended Posts

With "map" I think he means "folder."

In the meantime there's an AutoIt script I found:

Run ("rundll32.exe shell32.dll,Options_RunDLL 1", "", @SW_HIDE)
WinWaitActive ( "Taskbar and Start Menu Properties")
WinShow ( "Taskbar and Start Menu Properties", "", @SW_HIDE)
WinActivate ( "Taskbar and Start Menu Properties")
$var = ControlCommand ( "Taskbar and Start Menu Properties", "", "Button5", "IsChecked", "")
If $var = 1 Then

WinClose ("Taskbar and Start Menu Properties")

Else

ControlCommand ( "Taskbar and Start Menu Properties", "", "Button5", "Check", "")
ControlCommand ( "Taskbar and Start Menu Properties", "", "Button11", "Check", "")

EndIf

I like ZoSTeR's AutoIT script! Can I run this script at T-13 so it executes for all my users? How do I execute it in the first place?

Link to comment
Share on other sites


ok , my quicklaunchbar map was corrupt, i have remove it and place a new map and now it works again.... pfewww.....

@ ZoSTeR

that map. :)

Thanks for the tip. Will try it.

i mean folder... the folder called quicklaunch was corrupt. remove it and place a new folder solve that problem.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...