Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

recover disconnected mapped drive [closed]

Is there anyway to recover a mapped drive that was disconnected without knowing the server address or name? I do not want to browse through over 85 server ips to find the correct one.

like image 849
vbNewbie Avatar asked Dec 21 '22 18:12

vbNewbie


2 Answers

My old mount point didn't appear in the registry when I searched for "MRU" on my Windows 7 laptop. I'm guessing I re-logged in too often after losing the mount point, and thus the history was lost.

But I was able to find my old mount path listed under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2 . You might find your old mount listed as one of the keys under the above key. Just replace any hash marks (#) with back slashes (\).

like image 29
Jon A Avatar answered Jan 12 '23 16:01

Jon A


From googling "windows history of mapped drives" i came upon this.

Doing a quick search of my reg, I found the following keys contain drive map history: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Map Network Drive MRU HKEY_USERS\ \Software\Microsoft\Windows\CurrentVersion\Explorer\Map Network Drive MRU

I've just checked my own registry and it seems to work.

Lots of others will be findable by searching for 'MRU' apparently.

like image 112
Pricey Avatar answered Jan 12 '23 15:01

Pricey