Search
Welcome to M-Files Empower – our new support experience. We'd love to hear what you think!Give feedback
Home/Support and troubleshooting/Examples and how to

How to uninstall M-Files through command prompt

Last updated on 15 March 2024

Admin

Overview

This document describes how to uninstall any version of M-Files via the command prompt without having access to the installed version's msi package.

Solution

You can use the following command to uninstall any currently installed version of M-Files via an elevated command prompt (run the command prompt as administrator) without having the corresponding version's msi package available:

wmic product where "name like '%%M-Files%%'" uninstall /nointeractive

If this does not help, follow the Uninstall an M-Files version which cannot be uninstalled from command prompt article.

Still need help?

On this page