How to set up smartphones and PCs. Informational portal
  • home
  • OS
  • Windows 7 roaming user profiles. How to transfer a user profile to a new computer using the Transwiz utility

Windows 7 roaming user profiles. How to transfer a user profile to a new computer using the Transwiz utility

Moving user profiles to another drive and changing the path to them is not an easy task. However, it is quite doable in several different ways. Once the migration is successful, the old profile folders can be deleted without any problems.

Suppose you want to transfer a profile from the C: drive to the D: drive. It doesn't make sense to simply copy the profile files, since that won't work.

The easiest and most affordable way is to use windows Easy Transfer. Thus, you can transfer absolutely the entire profile, including the AppData folder and various system links associated with the profile.

First of all, you need to go to the account that we will be transferring. Then let's open the Transfer Tool. To do this, click on the Start button and go to All Programs> Accessories> System Tools> Windows Easy Transfer.

Windows Easy Transfer will start, in which, in fact, you just need to select the location where the user data will be saved. It is best to transfer them to an external hard drive or USB stick, although no one bothers to choose a network drive.

As a result, we will have a file with the .MIG extension, which will store precious data.

1. Log in with the Administrator account and delete the old profile and all of its files (if you’re afraid, you can save them in a safe place beforehand).

2. Open the registry editor (Start> regedit).

3. Go to the HKEY_LOCAL_MACHINE \ SOFTWARE \ MICROSOFT \ WINDOWS NT \ CurrentVersion \ ProfileList branch of the system registry.

4. Find the ProfilesDirectory value and specify the address of the new folder for it - say, D: \ Users.

5. Reboot.

6. Log in with an Administrator account.

7. Create a new user account (see “Windows 7 accounts“). Name it the same as the deleted account - just for convenience, though.

8. Log out and log in with the new account you just created. The profile folder will now be created where we specified the ProfilesDirectory value earlier.

9. It remains to find the previously created .MIG file and double-click on it. The wizard will transfer all user information to the new profile. If the name of the new account does not coincide with the old one, then in the Transfer Wizard, in the additional parameters, you just need to specify a new name.

This method refers to the transfer of a profile on a long-established system. However, sometimes it makes sense to do this right after installing windows 7.

Choosing the location of the user profile when installing windows 7

If you are reinstalling or installing windows 7 from scratch, it is convenient to select a new location for the future user profile right at the installation stage.

After the main stages of installing windows 7, we will stop at the window where you need to create a new user in the system. Take your time to specify it and click to open a command prompt window.

Now let's move on to transferring the profile to a new location. In our example, we are moving the C: \ Users folder to the E: \ Users folder, as well as the ProgramFiles and ProgramData folders.

1. Copy the profiles, the Program Files and ProgramData folder to a new location.

Robocopy "C: \ Users" "E: \ Users" / E / COPYALL / XJ robocopy "C: \ Program Files" "E: \ Program Files" / E / COPYALL / XJ robocopy "C: \ ProgramData" "E: \ ProgramData "/ E / COPYALL / XJ

2. Let's delete the old folders and create the necessary links between the folders.

Program Files folder:

Rmdir "C: \ Program Files" / S / Q mklink / J "C: \ Program Files" "E: \ Program Files"

Rmdir "C: \ users" / S / Q mklink / J "C: \ users" "E: \ users"

ProgramData folder:

Rmdir "C: \ ProgramData" / S / Q mklink / J "C: \ ProgramData" E: \ ProgramData "

It is likely that an error message will appear when deleting folders with the rmdir command. You can delete these folders later, after a reboot.

Now enter regedit to open Registry Editor.

Go to the next branch:

HKEY_LOCAL_MACHINE \ Software \ Microsoft \ windows \ CurrentVersion

Change the path values ​​for the ProgramFilesDir and CommonFilesDir folders in it, entering the E: \ drive instead of the C: \ drive.

Now go to the list of user profiles and change the paths again with E: \ instead of C: \.

HKEY_LOCAL_MACHINE \ Software \ Microsoft \ windows NT \ CurrentVersion \ ProfileList

