Hi,@Gary Moore Jr. Welcome to Microsoft Q&A.
1.Make sure Windows Update
service is running and check if there are any pending updates. If so, install them first and restart the computer.
How to run Windows Update
service:
First open the run dialog box with Win+R
, then enter services.msc
and confirm.
Then find Windows Update
in Services
.
Double-click to modify the configuration, change the Service status
to Start
. Once the modification is complete, Apply
and OK
.
2.Use DISM
command to enable .NET Framework 3.5. Open Command Prompt (Run as Administrator) and enter the following command:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
More detailed documentation:
If the answer is the right solution, 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.