用系统API函数 GetDesktopWindow 获取桌面窗口的句柄,然后show出来HWND hDeskTop = ::GetDesktopWindow();::ShowWindow(hDeskTop, SW_SHOW);