Close the registry editor. Now enter the following command:

Shutdown / r / t 0

The computer will be turned off, turn it on again. The stage of creating a user will appear again, create it and this will complete the installation of windows 7 and the transfer of profiles.

windata.ru

We transfer folders "Downloads", "My Documents", "Desktop" and other user folders to another drive in windows 7/8 / 8.1 / 10


When a new user is created in windows, the system allocates special folders for him to save various data: documents, images, music, videos, etc .; creating folders of the same name for this. By default, they are all stored in the user folder on the drive with the installed system, most often it is the C drive. Most users store all their files in these standard folders.

But different situations happen, and at some point the operating system may crash and stop loading, the only way out is to completely reinstall windows. Accordingly, all user files that were stored in the Downloads, Documents, Music, Video, Images folders will be deleted without a trace. To prevent this and in the future not to think that your photos, documents and music collection may be lost, you need to move the user's default folders to another drive.

How to move standard user folders in windows to another drive

You can move folders either to another disk partition, if it has several partitions, or to another physical disk: internal or USB. For example, when windows is installed on an SSD drive, and a regular HDD is used for data.

Step 1 Go to your user folder, it is located at:

C: \ Users \ Username

Step 2 Select the folder you want to transfer, right-click on it and select Properties from the context menu

Step 3 In the window that appears, go to the Location tab. Click the Move button and specify the path where you want to move this folder. You can move either to an existing folder, or create a new one

Step 4 Click the Apply button for the changes to take effect

Step 5 In the dialog box that appears, confirm the move by clicking Yes

Do the same for other user directories.

Now your folders will no longer be stored on the system drive, and after the next reinstallation of windows, all data will be intact. You just need to re-specify the path to the data folders on the other drive.

nastroyka.zp.ua

Moving the Users folder to windows 7. Part 1: During the installation phase

This is not my article, but I find it very useful, so I am posting a revised and augmented copy. The task of transferring the user profiles folder from the system drive to another logical or physical drive in a windows operating system is very acute for a number of reasons:
  • The need to separate operational information (system) and archive data (user data) due, for example, to the need to store system files on a high-speed, but less reliable RAID0 disk array.
  • No need for additional transfer of information when reinstalling the OS.
  • Compared to transferring a separate user profile, transferring the Users folder is preferable, since the profiles of all subsequent users on the computer will also be saved in the desired location, and there will be no need to repeat the transfer procedure.
One of the most elegant and rational methods of such a transfer is the ability to determine the location of the user profile folder at the stage of system installation. Microsoft provides us with such an opportunity in relation to Windows 7 under the name Audit Mode. You can read more about this mode in the next article.

Now about the script for moving the Users folder:

As a bonus, you can also take advantage of the so-called junction points to prevent errors associated with explicitly specifying the old user profile folder paths. To do this, use the mklink utility to create two symbolic links (run with administrator rights): mklink / JC: \ Users D: \ Users mklink / JC: \ ProgramData D: \ ProgramData Thus, now, even when accessing the old paths, any program will not notice spoofing and will work with folders on the C drive, although in fact they will be located in the location you configured. For the compatibility of some applications with windows XP, I recommend making the following symbolic link: mklink / J "C: \ Documents and Settings" D: \ Users folder for the profile, and the old one will remain untouched. All files from the old folder should be transferred to the new one manually (it is advisable to boot under a completely different user so that the files in the profile folder are not blocked). Therefore, I recommend after installing windows and after creating user profiles (for this you need to log in interactively once for each user), create a system image on the C: drive. In case of failure, you deploy the system from the image, in which user profiles are tied to their folders, and the problem described in the paragraph above will not be.

kaktusenok.blogspot.ru

How to move folders from windows 7 user profile to another drive? - Essential questions for windows 7

The situation is as follows: There is a laptop with windows 7 Home Premium installed. On disk with: running out of space, only 600 MB are left. The user saves all photos and music to his user folder. So here's the question: How can you move custom folders to another drive. I'm trying to right-click on the user's folder on the desktop, but there are no properties and there is no way to move the folder anywhere. Maybe someone has already come across this question?

