This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
通过谷歌搜索“映射驱动器的Windows历史记录”,我发现了这个。
我刚刚检查了自己的注册表,它似乎可以工作。
显然,通过搜索“MRU”可以找到许多其他内容。
From googling "windows history of mapped drives" i came upon this.
I've just checked my own registry and it seems to work.
Lots of others will be findable by searching for 'MRU' apparently.
当我在 Windows 7 笔记本电脑上搜索“MRU”时,我的旧挂载点没有出现在注册表中。我猜我在丢失挂载点后重新登录过于频繁,因此历史记录丢失了。
但我能够找到 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2 下列出的旧安装路径。您可能会发现您的旧安装被列为上述密钥下的密钥之一。只需将所有井号 (#) 替换为反斜杠 (\)。
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 (\).
我有一个建议,我认为很多人都忽略了。我花了一段时间才找到它。由于这是一个我遇到问题的服务器,我查看了用户,ctl - alt -del。然后我注意到用户下有另一个登录。相同的用户名,已注销,但仍然存在。然后我使用注销选项再次注销它们,突然我的映射驱动器就正常了。显示存储量、已使用的存储量等。看起来这解决了我丢失映射驱动器的问题。希望这可以帮助其他仍然困惑的人。
I have a suggestion that I think a lot of people overlooked. It took me a while to find it. Since it's a server I was having issues with, I looked at users, ctl - alt -del. Then I noticed another login under users. Same user name, logged off, but still there. I then logged them off again, using the option, logoff, suddenly my mapped drives are fine. Shows amount of storage, used, etc. So looks like this solved my issue with losing mapped drives. Hope this helps others still scratching there heads.
您可以使用
wmic
命令来查找地图驱动器历史记录:You may use the
wmic
command to find out the map drives history: