Export list of Mapped Drives from Win XP for importing to another XP machine

P

Paul

Hi,

Where can I find the details of all my mapped drives? I have a
substantial amount of mapped drives on my old Windows XP install and
wish to export them / retrieve them in some way so I can recreate the
mappings on my new XP install.

My old XP is not running, but I do have the hard drive and I hope to
recover the mappings from the old hard drive prior to formatting...

TIA,

P.
 
R

Ramesh, MS-MVP

Hi Paul,

Here is a scripting solution for you.

Hey, Scripting Guy! How Can I Determine Which Drives are Mapped to Network Shares?:
http://www.microsoft.com/technet/scriptcenter/resources/qanda/oct05/hey1027.mspx

See also:

Microsoft Windows 2000 Scripting Guide - Managing Network Drives:
http://www.microsoft.com/technet/scriptcenter/guide/sas_wsh_peht.mspx?mfr=true

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Hi,

Where can I find the details of all my mapped drives? I have a
substantial amount of mapped drives on my old Windows XP install and
wish to export them / retrieve them in some way so I can recreate the
mappings on my new XP install.

My old XP is not running, but I do have the hard drive and I hope to
recover the mappings from the old hard drive prior to formatting...

TIA,

P.
 
P

Paul

Hi,

Unfortunately as I pointed out in the question, the old Windows that I
want to get the info from isn't running so your script dosent work...

Any other ideas?

Regards,

P.
 
R

Ramesh, MS-MVP

Missed that note. Perhaps you can try loading the NTUSER.DAT of the user profile in your old XP installation (using the Load Hive option in Regedit.exe)

Then goto the following branch:

HKEY_USERS\<HIVENAME>\Network

Each sub-key represents a mapped network drive, and has the Remote Path mentioned in it.

For more details, check these links which explains how to load a hive into the registry:
http://www.dougknox.com/xp/tips/xp_adv_reg_editing.htm
http://www.microsoft.com/technet/pr...elp/967e371b-40f8-4562-ac7c-91e8f251d65b.mspx
http://support.microsoft.com/default.aspx?scid=kb;en-us;307016

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Hi,

Unfortunately as I pointed out in the question, the old Windows that I
want to get the info from isn't running so your script dosent work...

Any other ideas?

Regards,

P.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top