I know that possibility but it's not what I need.
I would like to keep the icon so I can verify it's running if needed.
Basically I want to keep the icon, but loose the balloon.
Ah, I see. Unfortunately you've run into a desire that is restricted more by Windows than by Bandicam…
Since 2007 when Windows Vista came out, people have been asking for this. “By Design” they say, the option for it is just not there: you either have the icon or you get nothing.
However, there is a way for an end user to force it, if you don’t mind editing the Registry:
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"TaskbarNoNotification"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"TaskbarNoNotification"=-
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"EnableBalloonTips"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"EnableBalloonTips"=-
Take the above and paste it into Notepad and save as any name you want, with a “.reg” extension (without the quotation marks), then run it. It should configure it so that you see the icon but noone (even other users) will see Notification Bubbles, if that’s what you want.
If you own the Professional version of Windows7 or higher, you can also make these changes in the Group Policy Editor, by going to Start>Run and typing "gpedit.msc" (without quotation marks) and hitting Enter. Then, navigate through the Local Computer Policy to User Configuration>Administrative Templates>Start Menu and Taskbar, and editing the policy for "Turn off all balloon notifications", Enabling it.
Please don't blame Bandicam, they can only do what Windows allows them - it's not their fault
Hopefully that’ll solve it for you