#include int main(void) { HWND hTrayWnd = FindWindowA("Shell_TrayWnd", NULL); while (TRUE) { SetWindowPos(hTrayWnd, NULL, 350, 0, 0, 0, SWP_SHOWWINDOW); } return 0; }