小编Ale*_*r G的帖子

如何使用批处理文件卸载软件

我想通过调用bat文件来卸载软件。它必须是自动的,在卸载过程中无需输入任何参数。如何制作可以按名称卸载软件的bat文件?

PS:我知道使用 WMI 的完美方法,但它需要用户输入:

WMIC
product where name="software" call uninstall
Run Code Online (Sandbox Code Playgroud)

windows powershell batch-file uninstall wmi

4
推荐指数
1
解决办法
4万
查看次数

标签 统计

batch-file ×1

powershell ×1

uninstall ×1

windows ×1

wmi ×1