我要做的是让批处理脚本返回程序的卸载链接。所以基本上我想要这样的东西:
Select UninstallString from HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall where DisplayName='Sublime Text 1.0"
我在用着
reg query HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall /S^|find " DisplayName"
最初获取程序列表,然后将其放入菜单中,然后选择要卸载的程序,它应该转到 HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall 中的该程序的注册表并获取它的 UninstallString价值