diff --git a/plugins/win-capture/window-helpers.c b/plugins/win-capture/window-helpers.c index 0044226f1..8f19ee48b 100644 --- a/plugins/win-capture/window-helpers.c +++ b/plugins/win-capture/window-helpers.c @@ -128,12 +128,23 @@ void get_window_class(struct dstr *class, HWND hwnd) /* not capturable or internal windows */ static const char *internal_microsoft_exes[] = { + "startmenuexperiencehost", "applicationframehost", + "peopleexperiencehost", "shellexperiencehost", + "microsoft.notes", "windowsinternal", + "systemsettings", + "textinputhost", "winstore.app", + "searchapp", + "video.ui", "searchui", "lockapp", + "cortana", + "gamebar", + "tabtip", + "time", NULL, };