.NET - 如何重命名桌面图标,使其不移动位置

发布于 2024-10-15 00:11:51 字数 132 浏览 4 评论 0原文

有没有一种简单的方法可以重命名桌面图标而不移动位置?每次调用 File.Move 时,图标都会根据用户桌面组织选择(日期或名称等)跳转到默认位置。

这对于不懂技术的用户来说很烦人。他们精心布置图标,让它们到处跳来跳去会让他们感到不安。

Is there an easy way to rename a Desktop icon without it moving position? Everytime File.Move is called, the icon jumps to the default position based on the users Deskop organization selection (Date or Name, etc.).

This is annoying to users who are not tech savvy. They arrange their icons meticulously, and to have them jump around EVER is disturbing to them.

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

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

发布评论

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

评论(1

缱绻入梦 2024-10-22 00:11:51

这不是可以通过编程解决的问题。桌面图标排列是用户设置。但是,您可以教育程序的用户如何使用“快速启动”等功能轻松找到您的应用程序。

This is not something that can be solved programmatically. Desktop icon arrangement is a user setting. You can, however, educate users of your program how to easily find your application using things like Quick Launch.

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