重新启动Windows时,缺少一些托盘图标。是否有重新绘制trayIcon或防止它们丢失的命令?
发布于 2015-09-21 02:20:24
尝试以下DOS命令:
%windir%\system32\taskkill.exe /IM explorer.exe /F start %windir%\explorer.exe
或者做个批处理文件。
https://stackoverflow.com/questions/32686437
相似问题