The WinReducer Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

The WinReducer ForumLog in

FORUM

descriptionAction Center and BaloonTips EmptyAction Center and BaloonTips

more_horiz
Hello,

I use BalloonTips to know system notifications.
This feature is set with the following registry value:

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
"EnableLegacyBalloonNotifications"=dword:00000001

BalloonTips will not be displayed if "Taskbar - Disable Notifications" is true.
So we need to set it to false to display:

    <Element Category="Tweaks" Name="Taskbar - Disable Notifications" Selected="false" />


On the other hand, if we remove Action Center,

    <Element Category="Remove - Accessories" Name="Action Center" Selected="true" />

"Taskbar - Disable Notifications"  will be forced to true:

    <Element Category="Tweaks" Name="Taskbar - Disable Notifications" Selected="true" />



I want to use BalloonTips even if I remove Action Center.
Therefore, I request to consider changing the WinReducer's function as in (1) or (2) below.


(1) "Taskbar - Disable Notifications" is not forced to be set to true when removing Action Center.


(2) New Tweaks option that adds a registry value EnableLegacyBalloonNotifications with a name like "Tweaks - Classic GUI - Enable Classic BaloonTip instead of Toast".
Only when this option is set to true and deleting Action Center, "Taskbar - Disable Notifications" is not forced to be set to true.

descriptionAction Center and BaloonTips EmptyRe: Action Center and BaloonTips

more_horiz
I was able to display BalloonTips with deleting Action Center by manually overwriting the following settings after installation:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"TaskbarNoNotification"=dword:00000000

I will withdraw this request. I'm sorry to bother you.
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum