使用命令提示符或 Powershell 找到桌面快捷方式

发布于 2024-12-08 08:22:23 字数 179 浏览 1 评论 0 原文

我正在尝试使用命令提示符或 Powershell 来查找已安装程序在我的桌面上创建的一些快捷方式。例如,Adobe Reader 在我的桌面上创建了一个快捷方式。我尝试使用 dir "c:\Users\MyUserName\Desktop",但我没有看到此快捷方式。

如何通过命令提示符或 powershell 找到此快捷方式?

I'm trying to use the command prompt or Powershell to locate some of the shortcuts that an installed program has created on my desktop. For Example, Adobe Reader has created a shortcut on my desktop. I try to use dir "c:\Users\MyUserName\Desktop", but I do not see this shortcut.

How can I find this shortcut through a command prompt or with powershell?

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

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

发布评论

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

评论(1

一杯敬自由 2024-12-15 08:22:23

快捷方式是扩展名为“.lnk”的文件,将通过 dir (cmd 和 powershell)显示

我认为一些快捷方式(.lnk 文件)是在 c:\users\public\Desktop 创建的,以便它们可以被所有用户共享。 (放置在此位置的快捷方式可在所有用户的桌面上使用)

有关“公共用户”的更多信息,请参见此处:http://windows.microsoft.com/en-US/windows-vista/Sharing-files-with-the-Public-folder

所以您可能也想查看该位置。

Shortcuts are files with extension ".lnk" and would be displayed by dir ( cmd and powershell)

I think some shortcuts (.lnk files) are created at c:\users\public\Desktop so that they can be shared by all users. ( shortcuts placed in this location are available on the desktop of all the users)

More about the "Public user" here: http://windows.microsoft.com/en-US/windows-vista/Sharing-files-with-the-Public-folder

So you may want to look in that location as well.

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