diff --git a/dll/shellext/stobject/csystray.cpp b/dll/shellext/stobject/csystray.cpp index 136927896b..1634ad29bf 100644 --- a/dll/shellext/stobject/csystray.cpp +++ b/dll/shellext/stobject/csystray.cpp @@ -154,6 +154,12 @@ HRESULT CSysTray::UpdateIcons() } } + if (pctNetShell) + { + pctNetShell->Exec(&CGID_ShellServiceObject, + OLECMDID_NEW, OLECMDEXECOPT_DODEFAULT, NULL, NULL); + } + return S_OK; }