Maven Lite Uninstallation on Windows
- Voir la documentation Française
- See the PDF documentation
Table of Contents
Automatic Uninstallation of Maven Lite - Windows (Recommended)
-
Execute the following command in a PowerShell terminal as an administrator
mvnl-uninstall
Manual Uninstallation of Maven Lite - Windows
-
Delete the
C:\Program Files\maven-lite
folder by executing the following command in a PowerShell terminalrmdir 'C:\Program Files\maven-lite'
- Confirm the deletion by typing
Y
- Remove the
C:\Program Files\maven-lite\
folder from the systemPATH
environment variable- If you don’t know how to do this, follow these steps or follow this tutorial
- Open the Start menu
- Type
environment variables
and click onEdit the system environment variables
- Click on
Environment Variables...
- Select the system variable
Path
and click onEdit...
- Click on
C:\Program Files\maven-lite
and click onRemove
- Click on
OK
- Click on
OK
- Click on
OK
- If you don’t know how to do this, follow these steps or follow this tutorial