小工具:需要通过 C# 代码以编程方式卸载小工具

发布于 2024-08-20 14:43:55 字数 135 浏览 5 评论 0原文

请让我知道如何以编程方式卸载小工具。现在我正在使用这个命令

sidebar.exe /uninstall gadget_name

但它只是弹出小工具控制窗口,不卸载指定的小工具。 我的命令有什么问题吗? 请帮忙。 提前致谢。

Please let me know how to uninstall a gadget programmatically. Rite now i am using this command

sidebar.exe /uninstall gadget_name

but it just pop the gadget control window, do not uninstall the specified gadget.
Am I doing anything wrong with command.
Plz help.
Thanks in advance.

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

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

发布评论

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

评论(1

日久见人心 2024-08-27 14:43:55

假设该小工具当前未运行(无论如何都必须关闭它才能卸载),您只需删除该小工具的文件夹即可,该文件夹通常位于 appdata%\local\Microsoft\Windows Sidebar\Gadgets\ 中。

该文件夹的名称将为 .gadget。这几乎就是 sidebar.exe 卸载小工具时所做的事情。

Assuming the gadget isn't currently running (it has to be closed for uninstall anyway), you can just delete the gadget's folder, usually found in appdata%\local\Microsoft\Windows Sidebar\Gadgets\.

The name of the folder will be <your-gadget-name>.gadget. This is pretty much what sidebar.exe does when it uninstalls a gadget anyway.

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