Hello Brenno,
If I may ask, why do you intend on disabling all the security features? This defeats the purpose of having the Wazuh agent in the first place, as there are many mechanisms to ship logs if that is what you are really interested in. If this is because of an underlying issue, you may share, and we will look at it.
That being said, if you really want to just capture the log in C:\users\userX\file.log, you can simply use the localfile configuration below in the agent ossec.conf file on the Windows system.
<localfile>
<location>C:\users\userX\file.log</location>
<log_format>syslog</log_format>
</localfile>
Disabling other features like SCA, syscheck, syscollector, etc. If you notice at every beginning of their sections, you will find the tag <enabled>no</enabled> or <disabled>yes</disabled>
Turning them off simply disables that module. With this, you can limit the agent to monitoring only.
Don't forget to also take out the default localfile configuration that came with the agent, example event channel.
Please let me know if you have more questions around this.
Regards,