You cannot transfer the entire user's folder at once. Do this: 1) Create a new folder on another drive. 2) Open the user's folder from the desktop. 3) Click on each folder (Images, Videos, etc.) with the right mouse button and select "Properties" 4) In the properties Select the "Location" tab 5) In the "Location" tab, click the "Move" button and indicate the newly created folder on another disk. 6) And we do this with each folder that we need to move another disk, and they will also be accessed from the desktop. In general, for the user, these movements will be invisible.

rhpc.ru

How to move user folders to another local drive in windows?

In the windows operating system (in all its versions) there is a so-called user folder, which contains folders for storing the desktop, videos, documents, for downloading files from the Internet, for music, images, and others that are used less often. Since the folders are initially located on the system drive "C", over time this drive may become full. And if you bought yourself a small SSD disk, then most likely there will not be enough space for the files stored in the user's folders. In this case, the location of these folders must be transferred to another local drive, for example, "D" and I will talk about this in this article.

Now in more detail ... These user folders are primarily created for the convenience of the user, because they allow you to conveniently sort through the explorer your information on the computer, for example, you put videos, films, etc. into the "Videos" folder, photos, pictures - into the "Pictures" folder, Well, what you place on the desktop is automatically placed in the "Desktop" folder. And even more so, the appearance of these folders was initially optimized in the system for certain data, videos, photos, music. And you do not need to create any of your own folders for all the good that you have on your computer. In general, it is everyone's business to use them or not.

If these folders are actively used for their intended purpose, then the information in them will clog a lot of disk space. As an example, my entire user folder is over 600 GB. What's wrong with that, you ask? Actually, there is nothing bad, but the problem will be when there is not enough space on your system disk. At the same time, increasing or decreasing the size of the system disk is a dangerous operation, in which you can break windows itself, that is, it will stop starting.

You can read information about resizing local disks here >>

And some users store most of their information, in general, on the desktop, which, accordingly, will also take up space on the C: drive.

Maybe for someone it’s news that the desktop in windows is also a folder. Yes, that is right. The folder is called "Desktop" (or Desktop) and it is located in the folder of the system user under which you are working, on the C drive:

Or another option. Now many people put SSD disks under their system, instead of the usual hard drives. And these SSDs are very expensive pleasure, well, that is, they cost much more than HDDs (hard disks), 2 times, or even 3 times. Because they work many times faster and with them windows in general works much faster. Since these disks are expensive, they usually buy them with such a volume that they only need to install windows and programs for it. This is about 120 GB, which is enough for most for these purposes. But these 120 GB are no longer enough to store all the information on the computer, especially in the user's folders, because it is initially located on the same local disk as windows.

Here, above, I gave 2 examples, because of which you may need to change the location of user folders, especially the "Desktop" folder, and both of these examples are associated with a lack of free space on the "C" drive.

Let's get down to practice ...

How to transfer user folders to another local drive.

The user folder itself is standardly located in the following path in windows: C: \ Users \ Vladimir

Instead of "Vladimir" you will have the name of your account in windows.

Sometimes the Users folder may be called Users.

In your user folder, you will see something like the following:

All user folders are displayed here, such as "Desktop", "Documents", "Downloads", etc. There may also be other folders, for example, as in the image above, which are not circled in red. Such folders can be created by any programs, that is, this is normal.

To change the location of the folder, you need to click on the desired folder with the right mouse button (hereinafter "RMB"), select "Properties". Go to the "Arrangement" tab (1) and click "Move" (2).

Windows Explorer will open, where you need to select the folder to which the current one will be moved. It is better to create a new one for the target folder (into which you transfer the current one) with the same name, but on a different local disk.

Example. Move the Downloads folder from the old location to the new one. The old location in the example is: C: \ Users \ Vladimir Create a folder on the 2nd local disk with the same name "Downloads". Accordingly, when moving the old folder, in the "Location" tab, select the new "Downloads" folder that you created.

