There is a large amount of data in the profile - it's 18GB, contain the Documents folder, and several application's data as well. Is there a more surgical suggestion?
Main Topics
Browse All TopicsI've gotten a second laptop, installed with Vista Home Premium. It came with the preinstalled user "MSI" (the brand of the laptop). I renamed the user "Steve", and it works pretty much as it does under XP (my XP machine came preinstalled with the username "A", and was renamed to Steve.
However, I noticed that right after a reboot, the result of a call to GetUserNameA returns "Steve" - but after a while (unclear exactly when), GetUserNameA returns "MSI". It seems to be after the screen has been blanked out, but I couldn't say that for sure.
It's not just my programs doing this : Microsoft's "Hearts" program will call me either "Steve" or "MSI" just like my own programs.
I tried to Google and checked MSDN to see if this is a known issue - couldn't find anything. Anybody know anything about this?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The user should not have that much in their proifle - if it's roaming and they sit down at another PC this must copy down from the server everytime.
You should look at Folder Redirection to move the My Documents folder to their Home Drive so it doesn't roam.
Other than that, you could load the NTUSER.DAT into Regedit from another profile then find and change ALL instances of the old username to the new one. This will likely take ages.
1. enable the administrator account (disabled by default. use the MMC-based Computer Management (right click my computer and select manage or run compmgmt.msc) "Local Users and Groups) section of the Administrative Tools Control Panel does give you access to the Administrator account. While you're there you will see the MSI account and the FULL Name -- blank it out to return it to msi.. Create your user account.
Login under your new account to set things up. Logoff and login as 'administrator'
copy (or move but copy is preferred .. personally I'd use xcopy * destfolder /s /r /h" all of the files from c:\users\msi to c:\users\steve ..
overwrite as needed...
select c:\users\steve right click and give STEVE full permissions on this folder.
logoff administrator and logon as steve... check it out.. if everythhing OK then delete the MSI account.
Business Accounts
Answer for Membership
by: Netman66Posted on 2007-06-06 at 05:47:36ID: 19224570
If you have the Admin account unlocked then log in with that.
Use the Properties of My Computer>Advanced to delete the Profile for your renamed user.
Make sure there isn't anything in the profile that you need (IE - a PST file or My Documents).
Much of this comes from the NTUSER.DAT file as it is the HKEY_CURRENT_USER hive and would already contain the MSI user info.