Magento 2.3.6: How to Completely Disable Customer Registration?

Simple way, no need to modify magento 2.3.6 source code, using .htaccess:

Redirect /customer/account/create/ /

If a customer plan to register, the registration page will direct to homepage!