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


10

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

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

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

您还有其他想法吗?也许知道这些文件的格式?


这是一个庞大的跳转列表ID列表:forensicswiki.org/wiki/List_of_Jump_List_IDs
MS Dousti

Answers:


13

清除和管理Windows 7跳转列表

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

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


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


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

28c8b86deab549a1.automaticDestinations-ms= IE8固定和最近 a7bd71699cd38d1c.automaticDestinations-ms= Word 2010固定和最近 adecfb853d77462a.automaticDestinations-ms= Word 2003固定和最近 a8c43ef36da523b1.automaticDestinations-ms= Word 2003固定和最近 1b4dd67f29cb1962.automaticDestinations-ms= Windows Explorer固定和最近 918e0ecb43d17e23.automaticDestinations-ms= 记事本固定和最近 d7528034b5bd6f28.automaticDestinations-ms= Windows Live Mail固定和最近 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日。)


2
faef7def55a1d4b.automaticDestinations-ms = VLC Media Player

您可以通过删除应用程序的“ automaticDestinations-ms”文件,然后创建具有相同名称的目录来防止Windows保留其“最近”文件列表。要从命令行执行此操作:mkdir faef7def55a1d4b.automaticDestinations-ms

应用通常会重新创建已手动删除的设置或配置文件。大多数还会删除并重新创建已损坏的设置/配置文件。使用“ mkdir”通常可以防止这种情况。用于删除目录的功能与用于删除文件的功能不同。Windows不允许应用程序像打开文件一样打开,写入或删除目录。我还没有看到一个应用程序,该应用程序可以确定存在一个与配置文件名称相同的目录,然后删除目录并重新创建配置文件。

同样的技巧也可以在许多其他情况下使用。


1

以下是一些其他文件及其与Office应用程序的关联: fb3b0dbfee58fac8.automaticDestinations-ms = Word 2013(和Office 365)固定和最新 9839aec31243a928.automaticDestinations-ms = Excel 2013(和Office 365)固定和最近 9839aec31243a928.automaticDestinations-ms= Excel 2013固定和最近 d00655d2aa12ff6d.automaticDestinations-ms = Powerpoint 2013Office 365固定和最近 9c7cc110ff56d1bd.automaticDestinations-ms= Powerpoint 2010固定和最近

当升级到新的Office版本后,您想还原旧的固定项目和最近的项目时,这非常有用:您只需要将旧版本的文件重命名为新的文件名。


1

这个老问题,我知道不再支持Windows 7,但是找出与哪个跳转文件相关的应用程序的另一种方法是打开AutomaticDestinations文件夹,更改其中一个列表(例如,钉上一些东西),然后查找更改其时间戳的跳转文件。



0

我丢失了我的Excel最近/固定列表。为了找到AutomaticDestinations,我在%APPDATA%\ Microsoft \ Windows中搜索了“ AutomaticDestinations-ms”。这使我进入列表,然后右键单击“打开文件位置”,然后找到Excel的文件(9839aec31243a928.automaticDestinations-ms),右键单击“以前的版本”,选择其中一个并执行“还原”。有效。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.