Hi Swearinbag,
Thank you for posting your query. My name is Clarence and I'll be more than happy to assist with your concern.
To resolve your query, you can export the certificate from the source computer by doing the steps below.
- The end user who owns the certificate must log on to the source computer.
- Open Microsoft Management Console (MMC) by typing mmc in the Run dialog box.
- In the File menu, click Add/Remove Snap-in.
- In the Add/Remove Snap-in dialog box, click Add.
- Select Certificates from the list, click Add, and then select My user account.
- Click Finish, click Close, and then click OK.
- Browse to Certificates - Current user\Personal\Certificates.
- Right-click the certificate that you want to migrate.
- Click All Tasks and then click Export.
- The Certificate Export Wizard will help you store the certificate somewhere that is accessible from the destination computer (for example a floppy disk, or shared folder). When prompted, indicate that you want to export the private key along with the certificate. Upon completion, you will receive a message that the export was successful.
- The administrator can now collect the user state using the /efs:copyraw option on the Scanstate command line. For example: scanstate \fileserver\migration\mystore /efs:copyraw /i:migapp.xml /i:migsys.xml /i:miguser.xml /v:13 /targetxp
- Next, the administrator should install Windows XP and applications as needed on the destination computer and then restore the user state to the destination computer using LoadState.
To import the certificate onto the destination computer. export the certificate from the source computer
- The end user who owns the certificate must log on to the destination computer.
- Open MMC by typing mmc in the Run dialog box.
- In the File menu, click Add/Remove Snap-in.
- In the Add/Remove Snap-in dialog box, click Add.
- Select Certificates from the list, click Add, and then select My user account.
- Click Finish, click Close, and then click OK.
- Browse to Certificates - Current user\Personal.
- Right-click Personal.
- Click All Tasks, and then click Import.
- Use the Certificate Import Wizard to locate the certificate that you exported. When browsing for the certificate, you should select Personal Information Exchange (*.pfx; *.p12) from the Files of type dropdown list box. You will need to enter the password you supplied when you exported the certificate from the destination computer.
- Upon completion, you will receive a message that the import was successful.
--If the reply is helpful, please Upvote and Accept it as an answer--