(WIFI无故消失)win10重置任务栏图标显示异常解决方案

taskkill /f /im explorer.exe 
attrib -h -i %userprofile%\AppData\Local\IconCache.db 
del %userprofile%\AppData\Local\IconCache.db /a 
start explorer 
taskkill /f /im explorer.exe 
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" 
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 

txt文件填写上述文件,改后缀为.bat,运行即可(win10)

猜你喜欢

转载自blog.csdn.net/qq_60547244/article/details/123392351
今日推荐