将跳转列表快捷方式复制到磁盘
有没有办法将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的跳转列表文件位于 %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.