ありがとうございます!!できました!!
#include "user32.as"
#undef FindWindowEx
#cfunc FindWindowEx "FindWindowExA" int, nullptr, str, nullptr
hwndStart = FindWindowEx (FindWindowEx( , "shell_traywnd"), "button")//ハンドル取得
MoveWindow hwndStart,0,0,150,30,1
sendmsg hwndStart , $C, , "エンド"