Skip to content

ADM v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 04:14

解决图标模糊问题
管理员模式打开powershell
关闭资源管理器
Stop-Process -Name explorer -Force
删除全部图标缓存数据库
Remove-Item "$env:LOCALAPPDATA\Microsoft\Windows\Explorer\iconcache_*.db" -Force
重启资源管理器
Start-Process explorer
系统全局图标缓存刷新
ie4uinit.exe -ClearIconCache