Hi ,
If you can try installing the .NET Framework offline, you will need to download the Windows 11 ISO from the link below:
https://download.microsoft.com/download/0a8b07d9-a3bf-47b9-b71b-8e13354cec88/MediaCreationTool.exe
Select Download tool now, and select Run. You need to be an administrator to run this tool.
If you agree to the license terms, select Accept.
On the What do you want to do? page, select Create installation media for another PC, and then select Next.
The application will automatically identify the correct version of windows 11 for your system, from Next.
Select which media you want to use ISO file. Save an ISO file to your PC
Wait for the application to perform the iso download and after finishing the download it will close automatically.
After downloading, find the Windows 11 ISO file on your PC, right-click and select “Mount”. If the option is not available, select “Open With” and “Windows Explorer”
You check which drive letter it generated. In Windows Explorer, open the command prompt (admin) and enter the following command:
Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess
Wherever it says 'd', change it to the drive letter the ISO was mounted on. If it's 'D', keep the code above and enter the following:
Wait for the process to load in the command prompt, then restart your PC.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Thanks