Step 1: open command line
type cmd in search programs and files at Start menu
Step 2: Command to kill the current Windows Explorer (i.e., the desktop will become empty and without task bar afterward)
taskkill /IM explorer.exe /F
Step 3: Go to location of IconCache.db file
cd C:\Users\Admin\AppData\Local
Step 4: Command to view the IconCache.db file (it is hidden)
dir /A:H
Step 5: Delete the IconCache.db file
del IconCache.db
Step 6: Restart Windows Explorer
explorer