Closed Victory61 closed 3 weeks ago
Use the Delete preset icons from the taskbar to remove the Outlook icon:
Note that taskbar icons in Windows 11 are controlled by the [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
registry key, not by shortcuts in the %APPDATA%\Microsoft\Internet Explorer\Quick Launch
directory.
I used the option, but unfortunately it also deletes explorer and edge icons, is there no way to delete only Outlook (new)? Thanks
Unfortunately, the values in [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
use binary data to store the taskbar icons. I don't know how to selectively remove the icon for Outlook while keeping the other icons.
PS C:\> Get-Item -LiteralPath 'Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband'
Hive: HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer
Name Property
---- --------
Taskband FavoritesResolve : {62, 3, 0, 0...}
Favorites : {0, 168, 1, 0...}
FavoritesChanges : 7
FavoritesVersion : 3
Trying to experiment if it is possible to restore file explorer and d Edge icons in post installation via RunOnceEx.
I tried without success. I ran the “Delete preset icons from taskbar” option, and then restored the icons and Taskband registry key related to Explorer and Edge via RunOnceEx works only for a moment, then they disappeared again.
I was able to solve with a mixed procedure. 1- Delete the preset icons in the taskbar. 2- Inserted the Taskband registry key (related only to Explorer and Edge icons) in the “Scripts to run whenever a user logs in for the first time” section. 3- In the RunOnceEx procedure, I entered the batch command that copies the Explorer and Egge icons to the taskbar.
Taskband.reg https://justpaste.it/ei3bq
I cannot remove "Microsoft.outlookForWindows ” in the taskbar. The strange thing is that in the taskbar path the shortcut is not displayed. I assume the icon is generated with the network connection. Any ideas? Thanks