
0
Hi guys,
I had this problem and discovered with one of the MS techs that it is due to a corrupt IconCache.db file. Below are the steps I used to get this resolved.
First of all I grabbed the relevant folder C:\Windows\Installer{90120000-0030-0000-0000-0000000FF1CE} from a working machine and put it on another machine.
Second, I ran through the steps listed below
1) Close all folder windows that are currently open.
2) Launch Task Manager using the CTRL+SHIFT+ESC key sequence.
3) In the Process tab, right-click on the Explorer.exe process and select End Process.
4) Click the End process button when asked for confirmation.
5) From the File menu of Task Manager, select New Task (Run…)
6) Type CMD.EXE, and click OK
7) In the Command Prompt window, type the commands one by one and press ENTER after each command:
CD /d %userprofile%\AppData\Local DEL IconCache.db /a EXIT
8) In Task Manager, click File, select New Task (Run…)
9) Type EXPLORER.EXE, and click OK.
Hope this helps.