How can I move the DLL cache?
John Savill
February 17, 2000
1 Min Read
A. By default, the DLL cache is stored in %systemroot%system32dllcache. To move the DLL cache, complete the following steps:
Start the registry editor (regedt32.exe not regedit.exe).
Move to HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionWinlogon.
From the Edit menu, select Add Value.
Set the name to SFCDllCacheDir and the type to REG_EXPAND_SZ. Click OK.
Enter the string for the cache’s new location (e.g., C:filesdllcache), and click OK. (The location must be a local path.)
Close the registry editor.
Reboot your machine.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like