广告

本站里的文章大部分经过自行整理与测试

2013年7月14日星期日

Notification Area Icons (右下角 Icons) 的清理

1. 用 regedit, 去以下地方
HKCU \Software \Classes \LocalSettings \Software \Microsoft \Windows 
\CurrentVersion \TrayNotify
将 IconStreams 和 PastIconsStream 给撤了就可以了

3. 按 Ctrl + Shit + Del 进入 WIndows Task Manager

4. 停止 explorer.exe (End process)

5. 在 File -> Run 输入 explorer.exe 重启



写个 TrayNotify.bat 运行以下代码

@echo off
@REG EXPORT "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" TrayNotify.reg
@REG DELETE "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v PastIconsStream /f
@REG DELETE "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v IconStreams /f
@taskkill /F /IM explorer.exe
@explorer.exe 

没有评论:

发表评论