有谁知道(因为在微软论坛上没有人回答我),我如何才能找到哪个应用程序automaticDestinations-ms
中有哪个文件 %appdata%\microsoft\windows\recent\automaticdestinations
?
这是 Windows 7 存储其跳转列表的文件夹,我想知道如何自动/以编程方式找到每个文件和应用程序之间的关系。
至少,即使是手动操作,我也没有发现任何模式,只是通过查看文件的扩展名,因为有些程序打开具有相同扩展名的文件(如图像),所以这种方法并不适用于所有程序。
您还有其他想法吗?也许知道这些文件的格式?
答案1
清除和管理 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 2007固定和最近
a8c43ef36da523b1.automaticDestinations-ms
=Word 2003固定和最近
1b4dd67f29cb1962.automaticDestinations-ms
=Windows资源管理器固定和最近
918e0ecb43d17e23.automaticDestinations-ms
=记事本固定和最近
d7528034b5bd6f28.automaticDestinations-ms
=Windows Live Mail固定和最近
c7a4093872176c74.automaticDestinations-ms
=油漆店专业版固定和最近
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”文件,然后创建目录使用相同的名称。要从命令行执行此操作:mkdir faef7def55a1d4b.automaticDestinations-ms
应用程序通常会重新创建已手动删除的设置或配置文件。大多数还会删除并重新创建已损坏的设置/配置文件。使用“mkdir”通常可以防止这种情况发生。用于删除目录的功能与用于删除文件的功能不同。Windows 不允许应用程序打开、写入或删除目录,就好像它是一个文件一样。我还没有看到一个应用程序会找出与其配置文件同名的目录,然后删除目录并重新创建配置文件。
同样的技巧在许多其他情况下也有效。
答案3
这里还有一些文件及其与 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 版本后想要恢复旧的固定项目和最近的项目时,这非常有用:您只需要将旧版本的文件重命名为新文件名。
答案4
我丢失了 Excel 最近/固定列表。为了找到 AutomaticDestinations,我在 %APPDATA%\Microsoft\Windows 中搜索了“AutomaticDestinations-ms”。这让我找到了一个列表,我右键单击,打开文件位置,然后找到 Excel 文件 (9839aec31243a928.automaticDestinations-ms),右键单击,选择以前的版本,选择一个并执行恢复。成功了。