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:
- Open the Arduino IDE: Launch the Arduino IDE application.
- Go to the "Sketch" Menu: Click on the "Sketch" menu at the top of the IDE window.
- Select "Include Library" -> "Manage Libraries...": This will open the Library Manager window.
- Find Visual Micro: Search for "Visual Micro" in the Library Manager window.
- Click "Uninstall": Once you locate Visual Micro, click the "Uninstall" button next to it.
- 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.