How can I change the default ActiveX component download location?

John Savill

August 12, 2003

1 Min Read
ITPro Today logo

A. By default, when Microsoft Internet Explorer (IE) installs an ActiveX control on your machine, Windows stores the component in the %systemroot%downloaded program files folder (e.g., C:windowsdownloaded program files). To change this location, perform the following steps:

  1. Start a registry editor (e.g., regedit.exe).

  2. Navigate to the HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionInternet Settings registry subkey.

  3. Double-click the ActiveXCache value, change the path in the value data to a new location, then click OK.

  4. Navigate to the HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionInternet SettingsActiveX Cache registry subkey.

  5. Double-click the 0 value, change the path in the value data to the same location you specified in Step 4, then click OK.

  6. Restart IE for the changes to take effect.

Valid registry values can be a folder on the local hard disk, a Universal Naming Convention (UNC) location, or a mapped network drive. However, be aware that running the ActiveX cache from a network location can degrade performance.

About the Author(s)

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