I'm trying to troubleshoot an issue with C::B in an environment with multiple versions of MinGW installed.  (The issue has to do with debug builds not being recognized by gdb, failing with "no executable specified"--and if someone knows something about that, I'd love to hear it--but that's not what this question is about.)
When I first installed 20.03, there was no problem,  except that the install defaulted to an earlier compiler rather than the newer mingw-w64 installed in the bundle.  What I'd like to do is completely reinstall 20.03 from scratch, eliminating any save preferences/settings/compiler options, with only the bundled toolchain used.  I need to keep existing projects and (hopefully) workspaces, but that shouldn't be a problem--right?
So, is there anything I need to do, besides a regular uninstall, to completely remove all IDE configuration info?  And, is there something I need to do on install to keep other MinGW installations from being detected?