当前位置:网站首页>Win10 icon turns white, recovery method
Win10 icon turns white, recovery method
2022-07-24 11:22:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
Win10 The computer desktop icon turns white , Recovery steps
The first method ( This method fails with the second )
- First, turn on the setting of displaying and hiding protected system files and folders . Turn on the computer , single click 【 file 】 Menu 【 Change folder and search options 】 Options .
- Switch to 【 see 】 tab , stay 【 Advanced settings 】 choice 【 Show hidden files 、 Folders and drives 】, And then click 【 determine 】 Button save settings , Then close .
- Keyboard press WIN+R Composite key , Type 【%USERPROFILE%\AppData\Local】 Enter to confirm
- Open the folder window to delete the hidden IconCache.db Icon cache file , Get it done .
The second method
- Create a new text document on the desktop
- Double click the new text document , Add the following code ctrl+a,ctrl+c,ctrl+v go in
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 System tray memory icon
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
rem restart Windows Shell explorer
start explorer- preservation , And name the file 【 Reset icon cache .bat】.
- Finally, double-click the generated 【 Reset icon cache .bat】 The document ok 了 .
I hope that helps , thank you .
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/125275.html Link to the original text :https://javaforall.cn
边栏推荐
- Docker installs 3 master and 3 slave redis clusters
- MySQL根据备注查询表、字段
- Depth first search and breadth first search of Graphs
- 【Golang】golang实现发送微信服务号模板消息
- Exceptions about configuring Postgres parameters
- UNIX C language POSIX thread creation, obtaining thread ID, merging thread, separating thread, terminating thread, thread comparison
- Video playback | how to become an excellent reviewer of international journals in the field of Geoscience and ecology?
- Jmeter-If控制器
- JMeter接口测试步骤-安装教程-脚本录制-并发测试
- Use Modelsim to independently simulate Altera and Xilinx IP cores
猜你喜欢
![[deserialization vulnerability-01] Introduction to serialization and deserialization](/img/e4/6b9ee6ee74f3cdc3c886ed3af9ef73.png)
[deserialization vulnerability-01] Introduction to serialization and deserialization

【C】 Recursive and non recursive writing of binary tree traversal

Jmeter-If控制器

Selenium automated test (this one is enough) - self study

Sentinel vs Hystrix 限流对比,到底怎么选?

Text message verification of web crawler

JMeter runtime controller

What is the charm of CSDN members? What's the use of him?

Docker installs 3 master and 3 slave redis clusters

Stream stream
随机推荐
07 [use of path and files classes]
Yum installation prompt to protect multi library version
In BS4.String and Difference between text
【反序列化漏洞-01】序列化与反序列化简介
STM32+ESP8266+MQTT协议连接阿里云物联网平台
High frequency written test questions (Weilai)
强引用、软引用、弱引用、虚引用有什么区别?
聊聊软件测试-自动化测试框架
MOS管 —— 快速复苏应用笔记(壹)[原理篇]
《Nature》论文插图复刻第3期—面积图(Part2-100)
简单理解modbus功能码和分区
[golang] deletion and emptying of map elements in golang
基于NoCode构建简历编辑器
Fastcgi operation principle and PHP FPM parameter configuration
网络爬虫之短信验证
What is the difference between strong reference, soft reference, weak reference and virtual reference?
The difference between YPbPr and YCbCr
这才是开发者神器正确的打开方式!
Redis cluster setup
【反序列化漏洞-02】PHP反序列化漏洞原理测试及魔术方法总结