JSI Tip 3236. Can I relocate '\Program Files\'?

Jerold Schulman

January 9, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today



I have never found a supported way to accomplish the subject task, but here is a procedure that 'mostly' works:


1. Close ALL programs on your desktop.


2. Use Regedt32 to navigate to the following value names and change the data values to reflect the new location:


    HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentversionProgramFilesDir

    HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentversionCommonFilesDir


3. For Windows 2000, also modify:

    HKEY_LOCAL_MACHINESoftwareMicrosoftInetstpProgramFilesPath

    HKEY_LOCAL_MACHINESystemCurrentControlSetControlSession ManagerSFCCommonFilesDir

    HKEY_LOCAL_MACHINESystemCurrentControlSetControlSession ManagerSFCProgramFilesDir


4. MOVE the current Program Files folder, and sub-folders, to the new location.


5. Search ALL shortcuts, *.lnk files, on the current Program Files drive, for Program Files content. For each shortcut returned, right click the shortcut and press Properties. Change any affected Target: and Start in:.


6. Use Regedit to search for Data that contains Program Files and change any affected data values.


7. Shutdown and restart your computer.


The reason this 'mostly' works is that some installation programs do NOT check the ProgramFilesDir and CommonFilesDir registry entries.

NOTE: On Windows 2000, the CommonProgramFiles environment variable is set from the CommonFilesDir value name and the ProgramFiles environment variable is set from the ProgramFilesDir value name.

NOTE: On Windows 2000, you can limit your *.lnk search to the Documents and Settings folder and sub-folders, plus the SystemRoot%Profiles folder. On Windows NT, use the SystemRoot%Profiles folder. If you are doing this for your network, search any server based profile location.


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