A2oz

How Do I Uninstall Visual Micro?

Published in Software Installation and Uninstallation 1 min read

Visual Micro is an Arduino IDE extension, not a standalone application. You can't uninstall it directly like you would a regular program. To remove Visual Micro, you need to disable it within the Arduino IDE. Here's how:

Disabling Visual Micro in the Arduino IDE:

  1. Open the Arduino IDE: Launch the Arduino IDE application.
  2. Go to the "Sketch" Menu: Click on the "Sketch" menu at the top of the IDE window.
  3. Select "Include Library" -> "Manage Libraries...": This will open the Library Manager window.
  4. Find Visual Micro: Search for "Visual Micro" in the Library Manager window.
  5. Click "Uninstall": Once you locate Visual Micro, click the "Uninstall" button next to it.
  6. Confirm the Uninstall: A pop-up window will ask you to confirm the uninstall. Click "OK" to proceed.

After uninstalling, Visual Micro will no longer be available in your Arduino IDE.

Note: If you have any project files that were created with Visual Micro, you might need to manually adjust them to work with the standard Arduino IDE.

Related Articles