Difference between revisions of "Windows/Move Documents and Settings"

From braindump
Jump to navigation Jump to search
(Created page with "== Dump == reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" /v ProfilesDirectory /t REG_EXPAND_SZ /d "%SystemDrive%\Documents and Settings" reg add "HKLM...")
 
Line 1: Line 1:
== Dump ==
== 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
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" /v ProfilesDirectory /t REG_EXPAND_SZ /d "D:\Documents and Settings"
/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"
[[Category:Windows]]

Revision as of 19:53, 16 June 2012

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"