After choosing a new location, click in the "Apply" window.

If you have any files in the Downloads folder, the system will offer to move them all to the new location that you have chosen. Better to move the files. To do this, click "Yes" in the window.

We do the same with all other folders that are in your user's folder. That is, we first create a folder with the same name in another local disk, then transfer the old folder to it.

Of course, you do not need to transfer all the folders directly, but it’s better to do it all the same so that you definitely don’t take up extra space on the "C" drive. And for those who like to store a lot of files right on the desktop (I sometimes do this myself), I highly recommend moving the "Desktop" folder! :)

Conclusion

That is, in fact, the whole process of transferring user folders to a new location. Nothing, as you can see, is complicated. But if you do it inattentively, for example, delete the original folder by accident, move it somewhere else, then problems may arise. But all this is fixable, that is, you will definitely not break windows with these actions :)

Unlike completely reinstalling Windows and then reinstalling the software, restoring a user's personal settings is much more tedious. You need to return the previous wallpaper, sort out your personal folders in the library, and most importantly, restore many different settings related to the user account. In a word, one hassle and nothing more.

In such a situation, a small, uncomplicated, but very useful utility called Transwiz can help out great. It is intended for backing up and transferring profile data to another computer or the same computer running Windows 7, 8.1 and 10 after a complete reinstallation of the system.

It differs from analogs Transwiz in simplicity and ease of use - the copy and transfer procedure is carried out using a step-by-step wizard. There is no Russian language in the program, but this should not be a hindrance. After creating a profile archive, its contents can be viewed in the ZIP archiver or Explorer, and if necessary, extract the necessary files from it.

Some features of using Transwiz

You can only back up the data of one account from another, but if your PC has only one main profile, willy-nilly you will have to create a second or activate the built-in administrator account and make backups from under it. This especially concerns the transfer of the local administrator profile, which will be considered used by Transwiz even if you run the program under a regular user account.

Note

We remind you that you can activate the hidden Administrator account with the command net user Administrator / active: yes executed in an elevated CMD console.

How to work with Transwiz

When you run the utility, the wizard will ask you two questions: "I want to transfer data to another computer" and "I have data I want to transfer to this computer", that is, are you going to transfer data to another PC or to the same one. Select the first one and click "Next".

In the window that opens, select the desired profile, click "Next" and specify the directory for saving a backup copy of the profile.

At this point, you can enable compression (optional).

When proceeding to the next step, the utility will offer to set a password on the archive with a copy of the data, here we also leave everything at your discretion.

After that, the backup procedure will be launched, the progress of which you can watch in the lower part of the application window.

The zip archive created includes library folders (Music, Documents, Favorites, Videos, etc.), desktop configuration, OneDrive folder, logs, databases, and the hidden AppData directory with software settings.

The procedure for restoring a profile on a new system is performed in approximately the same way, but in the reverse order. Having launched the program, this time select the option "I have data I want to transfer to this computer" and specify the path to the archive with data.

Do not change the computer name (Enter the domian), click "Next".

Transwiz will display a message that this account does not exist and will immediately offer to create one. Click "Yes" and select the type of account you want, for example, Administrator.

In the next window, you can specify new user data, or leave everything by default. In the latter case, the data will be taken from the backup.

Almost everything is ready, it remains only to click "Next" and wait for the unpacking of the backup copy with user data. After completing the procedure, close the current session and log into the system under the new old account.

If you did not enter your username and password in the Transwiz window, the system may prompt you to change the password when you enter the restored account. You need to enter it only in the two bottom fields, leave the first top blank.

In any case, you can reset or change the password from a work account by opening a command prompt with administrator rights and running the command net user user password, where user is the name of the local user and password is the new password. Better yet, first enter your old local username and password in the program window and tick the "Password never expires" checkbox.

Note

You can transfer data to Transwiz not only between Windows of the same version, you can import a profile from Windows 10 to Windows 8.1 and even 7, and vice versa, only in this case full compatibility of components and settings is not guaranteed. As for universal apps, they will need to be updated when you sign in to the transferred account.

Have a great day!

