PC Review


Reply
Thread Tools Rate Thread

Can't import account profile to re-installed system

 
 
=?Utf-8?B?ZW1tZWZm?=
Guest
Posts: n/a
 
      3rd Nov 2005
Hi.

I've re-installed XP Pro SP 2 onto my system by booting from the CD. This
did not offer me the option of an upgrade, so I chose to overwrite the
original Windows installation. I now have a new default account alongside
the original user accounts that contain various customised program
configurations.

How do I make my original user account the default account? I've tried
using Windows Explorer to copy files and settings to the new default account
but this process always aborts when certain (system?) files are encountered.

The 'import files and settings' wizard won't allow me to import from the
pre-existing accounts because I didn't set up a 'transfer files' package
beforehand.

Thanks in advance.

MF
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      3rd Nov 2005

"emmeff" <(E-Mail Removed)> wrote in message
news:9374A929-7F54-451C-BB00-(E-Mail Removed)...
> Hi.
>
> I've re-installed XP Pro SP 2 onto my system by booting from the CD. This
> did not offer me the option of an upgrade, so I chose to overwrite the
> original Windows installation. I now have a new default account alongside
> the original user accounts that contain various customised program
> configurations.
>
> How do I make my original user account the default account? I've tried
> using Windows Explorer to copy files and settings to the new default

account
> but this process always aborts when certain (system?) files are

encountered.
>
> The 'import files and settings' wizard won't allow me to import from the
> pre-existing accounts because I didn't set up a 'transfer files' package
> beforehand.
>
> Thanks in advance.
>
> MF


Let's assume that your logon name is "MF" and that your previous
profile folder was "c:\documents and settings\mf". Do this:

1. Create a second admin account.
2. Reboot the machine and log on as the second admin.
3. Start a Command Prompt and type these commands:
net user mf /delete
ren "c:\documents and settings\mf" "mf.old"
net user mf SomePassword /add
net localgroup administrators mf /add
4. Log off, then log on as "mf".
5. Reboot, then log on under the second admin account.
6. Start a Command Prompt and type these commands:
rd /s "c:\documents and settings\mf"
ren "mf.old "c:\documents and settings\mf"

These steps will do two things:
- They force the mf account to use the profile folder name
"c:\documents and settings\mf"
- They restore the contents of the previous profile folder.


 
Reply With Quote
 
=?Utf-8?B?ZW1tZWZm?=
Guest
Posts: n/a
 
      6th Nov 2005


"Pegasus (MVP)" wrote:

>
> "emmeff" <(E-Mail Removed)> wrote in message
> news:9374A929-7F54-451C-BB00-(E-Mail Removed)...
> > Hi.
> >
> > I've re-installed XP Pro SP 2 onto my system by booting from the CD. This
> > did not offer me the option of an upgrade, so I chose to overwrite the
> > original Windows installation. I now have a new default account alongside
> > the original user accounts that contain various customised program
> > configurations.
> >
> > How do I make my original user account the default account? I've tried
> > using Windows Explorer to copy files and settings to the new default

> account
> > but this process always aborts when certain (system?) files are

> encountered.
> >
> > The 'import files and settings' wizard won't allow me to import from the
> > pre-existing accounts because I didn't set up a 'transfer files' package
> > beforehand.
> >
> > Thanks in advance.
> >
> > MF

>
> Let's assume that your logon name is "MF" and that your previous
> profile folder was "c:\documents and settings\mf". Do this:
>
> 1. Create a second admin account.
> 2. Reboot the machine and log on as the second admin.
> 3. Start a Command Prompt and type these commands:
> net user mf /delete
> ren "c:\documents and settings\mf" "mf.old"
> net user mf SomePassword /add
> net localgroup administrators mf /add
> 4. Log off, then log on as "mf".
> 5. Reboot, then log on under the second admin account.
> 6. Start a Command Prompt and type these commands:
> rd /s "c:\documents and settings\mf"
> ren "mf.old "c:\documents and settings\mf"
>
> These steps will do two things:
> - They force the mf account to use the profile folder name
> "c:\documents and settings\mf"
> - They restore the contents of the previous profile folder.
>
>

Thank you! This has helped enormously. Much relief. And -- because of the
re-install -- my system is running better than it has for a long time.

Thanks again.

MF
 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      6th Nov 2005

"emmeff" <(E-Mail Removed)> wrote in message
news:3DF5955D-BDDB-4674-9968-(E-Mail Removed)...
>
>
> "Pegasus (MVP)" wrote:
>
> >
> > "emmeff" <(E-Mail Removed)> wrote in message
> > news:9374A929-7F54-451C-BB00-(E-Mail Removed)...
> > > Hi.
> > >
> > > I've re-installed XP Pro SP 2 onto my system by booting from the CD.

This
> > > did not offer me the option of an upgrade, so I chose to overwrite the
> > > original Windows installation. I now have a new default account

