Change desktop icons whiteboard

Restart the next computer, Postman icon changes to a whiteboard. ~ ~ Perfect solution in the following ways

 

Generally Desktop cache problem!

Solution:
use the computer comes with Notepad to create a file, copy the following code into it

rem 关闭explorer.exe
taskkill /f /im explorer.exe
attrib -h -i %userprofile%\AppData\Local\IconCache.db
del %userprofile%\AppData\Local\IconCache.db /a
rem 打开explorer
start explorer

  

Save all the time to choose the format, save it as a .bat suffix is ​​an executable program, as follows

 

 

Then double-click to run!

The results are as follows:

 

 The Original bloggers:


----------------
Disclaimer: This article is CSDN blogger "dust dance" of the original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source and this link statement.
Original link: https: //blog.csdn.net/dd2000e/article/details/84064215

 

Guess you like

Origin www.cnblogs.com/psyche61/p/11445059.html