If you want conda's base environment NOT to be activated on startup, set the auto_activate_base parameter to false using the following command:
conda config --set auto_activate_base false
If you want conda's base environment to be activated on startup, set the auto_activate_base parameter to true using the following command:
conda config --set auto_activate_base true