打开新的资源管理器窗口时,需要等待很长时间才能出现新的文件浏览器。
我在其上放置了 ProcMon,在运行缓慢的部分,以下注册表项访问会反复发生:
RegQueryKey HKCU SUCCESS Query: HandleTags, HandleTags: 0x0 RegOpenKey HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.NetDriveReconnectFailed SUCCESS Desired Access: Read RegCloseKey HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.NetDriveReconnectFailed SUCCESS
阅读完内容后Microsoft.NetDriveReconnectFailed
,有一个半秒延迟 0.5 到 0.6 秒,然后再次查询上述键。下图显示了记录的所有 procmon 事件以及事件之间的时间。图中耗时的垂直跳跃是查询上述注册表键的位置。