윈도우8 사용자 폴더 위치 변경하기
c:\users 폴더를 d:\users 폴더로 이동
Step 1: Boot to Repair Mode
usb나 cd로 윈도우8로 부팅하여 복구 모드로
Step 2: Copy user profile directory over
사용자 폴더 복사
c:\>xcopy /e /k /o /h c:\users d:\users
Step 3: Delete the original Users folder
원래 폴더 삭제
c:\>rd /s c:\users
Step 4: Make the connection
c:\>mklink /d c:\users d:\users
출처 :
http://www.windows7hacker.com/index.php/2012/09/how-to-change-user-profile-location-in-windows-8-without-registry-hack/