Your observations align with known behavior in Windows when third-party security software, like Trellix, takes over firewall management. When such software is installed, the Windows Defender Firewall interface in Windows Security may display as disabled, but the Windows Defender Firewall Service (mpssvc) remains active and cannot be stopped manually, even with administrative privileges.
This design ensures the Windows Filtering Platform (WFP) continues to function. The WFP underpins not only the firewall but also networking and security policies in Windows. Even when third-party firewalls are in use, the WFP requires the mpssvc
service to remain operational to manage network traffic filtering effectively.
Microsoft documentation suggests that stopping the Defender Firewall service is not supported because it can lead to inconsistent or unsupported configurations. This behavior is not an oversight but an intentional design to maintain a secure networking environment, ensuring that essential traffic filtering functions remain intact regardless of whether a third-party firewall is active.
For reference, similar limitations are noted regarding stealth mode and other features that rely on the Windows Firewall Service. Disabling the service or trying to override its behavior without using supported management tools is discouraged due to potential security risks and instability.
More at https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/networking-mpssvc-svc
https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/disable-stealth-mode
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin