1
My system has four disks in it
- C: 120GB (SSD) for system
- D: 1TB
- E: 500GB
- F: 2TB
My user is mark
and my profile is here D:\Users\mark
All disks are encrypted with truecrypt whole disk encryption. D,E,F are system favorite volumes and are mounted with the system at boot time.
The D drive filled up, so I emptied the F drive and copied my data over logged on as a different user called admin with this command
robocopy D:\Users\mark F:\Users\mark /MIR /XJ
Seemed to work well. I then went into the registry and changed the User profile location at this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\{SID}
and changed ProfileImagePath
to F:\Users\mark
I also changed:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\ProfilesDirectory
to F:\Users
When I log on to Windows I get a load of errors. In the event log I can see
Windows cannot load the user's profile but has logged you on with the default profile for the system. DETAIL - Access is denied.
When I look at the drives, they have all been mounted fine by Truecrypt. I tried changing the registry keys back to how they were but I get the same error. I have also tried a System Restore but it did not fix it.
Any ideas? I'm kind of in trouble here. Thanks!
Method 1 fixed it, my profile registry key had a .bak on the key name and I hadn't noticed. – user9639 – 2013-12-05T09:10:43.653