Solved
Existing profiles are automatically enabled when you import scripts from Taskernet System
Sometimes, when you import Profiles/Projects (including profiles) from the Taskernet system, several existing profiles that have been disabled are automatically enabled. (As shown in the video below)
I found that if the ID of profile in the import script is the same as an existing profile, the existing profile will be enabled automatically.
For instance, in the script that will be imported below, the ID of the profile is 4. If there is an existing profile with an id of 4, in the case, the profile will be enabled automatically.
<Profile sr="prof4" ve="2">
<id>4</id>
...
</Profile>