Refresh Taskbar !!top!! [720p 2027]
private static void RestartShellComponents() { // Use Windows API to restart the shell try { // Start a new explorer instance (which will recreate the taskbar) Process.Start("explorer.exe"); } catch { } }
private const uint WM_CLOSE = 0x0010;
private const uint WM_CLOSE = 0x0010; private const uint WM_QUIT = 0x0012; refresh taskbar