You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: