December 31, 200718 yr 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?
January 1, 200818 yr 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".
Create an account or sign in to comment