Jump to content

Is there a way to backup mapped net places?


Recommended Posts

I want to backup my net places so i can include it on my dvd, and so far the only thing i found was:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\PublishingWizard\AddNetworkPlace\AddNetPlace\LocationMRU]
"a"="ftp://xbox:xbox@10.10.2.2"
"MRUList"="cba"
"b"="\\\\Carol\\c"
"c"="ftp://xxx:xxx@ftp.gugutz.com"

Does anyone know how to do it, or can get a clue from the tweak above?

Link to comment
Share on other sites


Looks to me like 3 mapped shares.

2 point to an xbox through ftp and one points to "\\carol\c". In the registry it is showing double "\" which is common. It doesn't however show the drive letters.

In autoit you can use DriveMapGet ( "device" ). where you could list each drive letter and it would return the mapped path.

Like if the mapped drive letter was L: you would use:

$Getpath = DriveMapGet ( "L:" )

Which would make the variable $GetPath = "\\carol\c".

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...