当前位置:网站首页>[system management] clear the icon cache of deleted programs in the taskbar
[system management] clear the icon cache of deleted programs in the taskbar
2022-07-07 04:11:00 【Allen Moore】
The notification area is located on the taskbar (Taskbar) Right side , contain
- 【 Application tray (Tray)】 Icon , Provide reminders and settings about the application , See the following figure to mark the yellow area
- 【 System icon 】 Icon , Provide status and notification of system services
- 【 problem 】 Display the icon of the uninstalled application in the notification area icon setting in the system settings ?
- 【 resolvent 】 Delete the notification area icon cache in the registry and reset and automatically create the notification area icon .
- 【 Cause analysis 】 Improper software uninstallation , Especially delete the green version directly & Installation free (Portable) Software , It is easy to damage the icon cache of the notification area , The icon that causes the icon setting of the notification area still appears .
Solution steps
The notification area icon cache is located in the following registry key HKEY_CURRENT_USER\SOFTWARE\Classes\Local
Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify\ The following two variables in
- IconStreams
- PastIconsStream
- Copy the following and save as Reset_NotiAreaIconsCache.bat To desktop .
@echo off
set regPath=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify
set regKey1=IconStreams
set regKey2=PastIconsStream
echo.
echo Before deleting the notification area tray cache icon , Be sure to close the resource manager process .
echo.
echo Before proceeding , Be sure to save important working documents .
echo.
pause
echo.
taskkill /IM explorer.exe /F
echo.
FOR /F "tokens=*" %%a in ('Reg Query "%regpath%" /v %regkey1% ^| find /i "%regkey1%"') do goto IconStreams
echo Deleted registry key "IconStreams".
echo.
:verify-PastIconsStream
FOR /F "tokens=*" %%a in ('Reg Query "%regpath%" /v %regkey2% ^| find /i "%regkey2%"') do goto PastIconsStream
echo Deleted registry key "PastIconsStream".
echo.
goto restart
:IconStreams
reg delete "%regpath%" /f /v "%regkey1%"
goto verify-PastIconsStream
:PastIconsStream
reg delete "%regpath%" /f /v "%regkey2%"
:restart
echo.
echo.
echo You need to restart your computer to complete the reset task of your notification area icon .
echo.
CHOICE /C:YN /M " Do you want to restart your computer now ?"
IF ERRORLEVEL 2 goto no
IF ERRORLEVEL 1 goto yes
:no
echo.
echo.
echo The resource manager is restarting ....
echo.
echo Please remember to restart the computer later to complete the reset task of your notification area icon .
echo.
start explorer.exe
pause
exit /B
:yes
shutdown /r /f /t 00
! Be careful : The above text code is GB 2312; Other codes will cause the problem of garbled prompt text .
! Be careful : Before proceeding to the next step , Please close and save the important content that the user is working on . The following steps will involve restarting the resource manager and restarting PC.
function .bat file .
If there is a hint , Please click on the / Click on “Enter” Continue with consent .
Follow the instructions in the command prompt to reset the notification area icon . If you don't restart your computer now , You need to reset the notification area icon later .
Related questions
- How to clean up the deleted programs in the system settings taskbar / Green Program / Legacy icons of non installer / picture ?
appendix : Technical references
边栏推荐
- 史上最全MongoDB之初识篇
- pyqt5 失焦 监听无操作 定时器
- 机器学习笔记 - 使用机器学习进行鸟类物种分类
- It's too convenient. You can complete the code release and approval by nailing it!
- VIM - own active button indent this command "suggestions collection"
- 2022中青杯数学建模B题开放三孩背景下的生育政策研究思路
- One of oscp tools: dirsearch usage Encyclopedia
- cuda编程
- ABAP dynamic inner table grouping cycle
- QT opens a file and uses QFileDialog to obtain the file name, content, etc
猜你喜欢
Hardware development notes (10): basic process of hardware development, making a USB to RS232 module (9): create ch340g/max232 package library sop-16 and associate principle primitive devices
【ArcGIS教程】专题图制作-人口密度分布图——人口密度分析
When QT uses qtooltip mouse to display text, the picture of the button will also be displayed and the prompt text style will be modified
史上最全MongoDB之Mongo Shell使用
【开发软件】 tilipa开发者软件
Some common software related
Web service performance monitoring scheme
【写给初发论文的人】撰写综述性科技论文常见问题
链表面试常见题
Analysis on urban transportation ideas of 2022 Zhongqing cup C
随机推荐
Create commonly used shortcut icons at the top of the ad interface (menu bar)
别样肉客联手德克士在全国部分门店推出别样汉堡
Quick completion guide of manipulator (10): accessible workspace
运算放大器应用汇总1
【开发软件】 tilipa开发者软件
Antd comment recursive loop comment
力扣------路径总和 III
Hongmi K40S root gameplay notes
How to write a resume that shines in front of another interviewer [easy to understand]
Food Chem | in depth learning accurately predicts food categories and nutritional components based on ingredient statements
Collection of idea gradle Lombok errors
CUDA Programming
一些常用软件相关
Learn how to use js to merge two objects into one object assign()
5年自动化测试,终于进字节跳动了,年薪30w其实也并非触不可及
Analysis on urban transportation ideas of 2022 Zhongqing cup C
[leetcode]Spiral Matrix II
[leetcode]Spiral Matrix II
Restore backup data on GCS with tidb lightning
2022夏每日一题(一)