Can you provide for an uninstall script?

0 votes
asked by about FlexiCal IMS Commander
edited by

I need a command line script to uninstall Flexical. Can you help me?

1 Answer

0 votes
No avatar answered by (79.9k points)

To uninstall a program from Command Prompt, you first need to open it. You can find it under Start > All programs > Accessories > Command Prompt. You need to open it using Administrator rights. To do this, right click on it and select Run as administrator. In the cmd, type wmic and press Enter. after this type product get name. By doing this, you will see a list of all the installed programs on your computer. To uninstall any of them, type product where name=”name of program” call uninstall or product where name=”name of program” call uninstall /nointeractive. Both commands will uninstall the desired program but the second one will do this without prompting anything.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...