Moving the user profile folders from the system drive to another drive is needed to free up a relatively small system drive (for example, an SSD).
The operation is unsafe and controversial - who does not know how and why - should not be done.

You will need additional. xxcopy utility. Pro version required. Although it is paid, its official trial period of 60 days is quite enough for our task.
So:

  1. Install xxcopy.
  2. Create a new temporary user with a name, for example, "TU", which will be used to perform the data transfer operation and give him administrator rights.
  3. Reboot (to remove locks on files in use) and log in as a new user ("TU").
  4. We start the Windows command line in administrator mode. To copy a folder from the C: drive to the D: drive, run the command:
    xxcopy c: \ Users d: \ Users / E / H / K / SC / oE1
    If you have different drive letters, substitute your own. As a result, the folder will be copied properly. Errors, if any, can be ignored.
  5. Next, run the command regedit. In it we find the registry branch HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ ProfileList In this branch, change the values ​​of the keys:
    • Default to "D: \ Users \ Default"
    • ProfilesDirectory to "D: \ Users"
    • Public to "D: \ Users \ Public"
  6. The same branch contains branches with parameters of user profiles already registered in the system (branches with long names, they are) - for each user it is necessary to change the value of the key “ ProfileImagePath"To a directory on the portable disk.
  7. The temporary user is no longer needed - everything that was required of him is completed. At the same time, so far, nothing irreversible has been done - all data in reality was copied, not transferred. Therefore, in the case of "something went wrong ..." you can always return the status quo. Now we reboot again and log in under a real administrator account.
  8. We make sure that the login is correct and the system boots without question. Now you can proceed to further steps.
  9. Run the Windows command line again in administrator mode and run the commands:
    • rd "C: \ Documents and Settings"- deleting a symbolic link to the old Users folder
    • rd "C: \ Users" / S- deleting the oldest folder Users
    • mklink / D "C: \ Documents and Settings" "D: \ Users"
    • mklink / D "C: \ Users" "D: \ Users"

Now on your system, the Users folder is on the correct drive and, in addition, there are symbolic links to the new folder that protect the system from misuse of the old address.

Hello dear readers of the blog www.site. Today we will complete the description of the process operating system transfer Windows 7 with saving user profiles, installed programs, data and settings on two hard drives. One of the drives is a solid state drive SSD volume of 60 GB, the second is a conventional mechanical HDD.

The decision to make a dual configuration of hard drives was made after the volumes occupied by the operating system and user data. Due to the fact that in total they clearly exceeded 60 GB, it was not possible to transfer everything to one small SSD disk.

Looking ahead, I will say that for a desktop computer, such a solution turned out to be not only successful, but also very profitable from a financial point of view. The combined cost of a small SSD and a mechanical HDD is still less than the cost of a single large SSD.

Even if you do not mind the money "for yourself", most likely, the volume of one SSD is really not enough. For example, my only folders with photos take up about 130 GB. And this despite the fact that the photos are mostly in jpg format. Who's in RAW? And if the video? This I mean that you still have to either install another HDD, or connect an external one.

As for the speed of the system, initially there were serious concerns about whether the transfer of Windows 7 user profiles to a regular mechanical disk would negatively affect it. The fears were not confirmed - everything “flies”. No, the computer's response would surely be even faster if the solid-state disk contained not only the operating system, but also the data. But something tells me that in most practical cases this difference would not be very noticeable.

We return to the process. Last time we migrated Windows 7 operating system to SSD and user profiles to mechanical HDD. To migrate user profiles, we tried to use the standard Windows 7 Windows Easy Transfer wizard.

Unfortunately, the result was not exactly what I would like to see - the settings of some programs were not saved. This can be partially explained by the fact that with such a transfer of the profile, the absolute paths to the files change and some programs do not find them. Apparently, "Windows Easy Transfer" makes sense to use to solve those tasks for which it is directly intended. In short, this is not Linux for you, where in \ home you can mount any partition on any disk.

