Hello,
Try the DISM method to enable .NET Framework 3.5 on your system.
-Download Windows 11 ISO file.
-Mount it to DVD drive.
-Go to sources > sxs folder.
-Copy sxs folder to C:\Temp.
-Run following command in admin Windows PowerShell:
dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:c:\temp\sxs /LimitAccess
Please refer following step-by-step guide:
https://www.kapilarya.com/how-to-enable-net-framework-3-5-in-windows-11
Let us know if this helps!
Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.