Windows 7 任务栏图标消失(变透明,仍然占有地方,但是点击无反应)的解决方法

 

解决方案:清理资源管理器缓存(重启资源管理器)

1.打开程序管理器(ctrl+shift+esc)

2.在进程那里找到"explorer.exe",然后按结束进程

3.然后在文件(程序管理器左上角),点击"新任务"

4.然后"浏览"

5.在c:/windows/system32 这个文件夹里找到"systray.exe"然后点"确定"

6.再一次,打开文件,新任务,在空白栏里打: explorer.exe, 确定

7.图标会显示

 

批处理命令:

 

rem 关闭explorer.exe
taskkill /f /im explorer.exe
start "C:\Windows\System32\systray.exe"
rem 打开explorer
start explorer

 

posted @ 2018-09-25 15:31  Whitedba  阅读(3085)  评论(0编辑  收藏  举报