WPF 在 Windows 7 中禁用可移动媒体的自动运行

发布于 2024-10-04 03:12:46 字数 103 浏览 2 评论 0原文

我正在开发一个 wpf 程序,它处理 Windows 7 32 位中的可移动媒体。我想要做的是,当我的应用程序运行时,我想禁用拇指驱动器插入时出现的自动运行弹出对话框。有没有可能的方法来实现?

I am developing a wpf program which handle the removable media in windows 7 32bit. What I want to do is while my application is running, I want to disable the autorun popup dialog which come out when the thumb-drive plug in. Is there a possible way to achieve?

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

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

发布评论

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

评论(2

情丝乱 2024-10-11 03:12:46

尝试设置注册表项是我所知道的唯一解决方案。它是 HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\NoDriveTypeAutorun。

查看此 MS-Support-Page 了解可以设置的值。

Trying to set the registry key is the only solution I know. It's HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\NoDriveTypeAutorun.

Take a look at this MS-Support-Page for the values you can set.

[旋木] 2024-10-11 03:12:46

即使在本机代码中这也是不可能的。理论上,您希望实现并注册 IQueryCancelAutoPlay,但这不是很可靠。

It's not really possible even in native code. In theory you want to implement and register IQueryCancelAutoPlay but this is not very reliable.

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