Problem: Windows XP local profile corrupt, and NO roaming profiles, so Windows uses a temporary local profile
Problem: local profile corrupt, and NO roaming profiles, so Windows uses a temporary local profile
- windows logged me in to a TEMP profile (domainName.TEMP)
This can be seen on the command line, by typing:
SET U
> ...
> ...
> USERPROFILE=C:\Documents and Settings\TEMP.X
Solution:
- logged out
- logged in as local Administrator account
- moved sean.ryan to sean.ryan.old
- created new directory sean.ryan
- Using Windows User Profiles window, copied TEMP profile to sean.ryan profile
- MANUALLY copied all fields from sean.ryan.old, to to sean.ryan, EXCEPT ntuser.*
- then deleted TEMP profile.
Note: to delete ntuser.dat, had to use movefile from SysInternals
- rebooted machine
- logged in as
Comments
Post a Comment