Skip to content

Commit

Permalink
Remove Windows 10 Task View from the list of windows
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrondeau committed Aug 16, 2015
1 parent 9788a0c commit 3ffda41
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions GoToWindow.Api/WindowsListFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,13 @@ private static bool IsKnownException(IWindowEntry window)

private static readonly string[] WindowsClassNamesToSkip =
{
"Shell_TrayWnd",
"DV2ControlHost",
"MsgrIMEWindowClass",
"SysShadow",
"Button",
"Shell_TrayWnd", // Task Bar
"DV2ControlHost", // Start Menu
"MsgrIMEWindowClass", // Messenger
"SysShadow", // Messenger
"Button", // UI component, e.g. Start Menu button
"Windows.UI.Core.CoreWindow", // Windows 10 Store Apps when minimized
"MultitaskingViewFrame", // The original Win + Tab view
};

private static bool HWndEligibleForActivation(IntPtr hWnd, IntPtr lShellWindow)
Expand Down

0 comments on commit 3ffda41

Please sign in to comment.