Hi guys,

I was said that you can clean-up the system32/dlldache folder to gain space and speed-up OS start-up. But first one needs to set SFCQuota to 0MB in regisrty:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Current Version\Winlogon\SFCQuota

The little problem is that the data value in the SFCQuota key is "ffffffff" and "4294967295"(decimal). Now the decimal is bytes? So I just change decimal value to "0"?