I'm trying to move the taskbar from the bottom to the right side of the screen using autoit. I don't want to simply open the properties menu and use the dropdown box, I'd like it to move without obviously being 'scripted' as such. I also got it to work by using MouseClickDrag(), but I also hate this. the following does not work. WinMove([CLASS:Shell_TrayWnd]", "", 1218, 0, 62, 800) Excuse the hardcoded values, but they are the correct position and size of the window, and I'm just tr