How to uninstall Programs on Windows 11 using CMD
In Windows 11, you don't have one way to uninstall an installed Software but there are many ways. Where you can remove installed applications from the installation folder, Start menu, or Control Panel. Even if the default uninstall options fail to remove the Software, you can use a third-party uninstaller.
Alternatively, you can use Windows Package Manager or known as (Winget) To uninstall classic desktop Programs and apps from your Windows PC Windows 11. If you don't know, then Winget or Windows Package Manager It is a command line tool that allows users to discover, install, upgrade, remove, or configure applications on Windows.Important note: working tool Winget on both operating systems (Windows 10 – Windows 11) as it is a great command-typing tool that you must use.
Deleting applications on Windows 11 using Winget
Today we will discuss how to delete classic desktop Softwares or applications on Windows 11 via a command tool Winget. Rest assured that these steps will be very easy; Just follow the instructions. Here are the steps for how to use the tool winget Command To uninstall applications.
winget uninstall "APP-NAME"

very important: replace APP-NAME The name of the application or Software you want to uninstall. for example:
winget uninstall “RoundedTB”
- If an order fails Winget In recognition of the application, you must uninstall it using App ID or App ID his own. The app ID is displayed next to the app name.
- To uninstall an app with its app ID, run the command:
winget uninstall --id "APP-ID"

very important: replace APP-ID With the application ID of the application you want to uninstall. for example:
winget uninstall –id “7zip.7zip”
- If you want to remove a specific version of the app, just Make a note of the app version number using the . command winget list.
- Once this is done, run the command:
winget uninstall "APP-NAME" --version x.xx.x

very important: replace APP-NAME The name of the app you want to uninstall. and replace x.xx.x At the end with the version number. for example:
winget uninstall “7-Zip 21.07 (x64)” –version 21.07
This way you can uninstall apps in Windows 11 using the . command Winget. If you do not want to use the command winget You can use other methods to uninstall apps on Windows 11.
This guide was about how to delete Softwares or applications in Windows 10 or 11 using a command winget. If a Software fails winget In uninstalling an app, you need to try Program Uninstaller for Windows. If you need more help uninstalling apps in Windows 11, let us know in the comments.
You may also be interested in learning about:
We hope you find this article useful for you to know How to delete Programs on Windows 11 using CMD. Share your opinion and experience with us in the comments.
Post a Comment for "How to uninstall Programs on Windows 11 using CMD"