Today I will describe the second, very simple, way to transfer folders of Windows 7 users to another drive. The idea of ​​such a transfer was suggested to me by a Microsoft wizard at the moment when it refused to expand the saved profiles to the second disk and I had to trick it by creating symbolic links. Here we will use them one hundred percent.

Migrating Windows 7 User Folders Using Symbolic Links

We return to the moment when the preliminary optimization of the space occupied by the system on the C: drive has already been done, but the original user profiles from the C: drive have not yet been deleted. We copy the custom directories to any available place or immediately to where they are supposed to be placed in the end.

This can be done in various ways, the main thing is to preserve the permissions for files and folders and not lose system and hidden ones. For example, using the command xcopy at a command prompt with administrator privileges:

xcopy C: \ Users \ UserName \ X: \ Users \ UserName \ / E / H / O / X

UserName- name of the user profile directory;

X: \ Users \ UserName- destination folder;

/ E

/ H- hidden and system files are copied;

/ O- ACLs and owner data are saved;

/ X- file audit information is copied.

Or, also on the command line, with the command robocopy:

robocopy C: \ Users \ UserName \ X: \ Users \ UserName \ / E / COPYALL / XJ

C: \ Users \ UserName, X: \ Users \ UserName- source and result;

/ E- directories with subdirectories are copied, including empty ones;

/ COPYALL- all information about the files is copied (information about the owner, audit information, etc.);

/ Xj- exclude connection points.

Team robocopy interesting in that it is designed for data replication and is able to delete "unnecessary" files from the replica. It can be successfully used to create backups without completely overwriting all files.

