Recently Windows performed an update on my computer that has seemingly corrupted my .NET Framework installation. Every time I start up my computer and certain apps, I get notified that things can't be opened because I don't have NET version
in this case I recommend that you try to install again those programs that are affected by this error;
-
Press the Windows + X keys, select Command Prompt (Admin), copy and paste the commands below and press enter after each command.
-
sfc /scannow
-
dism /online /cleanup-image /CheckHealth
-
dism /online /cleanup-image /restorehealth
-
chkdsk /f /r /b
Confirm with S and then Enter to schedule a disk scan. Restart the equipment and as soon as you finish, check if you agree.
Check the behavior;
I hope I helped, even more!