Awesome! I will give it a try.
Hello,
Since Magento 2.2.x won't be able to disable modules from the backend but you can use the console.
Running something like:
bin/magento module:disable Vendor_Module
Where Vendor_Module is the full name of the module you want to disable.