如何知道与应用程序相关的“.automaticDestinations-ms”文件?

Tim*_*tei 11 windows windows-7

有谁知道(因为在 Microsoft 论坛上没有人回答我),我如何才能找到哪个应用程序包含哪个automaticDestinations-ms文件 %appdata%\microsoft\windows\recent\automaticdestinations

那是 Windows 7 存储其跳转列表的文件夹,我想知道如何自动/以编程方式找到每个文件和应用程序之间的关系。

至少,即使手动,我也没有发现任何模式,仅通过查看文件的扩展名,因为某些程序打开具有相同扩展名的文件(如图像),因此这种方法不适用于所有程序。

你有什么其他想法吗?也许知道这些文件的格式?

Hig*_*eek 15

清除和管理 Windows 7 跳转列表

要查找应用程序关联,请在记事本中打开 *.automaticdestinations-ms 文件。您可以在应用程序跳转列表中找到项目的文件路径,并找出 *.automaticdestinations-ms 文件与哪个应用程序/跳转列表相关联。

请注意,在记事本中打开文件时,字符之间有(类似的)空格。例如,foo.exe 是“foo .exe”


Windows 7 跳转列表存储在以下与特定应用程序关联的文件名短列表中列出的路径中:


路径%AppData%\Microsoft\Windows\Recent\AutomaticDestinations

28c8b86deab549a1.automaticDestinations-ms= IE8固定和最近 a7bd71699cd38d1c.automaticDestinations-ms= Word 2010固定和最近 adecfb853d77462a.automaticDestinations-ms= Word 2007固定和最近 a8c43ef36da523b1.automaticDestinations-ms= Word 2003固定和最近 1b4dd67f29cb1962.automaticDestinations-ms= Windows 资源管理器固定和最近 918e0ecb43d17e23.automaticDestinations-ms=记事本固定和最近 d7528034b5bd6f28.automaticDestinations-ms= Windows Live 邮件固定和最近 c7a4093872176c74.automaticDestinations-ms= Paint Shop Pro固定和最近 b91050d8b077a4e8.automaticDestinations-ms=媒体中心 f5ac5390b9115fdb.automaticDestinations-ms= PowerPoint 2007 23646679aaccfae0.automaticDestinations-ms = Adobe Reader 9 aff2ffdd0862ff5c.automaticDestinations-ms = Visual Studio 2012

小路: %AppData%\Microsoft\Windows\Recent\CustomDestinations

28c8b86deab549a1.customDestinations-ms?=? IE8常见任务


我找到这个列表的帖子在这里

(大部分讨论都不是很有帮助。它始于 2009 年 6 月。我从 Microsoft MVP 中提取了此列表,Ronnie Vernon 在线程后面的回复 – 向下滚动到 2010 年 3 月 10 日。)

  • 此处列出的 620 个应用程序 https://github.com/EricZimmerman/JumpList/blob/master/JumpList/Resources/AppIDs.txt (2认同)