Hello again BEN DENISOV,
Just following up. Before applying any fixes, you need to validate the failure mode by checking the Microsoft-Windows-UnifiedWriteFilter/Operational event log for Event ID 1006 (Overlay Full) or any service termination errors; if the Firewall is logging aggressively to a protected volume, it will fill the RAM overlay and hang the system, which matches your description.
To resolve the conflict correctly, you must ensure the Firewall service (SharedAccess) and the Antimalware service (Windows Defender) can write to disk without filtering. The advisor’s registry exclusions are a good start, but insufficient for a stable environment. You must also execute uwfmgr file add-exclusion "C:\Windows\System32\LogFiles\Firewall" to prevent the firewall logs from consuming the overlay. Furthermore, legitimate conflicts often arise from WdFilter (Defender) rather than the Firewall itself; ensure you also exclude the Defender platform path by running uwfmgr file add-exclusion "C:\ProgramData\Microsoft\Windows Defender". If the system still hangs after these exclusions, the issue is likely a driver altitude conflict between uwf.sys and a third-party security agent, requiring a kernel memory dump for further analysis.
VP