Updating the thread as I’ve encountered another issue.
Deactivation of Core Isolation / Memory Integrity (suggested by Raimo Järvi) is still working:
https://support.microsoft.com/en-us/windows/device-protection-in-windows-security-afa11526-de57-b1c5-599f-3a4c6a61c5e2
However, Uninstalling the drivers simply within Windows 11 is no longer enough to activate the Memory Integrity back.
This linked helped me do it:
https://www.minitool.com/news/ftdibus-sys.html
Steps to do it:
Go into Windows Security, Try to activate the memory integrity, when that fails click on the “details” option available to you. You will find the driver causing problem.
In my case it was the FTDI bus driver with “OEM61.inf”
Open Command Prompt as Administrator and type the 2 following commands
dism /online /get-drivers /format:table
pnputil /delete-driver oem61.inf /uninstall /force
(make sure to replace the oem61.inf if needed, you will have the full list of drivers after the 1st command)
Uninstalling properly this driver allowed me to Activate again the Memory Integrity.