In this example, the system was previously running Windows Vista 32 bits. The archive files were located in :
C:\Windows.old\Users\atoy\Local Settings\VirtualStore\Program Files\Yahoo!\Messenger\Profiles\atoyccb\Archive\Messages
A new OS, Vista 64 bits, was installed. The new archived messages are now in
C:\Users\Charito\AppData\Local\VirtualStore\Program Files (x86)\Yahoo!\Messenger\Profiles\atoyccb\Archive\Messages
You can copy the old archives over by following the following steps :
- Open a command-prompt window as administrator
- Copy over the old archives to the new location :
XCOPY "C:\Windows.old\Users\atoy\Local Settings\VirtualStore\Program Files\Yahoo!\Messenger\Profiles\atoyccb\Archive\Messages\*.*" ">C:\Users\Charito\AppData\Local\VirtualStore\Program Files (x86)\Yahoo!\Messenger\Profiles\atoyccb\Archive\Messages" /S
No comments:
Post a Comment