Magento – How to remove all Magento Connect Extensions

extensionsmagento-1.7magento-connect

I am trying to remove extensions that were previously installed, but the only way I have been able to do it is editing the module files under app/etc/modules and changing

<active>true</active>

to

<active>false</active>

Is there a way to completely remove the extension as if I had never installed in the first place?

When I view my Magento Connect Manager, none of my extensions appear under the existing extensions list.

Thank you!

Best Answer

You are able to remove all the models via the Mage Connect interface:

System > Magento Connect > Magento Connect Manager

Set all the modules to uninstall and then they are getting removed.