Windows 7: How to redraw/fix the missing traybar icons

Post Reply
tong
Site Admin
Posts: 2387
Joined: Fri 01 May 2009 8:55 pm

Windows 7: How to redraw/fix the missing traybar icons

Post by tong »

FixTraybar.bat

Code: Select all

%windir%\system32\taskkill.exe /IM explorer.exe /F
start %windir%\explorer.exe
exit
Post Reply