alongside
> > > the original user accounts that contain various customised program
> > > configurations.
> > >
> > > How do I make my original user account the default account? I've

tried
> > > using Windows Explorer to copy files and settings to the new default

> > account
> > > but this process always aborts when certain (system?) files are

> > encountered.
> > >
> > > The 'import files and settings' wizard won't allow me to import from

the
> > > pre-existing accounts because I didn't set up a 'transfer files'

package
> > > beforehand.
> > >
> > > Thanks in advance.
> > >
> > > MF

> >
> > Let's assume that your logon name is "MF" and that your previous
> > profile folder was "c:\documents and settings\mf". Do this:
> >
> > 1. Create a second admin account.
> > 2. Reboot the machine and log on as the second admin.
> > 3. Start a Command Prompt and type these commands:
> > net user mf /delete
> > ren "c:\documents and settings\mf" "mf.old"
> > net user mf SomePassword /add
> > net localgroup administrators mf /add
> > 4. Log off, then log on as "mf".
> > 5. Reboot, then log on under the second admin account.
> > 6. Start a Command Prompt and type these commands:
> > rd /s "c:\documents and settings\mf"
> > ren "mf.old "c:\documents and settings\mf"
> >
> > These steps will do two things:
> > - They force the mf account to use the profile folder name
> > "c:\documents and settings\mf"
> > - They restore the contents of the previous profile folder.
> >
> >

> Thank you! This has helped enormously. Much relief. And -- because of

the
> re-install -- my system is running better than it has for a long time.
>
> Thanks again.
>
> MF


Thanks for the feedback.


 
Reply With Quote
 
=?Utf-8?B?Q29tZm9ydEpvbmVz?=
Guest
Posts: n/a
 
      15th Nov 2005
Helped me too and I been searching for this kind of info for a couple weeks
now. Thanks sooooooo much.

"Pegasus (MVP)" wrote:

>
> "emmeff" <(E-Mail Removed)> wrote in message
> news:3DF5955D-BDDB-4674-9968-(E-Mail Removed)...
> >
> >
> > "Pegasus (MVP)" wrote:
> >
> > >
> > > "emmeff" <(E-Mail Removed)> wrote in message
> > > news:9374A929-7F54-451C-BB00-(E-Mail Removed)...
> > > > Hi.
> > > >
> > > > I've re-installed XP Pro SP 2 onto my system by booting from the CD.

> This
> > > > did not offer me the option of an upgrade, so I chose to overwrite the
> > > > original Windows installation. I now have a new default account

> alongside
> > > > the original user accounts that contain various customised program
> > > > configurations.
> > > >
> > > > How do I make my original user account the default account? I've

> tried
> > > > using Windows Explorer to copy files and settings to the new default
> > > account
> > > > but this process always aborts when certain (system?) files are
> > > encountered.
> > > >
> > > > The 'import files and settings' wizard won't allow me to import from

> the
> > > > pre-existing accounts because I didn't set up a 'transfer files'

> package
> > > > beforehand.
> > > >
> > > > Thanks in advance.
> > > >
> > > > MF
> > >
> > > Let's assume that your logon name is "MF" and that your previous
> > > profile folder was "c:\documents and settings\mf". Do this:
> > >
> > > 1. Create a second admin account.
> > > 2. Reboot the machine and log on as the second admin.
> > > 3. Start a Command Prompt and type these commands:
> > > net user mf /delete
> > > ren "c:\documents and settings\mf" "mf.old"
> > > net user mf SomePassword /add
> > > net localgroup administrators mf /add
> > > 4. Log off, then log on as "mf".
> > > 5. Reboot, then log on under the second admin account.
> > > 6. Start a Command Prompt and type these commands:
> > > rd /s "c:\documents and settings\mf"
> > > ren "mf.old "c:\documents and settings\mf"
> > >
> > > These steps will do two things:
> > > - They force the mf account to use the profile folder name
> > > "c:\documents and settings\mf"
> > > - They restore the contents of the previous profile folder.
> > >
> > >

> > Thank you! This has helped enormously. Much relief. And -- because of

> the
> > re-install -- my system is running better than it has for a long time.
> >
> > Thanks again.
> >
> > MF

>
> Thanks for the feedback.
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Domain Account profile pointing to local account KDawg44 Windows XP General 2 2nd Mar 2009 01:29 PM
User Profile Folder Found but Profile Not shown in System Properti FMFF Windows XP Performance 1 26th May 2008 11:46 PM
New mail profile - registry import or PRF import? John Blight Microsoft Outlook Installation 2 25th Jan 2008 06:00 PM
PRF to add account to profile and make default account Dan Microsoft Outlook Installation 0 30th Nov 2005 10:45 PM
move profile to d:\profile, but system still using profile on c: Greg Chu Microsoft Windows 2000 Setup 3 2nd Apr 2005 05:45 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:45 AM.