net framework initialization error

Burak Yıldırım 0 Reputation points
2024-08-24T06:57:34.4333333+00:00

Hi, when I turn on the computer today, I get this error when trying to open any application. I can't open startup applications like bluetooth or windows update etc, and I can't perform any operations. When I try to install newer frameworks like 4.8, it says that an updated version is already installed. I can't run any command even in PowerShell and CMD.

Also, I can't complete the Windows update; the downloads are stuck at 0%

https://i.ibb.co/3426PtK/k1.png

https://i.ibb.co/TcgxZBS/k2.png

https://i.ibb.co/MMN6pf2/k3.png

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,832 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,156 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. youzeliang 735 Reputation points
    2024-08-24T12:41:53.4+00:00

    ok, may you try it

    Boot in Safe Mode:

    • Restart your computer and press F8 (or Shift + F8) before Windows starts to load to enter Safe Mode.
    • See if you can access PowerShell, CMD, or the Windows Update service in Safe Mode.

    Use the System File Checker (SFC) Tool:

    • If you can access CMD or PowerShell in Safe Mode, run the following command to check for and repair system files:

    sfc /scannow

    0 comments No comments

  2. Jiachen Li-MSFT 31,166 Reputation points Microsoft Vendor
    2024-08-26T07:27:13.34+00:00

    Hi @Burak Yıldırım , First, try to boot your computer in Safe Mode:

    1. Restart your computer.
    2. 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.
    3. Choose Safe Mode with Networking.

    Once in Safe Mode:

    Use the .NET Framework Repair Tool:

    1. Download Microsoft's .NET Framework Repair Tool from another computer, copy it to your machine, and run it in Safe Mode.
    2. The tool is available here: Download .NET Framework Repair Tool.

    Enable or Disable .NET Framework Features:

    1. Go to Control Panel > Programs > Turn Windows features on or off.
    2. Try unchecking .NET Framework 4.x, restart, then re-enable it by checking the box again.
    3. 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").

    1. Type the following command and press Enter: sfc /scannow
    2. 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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.