Try this call to see every process that is running.
SendMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_MINIMIZE, 1);
From what I can see this appears to turn every process into a minimized
window. (This is non-destructive but you will have to reboot to return
things to normal.)