Ask Your Question
3

How to perform a silent uninstallation of Microsoft .NET Framework 4.6.1?

asked 2022-09-24 11:00:00 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-08-08 13:00:00 +0000

pufferfish gravatar image

To perform a silent uninstallation of Microsoft .NET Framework 4.6.1, follow these steps:

  1. Open the Command Prompt as an Administrator

  2. Navigate to the folder where the installer package for the .NET Framework 4.6.1 is located using the CD command.

  3. In the Command Prompt, type the following command and press Enter:

    NDP461-KB3102436-x86-x64-AllOS-ENU.exe /uninstall /passive /promptrestart

  4. Wait for the uninstallation to complete. This may take a few minutes.

  5. Restart the computer if prompted to do so.

Note: The command used above assumes that the installer package name is NDP461-KB3102436-x86-x64-AllOS-ENU.exe. If you have a different version of the .NET Framework 4.6.1 installed, adjust the command accordingly.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-09-24 11:00:00 +0000

Seen: 9 times

Last updated: Aug 08 '21