What should you do first?

Posted by: Pdfprep Category: 70-680 Tags: , ,

You have a computer that runs WindowsXP. The computer has one partition. You install Windows 7 on the computer. You need to migrate a user profile from the Windows XP installation to Windows 7 installation.

What should you do first?
A . From Windows 7, run Scanstate.exe /offlineWinOld:c:windows.
B . From Windows 7, run Scanstate.exe /offlineWinOld:c:windows.old.
C . At the command prompt, run Xcopy /s /e c:windowsusers*.* c:users.
D . At the command prompt, run Xcopy /s /e c:windows.olddocuments and settings*.* c:users.

Answer: B

Explanation:

/offlinewinold: “Windows.old diredctory”

This command-line option enables the offline migration mode and starts the migration from the location specified. It is only intended to be used in Windows.old migration scenarios, where the migration is occurring from a Windows.old directory.

NOT Xcopy

Copies files and directories, including subdirectories.

/s Copies directories and subdirectories, unless they are empty. If you omit /s, xcopy works within a single directory.

Leave a Reply

Your email address will not be published.