Hi foks Im having a hard time getting this script to work. What its supposed to do is right click on taskbar select new toolbar and add my quick launch folder im doing this because i want the old quick launch for my unattended setup. OPT("TrayIconHide", 1) MouseClick("secondary", 0, @DesktopHeight, 1, 0) Send("tn") WinWait("New Toolbar") WinActivate("New Toolbar") ControlSetText("New Toolbar", "", "Edit1", "%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch") Contr