Jump to content

Reg Key for "Keep the Taskbar on top of other Windows"


chiners_68

Recommended Posts


there is no registry key to control this so ive wrote an AutoIt script which will change the box to unchecked.

here it is incase somone else needs it..

send("{LWIN}")

send("{APPSKEY}")

send("r")

winwait("Taskbar and Start Menu Properties", "Select this menu style for easy access to the Internet, e-mail, and your favorite programs.")

send("+{TAB}")

send("{LEFT}")

ControlCommand ( "Taskbar and Start Menu Properties", "Keep the &taskbar on top of other windows", 1101, "unCheck", "")

controlclick("Taskbar and Start Menu Properties", "OK", 1)

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...