Difference between revisions of "Windows/Move Documents and Settings"
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...") |
(→Dump) |
||
Line 1: | Line 1: | ||
== Dump == |
== Dump == |
||
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" |
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" |
||
/v ProfilesDirectory |
|||
⚫ | |||
/t REG_EXPAND_SZ |
|||
/d "%SystemDrive%\Documents and Settings" |
|||
⚫ | |||
/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"