Migrating mapped drives to another computer

What is the easiest way to copy mapped network drives from one Windows PC to another Windows PC? Both PCs are on the same network.

I was thinking about creating a script to do it, but is there an easier way?

1 Answer

I found the solution.

Apparently there's a registry key which stores them in HKEY_CURRENT_USER\Network

If you export it, and import it on the other pc, you get the same mapped drives.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like