Hi @Burak Yıldırım ,
First, try to boot your computer in Safe Mode:
- Restart your computer.
- As soon as it begins to boot, repeatedly press the F8 key (or Shift + F8 for some systems) until you see the Advanced Boot Options menu.
- Choose Safe Mode with Networking.
Once in Safe Mode:
Use the .NET Framework Repair Tool:
- Download Microsoft's .NET Framework Repair Tool from another computer, copy it to your machine, and run it in Safe Mode.
- The tool is available here: Download .NET Framework Repair Tool.
Enable or Disable .NET Framework Features:
- Go to Control Panel > Programs > Turn Windows features on or off.
- Try unchecking .NET Framework 4.x, restart, then re-enable it by checking the box again.
- This will effectively reinstall the feature and may resolve corruption.
Run System File Checker and DISM to repair system files, if possible:1. Open Command Prompt as Administrator in Safe Mode (right-click and choose "Run as administrator").
- Type the following command and press Enter:
sfc /scannow
- If that doesn't resolve the issue, try using DISM to restore system health:
DISM /Online /Cleanup-Image /RestoreHealth
Best Regards.
Jiachen Li
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.