将跳转列表快捷方式复制到磁盘

发布于 2024-10-30 08:17:43 字数 402 浏览 0 评论 0原文

有没有办法将 Window 7 跳转列表快捷方式或文件名复制到磁盘?

可以使用Powershell吗?

我想这样做是因为我的跳转列表不断被清除,就像这篇文章中提到的那样: http://social.technet.microsoft.com/Forums/en-US/w7itproui/thread/8e3c2a80-392d-44e2-8b9f-6eb5deb9a1e1

如果我可以备份快捷方式或文件名称,那么我至少会知道当跳转列表被清除时我需要将哪些文件添加回跳转列表。

Is there a way to copy Window 7 Jump List Shortcuts or File Names to disk?

Can Powershell be used?

I want to do this because my Jump List keeps getting cleared out like mentioned in this posting:
http://social.technet.microsoft.com/Forums/en-US/w7itproui/thread/8e3c2a80-392d-44e2-8b9f-6eb5deb9a1e1

If I can back up the Shortcuts or File Names, then I will at least know what files I need to add back to the Jump List when it gets cleared out.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

望她远 2024-11-06 08:17:43

您的跳转列表文件位于 %AppData%\Microsoft\Windows\Recent\CustomDestinations 和 %AppData%\Microsoft\Windows\Recent\AutomaticDestinations 中。如果将文件复制到文件夹中,跳转列表项将再次出现。

事实上,Powershell 可用于将文件复制到备份目标,然后在需要时复制回来。

如果您希望防止跳转列表被清除,您可能需要确保最近的文件不会从系统中清除。

Your Jump list files are located in %AppData%\Microsoft\Windows\Recent\CustomDestinations and %AppData%\Microsoft\Windows\Recent\AutomaticDestinations. If the files are copied in the folder, the jump list items will appear again.

Powershell can, indeed, be used to copy the files to a backup destination and then be copied back when desirable.

If you wish to keep your jump list from being cleared, you may want to make sure Recent files are not cleared from your system.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文