Can SBIE hide a sandboxed program's tray icon? #4790
Unanswered
e-t-l
asked this question in
Q&A Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have Microsoft Outlook sandboxed, and I would prefer not to have its tray icon cluttering up my system tray, but MS doesn't provide any setting to disable the tray icon. In issue #4684, a user found that adding
OpenWinClass=*
to the sandbox config made sandboxed tray icons disappear. This works on my Outlook sandbox.However, that is a dangerous config that opens up much more of the system than I'd prefer, so I tried to narrow it down. I traced the different win classes that were called and tried opening all of them, like this:
That didn't work. So I tried opening wnd classes for all the programs SBIE says are running in that sandbox, like this:
That didn't work either.
So, I'm missing whatever it is specifically that blocks the tray icon. Does anybody have an idea what might do it?
Beta Was this translation helpful? Give feedback.
All reactions