How can I bring the Desktop to the top, like pressing [Windows]+[D ]
Important: the way of minimizing all windows by calling ShowWindow (p.MainWindowHandle, SW_MINIMIZE) for each process p returned by Process.GetProcess() doesn't solve my problem, but something like to minimize all windows listed in systray would.