Jump to content

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


Recommended Posts

Posted (edited)

anyone know a way of setting this under a user profile without going into properites etc. there must be a registry key somewhere to control this tick box.

Edited by chiners_68

Posted

Only found TaskbarSizeMove, but my guess is somewhere over here:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\

Posted

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)

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