Home > Operating Systems, POWERED BY YAHOO ANSWERS, Registry, Vista, XP > How do I change where files are saved in windows by default?

How do I change where files are saved in windows by default?

December 3rd, 2008

Step 1
1. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\ProfileList
2. Under this key, there will be some number of profiles (usually 6), each of these which represents a user name that you will find under C:\Documents and Settings.
3. Click on each PROFILE key entry and look at the value ProfileImagePath to identify which one represents your username.
4. Inside the registry editor, using RegEdit or a clone registry editing program (REGLITE), edit this ProfileImagePath value that represents your username and CHANGE the path to where you want to move your settings to. In my case, I wanted to move my settings from C:\Documents and Settings\USERNAME to “D:\Documents and Settings\USERNAME”.
5. Save this new path value in the registry editing program.
6. Now export the whole profile key that contains this value. You will be prompted for a file name to save the exported information to. Pick a location on your hard disk (not on the C drive) and export the key. When you finish the export and look at the output file, it should look something like this (note that exported filename locations inside the registry always represent a single “\” character with two “\\” characters)

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-220523388-484763869-725345543-1003]
“ProfileImagePath”=”D:\\Documents and Settings\\USERNAME”
“Sid”=hex01,05,00,00,00,00,00,05,15,00,00,00,7c,eb,24,0d,dd,e8,e4,1c,07,e5,3b,\2b,eb,03,00,00
“Flags”=dword00000000
“State”=dword00000100
“CentralProfile”=””
“ProfileLoadTimeLow”=dword68b90756
“ProfileLoadTimeHigh”=dword01c5b12b
“RefCount”=dword00000001
“RunLogonScriptSync”=dword00000030
“OptimizedLogonStatus”=dword0000000b

7. Delete everything below your new path name. It should now look like this:

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-220523388-484763869-725345543-1003]
“ProfileImagePath”=”D:\\Documents and Settings\\USERNAME”

Step 2
1. Now do a full reboot (don’t just logoff/on) and sign into the ADMINISTRATOR account
2. Copy C:\Documents and Settings\Username folder (including all sub-folders) to the new path location where the target users personal settings are to be saved (D:\Documents and Settings\XYZ in this example).
3. Logoff the Administrator account and back onto the User account
4. Run the registry file you previously exported to and edited with the .REG extension (right-click it and choose merge)
5. Reboot the computer again and logon to the USER account
6. Go to C:\Documents and Settings\Username and try to delete the complete folder structure

Click an ICON to submit this post!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Live
  • MySpace

Operating Systems, POWERED BY YAHOO ANSWERS, Registry, Vista, XP , , ,

  1. Matthew Persico
    May 12th, 2009 at 20:12 | #1

    Unsing Vista Home Premium, I have a ProfileImagePath of C:\Users\matthew and a CentralProfile of C:\Users\matthew.V2.

    Howdid the V2 get creted and can I simply just move files back into C:\Users\matthew from C:\USers\matthew.V2 and then set CentralProfile to “” ?

  1. No trackbacks yet.