October 2, 200619 yr 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 October 2, 200619 yr by chiners_68
October 3, 200619 yr Only found TaskbarSizeMove, but my guess is somewhere over here:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\
October 3, 200619 yr Author 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