The taskbar icon allows us to quickly open our commonly used software. Some novice users may put various software icons on the taskbar, making it inconvenient to use their computer. And these pictures are It will be very troublesome to clean up. Let me share with you a method to clean up all the taskbar icons at once.
1. Enter cmd in the search box of win7, find the cmd.exe program, right-click to run as administrator.
2. Enter the following command in the pop-up command window. You can copy it directly.
taskkill /f /im explorer.exe
echo y|reg delete “HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify” /v IconStreams
echo y|reg delete “HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\ CurrentVersion\TrayNotify” /v PastIconsStream
start explorer
3. Press Enter to confirm.
The above is the detailed content of Teach you how to clean up the icons on the taskbar of your Win7 computer. For more information, please follow other related articles on the PHP Chinese website!