I can't recall but I believe I've used this script on one of our computers at work with a Windows 10 OS for mapping. Feel free to double check. #include <ImageSearch.au3> #include <GDIPlus.au3> Global $y = 0, $x = 0 Global $i ArcMap_SideBar() Func ArcMap_SideBar() Local $aIcons[2], $i $aIcons[0] = @ScriptDir & "\Images\Image1.bmp" $aIcons[1] = @ScriptDir & "\Images\Image2.bmp" For $i