简体   繁体   English

找到“.automaticDestinations-ms”和它的文件之间的关系?

[英]Find the relation between “.automaticDestinations-ms” and it's file?

Does anyone know (Because on microsoft forums nobody answered me), how can I find what app has which automaticDestinations-ms file in %appdata%\\microsoft\\windows\\recent\\automaticdestinations ?有谁知道(因为在微软论坛上没有人回答我),我怎样才能找到哪个应用程序在%appdata%\\microsoft\\windows\\recent\\automaticdestinations 中有哪个 automaticDestinations-ms 文件?

That's the folder where Windows 7 stores its jump lists, and I want to know how to automatically/programmatic find the relation between each file and an application.那是 Windows 7 存储其跳转列表的文件夹,我想知道如何自动/以编程方式找到每个文件和应用程序之间的关系。

At least, even manual I didn't found any pattern, just to look after file extensions in the files, because some programs open files with the same extension (like images), so this method it's not OK for all programs.至少,即使手动我也没有发现任何模式,只是为了照顾文件中的文件扩展名,因为有些程序打开具有相同扩展名的文件(如图像),因此这种方法不适用于所有程序。

Do you have any other idea?你有什么其他想法吗? Maybe knowing the format of those files?也许知道这些文件的格式?

Thanks.谢谢。

the GUIDs appear to persist. GUID 似乎仍然存在。

I was trying to edit my control panel jumplist - I found where the "Realtek HD audio manager" control-panel-applet-title-string is (using resource hacker on "C:\\Windows\\System32\\RTSnMg64.cpl"), and restored it's original title ("Dell Audio" - 'cause I'm OCD:) but the original pinned Realtek entry is stuck.我试图编辑我的控制面板跳转列表 - 我找到了“Realtek HD 音频管理器”控制面板小程序标题字符串的位置(在“C:\\Windows\\System32\\RTSnMg64.cpl”上使用资源黑客),并且恢复了它的原始标题(“戴尔音频” - 因为我是强迫症:)但原始固定的 Realtek 条目被卡住了。

A quick filesearch for pinned took me topinned的快速文件搜索带我到

C:\\Users\\Jonny\\AppData\\Roaming\\Microsoft\\Internet Explorer\\Quick Launch\\User Pinned C:\\Users\\Jonny\\AppData\\Roaming\\Microsoft\\Internet Explorer\\Quick Launch\\User Pinned

but I really needed to be @ C:\\Users\\Jonny\\AppData\\Roaming\\Microsoft\\Windows\\Recent\\AutomaticDestinations但我真的需要成为@ C:\\Users\\Jonny\\AppData\\Roaming\\Microsoft\\Windows\\Recent\\AutomaticDestinations

If you use something like Nirsoft's Jumplist View you can see the entries etc. Sort by "application ID" column to see jumplists by application.如果您使用Nirsoft 的 Jumplist View 之东西,您可以看到条目等。按“应用程序 ID”列排序以查看应用程序的跳转列表。 You can even change the monitored folder (advanced options).您甚至可以更改受监控的文件夹(高级选项)。

I'm going to have to delete and recreate my control panel jumplist (7e4dca80246863e3.automaticDestinations-ms).我将不得不删除并重新创建我的控制面板跳转列表 (7e4dca80246863e3.automaticDestinations-ms)。

在此处输入图片说明 TIP: If you're not sure which is which, try pinning a new jumplist-entry to an application.提示:如果您不确定哪个是哪个,请尝试将新的跳转列表条目固定到应用程序。 This will appear at the top (if sorted by "record time")这将出现在顶部(如果按“记录时间”排序)

The best way to find out is to sort the files by date modified, then interact with your machine, eg open a file with Powerpoint, look and see what file moved to the top.找出问题的最好方法是按修改日期对文件进行排序,然后与您的机器进行交互,例如用Powerpoint 打开一个文件,查看哪个文件移到了顶部。 That is probably the file for Powerpoint, which you can confirm by opening it and looking in it.这可能是 Powerpoint 的文件,您可以通过打开它并查看来确认。

Then you could build a table of magic guids, and search for those in the registry to see if there is an obvious key connecting the guid to an application id.然后你可以建立一个魔法 guid 表,并在注册表中搜索那些,看看是否有一个明显的键将 guid 连接到应用程序 ID。

Here is a list of 620 applications here with the corresponding App ID byEricZimmerman https://github.com/EricZimmerman/JumpList/blob/master/JumpList/Resources/AppIDs.txt这是 EricZimmerman https://github.com/EricZimmerman/JumpList/blob/master/JumpList/Resources/AppIDs.txt的 620 个应用程序列表以及相应的应用程序 ID

eg 0a1d19afe5a80f80|FileZilla 2.2.32例如 0a1d19afe5a80f80|FileZilla 2.2.32

last update 12 days ago最后更新 12 天前

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM