Windows/Move Documents and Settings

From braindump
Revision as of 19:53, 16 June 2012 by Uroesch (talk | contribs) (→‎Dump)
Jump to navigation Jump to search

Dump

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" 
  /v ProfilesDirectory 
  /t REG_EXPAND_SZ 
  /d "%SystemDrive%\Documents and Settings"

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" 
  /v ProfilesDirectory 
  /t REG_EXPAND_SZ 
  /d "D:\Documents and Settings"