windows:shell_commands:uninstall_apps_from_cli

Uninstall applications from CLI

Get the list of applications

wmic product get name

Uninstall the program

wmic product where name="" call uninstall

Where application name is the name of the program you wish to uninstall (use the exact name provided by the previously generated list)

wmic product where name="Adobe Reader 9" call uninstall
Enter your comment:
162 +15 = 
 
  • windows/shell_commands/uninstall_apps_from_cli.txt
  • Last modified: 2019/10/31 09:06
  • by 127.0.0.1