13 comments

    Well, I did everything right. Rebooted, everything worked ok. And then the OS even stopped loading. I can not even reinstall Windu. Black screen only.

    • Rustam, the problem you have encountered cannot be related to the transfer of profiles. In any case, on C: \, even if you did not specifically create a new user whose profile cannot be transferred, as recommended in the article, there is an "Administrator". If everything is in order with the system itself, then if the second disk with the transferred profiles is unavailable, there can be no such horrors - Windows will boot. Tell us in more detail at what point a black screen appears, after which it started. And what does it mean

      I can not even reinstall Windu

  1. The fact of the matter is that I had only one Administrator profile. I transferred it from SSD to HHD. Then on drive D, where I transferred the Administrator profile, I made the Users folder invisible. Rebooted the laptop. Windows do not boot. Even the Windows logo does not appear. I decided to reinstall the OS, in AHCI mode the installation does not start at all. I put it in IDE mode, it stumbles at the "installation starts" step. Further nowhere. Although I have already installed the same copy of Windows with this flash drive on the same ultrabook.
    It looks like something is wrong in the BIOS or what?

    I want to connect my laptop to my computer and format all drives. Could you tell me how to connect a laptop and see all its contents from a computer?

    • You have something very complicated in mind. The content is easier to view by booting from the Live CD. For example Parted Magic with GParted. I wrote about him. To understand what else you are betting for Windows - the problems with AHCI are confusing. Again, you can partition and format the disks by running the Windows 7 installation. I described how to make a bootable USB flash drive with Windows.

  2. Thanks for the Parted Magic program. Downloaded, but apparently something in the tables is not right. When I try to create or format a partition, I get an Input / Otput error during read or during write on dev / sda. That generally disappears boot sectors HHD and SSD in the BIOS. I don’t know what to do. Looks like something with GPT, MBR tables. Is there any way to fix the tables? By the way, the Asus Zenbook UX32A laptop.

    • MBR and GPT are not tables, but records at the beginning of the disk. They cannot affect the visibility of disks in the BIOS. As far as I understand, your ultrabook is not supposed to use the SSD on its own, but as a cache for the HDD. I think that the solution to the problem should be sought here. Actually, this laptop can work with an SSD as a separate drive?

    Yes, SSD is meant to be a cache, but I installed the OS on an SSD. And everything worked great. Then I decided to move the user folders to another drive. Transferred and…. 🙂

    • I can't understand how you contrived to transfer a single user to another disk - when copying a profile, there should have been a huge number of errors due to file locking. But most importantly, I cannot understand how even this wrong action could affect the inability to reinstall the system. There must be something else. M. b. did you switch something in the BIOS?

    Well, in order to transfer the only user, I created a temporary administrator, and after the transfer, deleted this temporary administrator account. When copying user files, there were questions a couple of times, but I skipped them. As for the impossibility of reinstalling the system, I myself do not understand (It's just that the impossibility of installing a new OS appeared even before I dug into BIOS. But even after resetting the changes to BIOS, it's still the same.

    • Yeah. With the transfer, it is now clear, that is, there was a service account. But with a laptop it is completely incomprehensible. If you can solve the problem, and I have no doubt about it, be sure to unsubscribe. Very interesting. Unfortunately, not having a similar sample at hand is problematic to give you any practical advice. Sometimes the solution is hidden under the very nose. I remember how we once fought half the night with a server that refused to start after changing the controller. What they did not do. Thank God they didn't really ditch. But it turned out that by this moment they had just gone crazy and tried to boot from the wrong device.

    made a bootable USB flash drive Acronis.
    And he gave an error "E000101F4: No hard drives found"... How can this be if the BIOS has such a situation:

    Boot Opton Priorities

    I go to
    Hard Drive BBS Priorities
    and there:
    Boot Option # 1
    Boot Option # 2

    • It may very well be. Acronis can easily not see something. For example, in my case he does not see drives connected via USB to a computer with an Intel DX58SO motherboard. Earlier, too, something constantly came up with the same plan. To create backups, I now mainly use Live-CDs with.

Hello, in this article we will look at a way to transfer a user profile to another computer. To do this, we will use the utility Transwiz.

I would like to say that after reinstalling the system, returning everything to its rightful place is a very difficult task, why do this, if you can go the simple way - transferring your account. This will save you from such routine as sorting files and folders, setting wallpaper, setting Windows and other actions. This operation can also be done with.

It is interesting:

With the help of the Transwiz utility we will transfer all the data of the user account to the new device. This can be done on any of the modern operating systems.

The disadvantage of the program is that it is not in Russian, but for this I am writing this article to help you understand it.

All about iPhone glass and screen repair. Watch the sequel.

What you need to know before working with Transwiz?

When you copy the data of one account, you need to have a second one, with which you will do this, if it does not exist, then create or use an administrator account.

The note! The launch is performed through the command line, opened as administrator. Then you need to enter the following command:

net user Administrator / active: yes

Transferring account data using Transwiz

Run the program. The first thing you will see are two questions: the first asks if you are going to transfer data to a new computer, and the second question to the same computer.

Since we are transferring the account to another computer, we select first point and click "Next".

In the next section, we need to select an account whose data we will transfer. After pressing the button "Further" you need to specify the folder where the copy of the account will be saved.


Check mark "Fast Pack" means compression, you can check it too, but this is optional. We press "Further".


The next step involves setting a password for the archive of the backup copy of the account, either enter or click OK and move on.


All user profile data is copied to the folder where you specified. Please note that the files will be in the archive, and if you specified a password for it, then do not forget it.


The created archive will contain all the data, from the folders and the exact location, then the various Windows settings that you configured during the operation of the system.

At the end of the operation, press "Ready".


Transferring a user profile from an old computer to a new one

Install Transwiz on a new computer and at the very beginning select the second option, that is, install the profile on the same computer.


We indicate the path to the archive with copies of the account from the old computer and click "Further".


Provide a computer name.


After that, a message will appear stating that the account does not exist and will ask you to create a new one, so click "Yes"... We choose the type of account, it is better, of course, "Administrator".





When the system boots, you can see 3 fields for entering a password - this is if you did not specify the password and login for the account. Then enter the new password, but only in the last two fields, we do not touch the first.



If you have any problems with setting a new password, then do not specify anything. And you can change or install it from another account.

I would like to note that the transfer of a profile is carried out not only between the same versions of systems, you can transfer a profile from Windows 10, say, to Windows 8, or Windows 7, but you should not vouch for the correct installation of the copy.

Top related articles