Common Problem
Teach you how to solve the problem that the icon in the lower right corner of the win7 taskbar is blankTeach you how to solve the problem that the icon in the lower right corner of the win7 taskbar is blank
Some friends found that there is a problem with their win7 system. Why is the icon in the lower right corner of the win7 taskbar blank (showing that it occupies the icon position, but cannot be displayed or clicked). The problem remains after restarting the computer. . The editor will teach you how to solve the problem that the icon in the lower right corner of the win7 taskbar is blank.

Method 1: Create a file to clear the Windows 7 icon cache
1. Enter the following content into [Notepad]:
rem Close Windows shell explorer
taskkill /f /im explorer.exe
rem Clean up the system icon cache database
attrib -h -s -r "%userprofile%\ AppData\Local\IconCache.db"
del /f "%userprofile%\AppData\Local\IconCache.db"
attrib /s /d -h -s -r "%userprofile %\AppData\Local\Microsoft\Windows\Explorer\*"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_32.db"
del / f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_96.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_102.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_256.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\ thumbcache_1024.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_idx.db"
del /f "%userprofile%\AppData\Local\ Microsoft\Windows\Explorer\thumbcache_sr.db"
rem Clear the icon of the system tray memory
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
rem Restart Windows shell explorer
start explorer

#2. Click [File (F)] on the Notepad menu bar and select [Save As (A)].

#3. Select [All files] as the save type and name it a.bat.

4. After saving, double-click a.bat to run.

Method 2: Manually delete the iconcache.db file
1. The method to clear the icon cache is to delete the file. After deletion, the system will recreate it.

2. The location of the icon cache file in Windows 7 system is: [C:\Users\administrator\AppData\Local\IconCache.db].

#3. Open the task manager, end the [explorer.exe] process, and then create a new [explorer.exe] process to restore the icon.

Method 3: Press F8 when booting to boot into safe mode
After entering the system, search for the iconcache.db file on each disk and delete it. After restarting the computer it is normal.
The above are several solutions to the problem that the icon in the lower right corner of the win7 taskbar is blank. You can refer to the tutorial to solve this problem.
The above is the detailed content of Teach you how to solve the problem that the icon in the lower right corner of the win7 taskbar is blank. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Dreamweaver CS6
Visual web development tools




