@echo off rem Rebuilding the Icon Cache Database rem 1. Close all folder windows that are currently open. rem 2. Launch Task Manager using the CTRL+SHIFT+ESC key sequence, or by running taskmgr.exe. rem 3. In the Process tab, right-click on the Explorer.exe process and select End Process. rem 4. Click the End process button when asked for confirmation. rem 5. From the File menu of Task Manager, select New Task (Run…) rem 6. Type CMD.EXE, and click OK rem 7. In the Command Prompt window, type the commands one by one and press ENTER after each command: CD /d %userprofile%\AppData\Local DEL /q IconCache.db /a pause EXIT /b 0