PowerBuddy recently changed icons. The switch to a new icon was mostly smooth, however a few people have reported windows still using the old icon in some places. This is due to the Windows Icon Cache being stale.
It seems other applications like Wireshark explicitly invalidate or refresh the cache as a final step in their installer. PowerBuddy should do the same thing.
Preliminary research shows %windir%\system32\ie4uinit.exe -clearIconCache will do the trick... unless you're using Windows 10, in which case %windir%\system32\ie4uinit.exe -show must be used.
PowerBuddy recently changed icons. The switch to a new icon was mostly smooth, however a few people have reported windows still using the old icon in some places. This is due to the Windows Icon Cache being stale.
It seems other applications like Wireshark explicitly invalidate or refresh the cache as a final step in their installer. PowerBuddy should do the same thing.
Preliminary research shows
%windir%\system32\ie4uinit.exe -clearIconCache
will do the trick... unless you're using Windows 10, in which case%windir%\system32\ie4uinit.exe -show
must be used.