To completely disable Magento Extensions from the root folder follow the below instructions:
- Go to: app/etc/modules/THE-EXTENSION.xml
- Then simply change the line where it says <active>true</active>
- To: <active>false</active>
To completely disable Magento Extensions from the root folder follow the below instructions: