I just installed Soluto and found that "Microsoft .NET Framework 4 Extended" is taking 177 seconds to boot. Why does it take so long, and is there any way of speeding this up?
feedback
|
migrated from stackoverflow.com Jun 14 '11 at 9:28
This question came from our site for professional and enthusiast programmers.
|
It turns out that .NET Framework 4 Extended includes an app called PresentationFontCache.exe. This was causing the slow boot and also using a lot of my CPU. I found a fix here - just delete the Font*.dat files from C:\Windows\ServiceProfiles\LocalService\AppData\Local. | |||
|
feedback
|