360系统下载 360系统重装 360重装大师 一键重装系统 360一键装机 360系统急救箱 360系统重装大师 360一键重装 360驱动大师 360网络急救箱 360软件管家官方 360系统急救箱 在线安装系统 重做系统 系统之家 win10系统 360安全卫士下载 360系统 360桌面管家 360手机卫士 360密盘 360系统盘 360系统恢复 360系统备份 360系统迁移 后台管理
📢 欢迎访问系统之家!所有资源均经过安全检测。

How to Add or Remove Programs in Windows 11

发布时间:2026-09-21 | 浏览:1
📥 下载地址(文章开头)
专用系统快速好用。
What’s actually slowing this PC down? Pick the symptom - the matching free tool is one click away. Windows 11 gives you several ways to install and remove software, but they do not all work for the same kind of program. A Microsoft Store app, a traditional desktop installer, and a built-in Windows component can appear in different places and expose different options. For removal, start with Settings → Apps → Installed apps . If the program is missing there or has no usable uninstall option, try Control Panel. For command-line installs and removals, Windows 11 includes WinGet through the App Installer component. How to uninstall a program from the Start menu This is the quickest method when the application appears in the app list: Select All apps . Find the program you want to remove. Right-click it, or press and hold it on a touchscreen. Select Uninstall , then follow the program’s uninstaller. If Uninstall is not shown, use Settings or Control Panel instead. Some built-in Windows apps cannot be removed. How to uninstall a program from Settings Settings is the main Windows 11 removal path: Open Start → Settings . Open Installed apps . Locate the application. You can use the search box or sort the list by name, size, or installation date. Select the More button ( … ) beside it. Choose Uninstall and complete the prompts. Do not look for Apps & features if you are following an older guide. That is the Windows 10 label; the current Windows 11 path is Installed apps . How to remove older desktop programs with Control Panel Traditional desktop software may not be removable from Settings. In that case: Search the taskbar for Control Panel and open it. Select Programs . Open Programs and Features . Right-click the program. Select Uninstall or Uninstall/Change . Follow the software maker’s uninstall wizard. Control Panel is particularly useful for older MSI-based programs that do not provide a normal uninstall button in the Windows 11 Settings list. How to repair or reset an app instead of removing it Uninstalling is not always necessary. If an app is installed but crashes, refuses to open, or behaves as though its files are damaged, try repairing it first. Windows Errors? Fix Them Before They Spread Repair common Windows errors and clear accumulated junk for a smoother, more stable PC - no reinstall needed. Open Start → Settings → Apps → Installed apps . Select … next to the app. Choose Advanced options . Select Repair . Repair attempts to fix the app without removing its data. If Repair is unavailable or does not solve the problem, return to the same screen and select Reset . Reset can remove the app’s local data and settings, so use it after Repair rather than before it. Not every app supports Repair, Reset, or both. For a traditional desktop program, use Control Panel → Programs → Programs and Features , right-click the program, and choose Repair . If Repair is not offered, choose Change . How to install programs with WinGet WinGet is Windows Package Manager’s command-line client. On Windows 11, it is delivered as part of App Installer , a Windows system component updated through the Microsoft Store on Windows desktop editions. Open Windows Terminal, PowerShell, or Command Prompt and search for a package: Crashes, No Sound, or Screen Glitches? Review the results before installing. Package names can produce several matches, so check the publisher and ID. Install the selected application with: For a precise package, use its ID from the search results: Some installers require administrator privileges. If WinGet asks for elevation, approve it. If you decline the elevation prompt, an installation that requires it will fail. Running Windows Terminal or Command Prompt as administrator can avoid an additional elevation prompt for installers that need administrator access. Useful WinGet commands winget list is not limited to software originally installed with WinGet. It can also show applications installed by other methods, and some of those applications can still be removed with WinGet. Do these 3 things before closing this tab: How to uninstall programs with WinGet First list installed software if you are unsure of the application’s registered name or ID: Then remove a program by name: Use an exact ID when more than one result has a similar name:
📥 下载地址(文章中间)
专用系统快速好用。
Microsoft’s documented example uses a product-style ID: You can also require an exact name match: Without --exact , WinGet normally treats the query as a broader match. If several applications match, it asks for more filtering rather than silently choosing an unrelated program. PC Slower Than It Used to Be? More specific removal commands Use --version when a particular installed version must be removed. Without it, WinGet selects the highest-versioned application where that applies. Use --all-versions to remove every installed version that matches the application. The --source winget option restricts the operation to the WinGet source. This can avoid a Microsoft Store agreement prompt that may otherwise appear while WinGet checks its package sources. remove and rm are aliases for uninstall : Fix common Windows 11 uninstall problems The program is not listed in Installed apps Try Control Panel → Programs → Programs and Features . Some programs cannot currently be uninstalled from Settings, but do provide a traditional Control Panel entry. The program appears, but Uninstall is unavailable It may be a built-in Windows component that Microsoft does not allow you to remove. It may also be an app type that uses a different management path. Do not delete its installation folder manually: that can leave services, shortcuts, registry entries, and uninstall data behind. The uninstaller reports that files or registry data are damaged Incomplete uninstall information, corrupted registry keys, or damaged installation data can prevent a program from being removed or updated. First restart Windows and try the normal uninstaller again. If the problem continues, Microsoft’s Program Install and Uninstall troubleshooter is designed to address some installation and removal failures, including damaged uninstall data. If it cannot identify the program automatically, it may ask for the product code from the program’s MSI package. Microsoft documents that troubleshooter primarily in its Windows 10 procedure, so it should not be treated as the default Windows 11 removal route. Use the current Settings or Control Panel paths first. WinGet says the command is not found WinGet becomes available through App Installer, and registration can occur asynchronously after a user’s first Windows sign-in. If it is unavailable immediately after that sign-in, run this command in PowerShell: Recommended Free Tools Crashes, No Sound, or Screen Glitches? Windows Errors? Fix Them Before They Spread Outdated Drivers Are Slowing You Down There are also documented cases where the WinGet client exists but is not on the system PATH . If App Installer is present and registration does not help, check that App Installer is current and that the WinGet executable is accessible from the terminal. WinGet returns several matches Use winget list to identify the installed entry, then narrow the command with --id , --name , --moniker , --product-code , or --exact . Removing by an exact ID is generally the least ambiguous option. The software may be malware Ordinary uninstalling may remove the visible application without addressing malicious processes or persistence mechanisms. If you are removing suspicious software, run a Windows Security scan rather than relying only on Settings, Control Panel, or WinGet. Which removal method should you use? What is the Windows 11 path for uninstalling an app? Open Start → Settings → Apps → Installed apps , select the … button beside the app, choose Uninstall , and follow the prompts. Windows Errors? Fix Them Before They Spread Crashes, No Sound, or Screen Glitches? Why can’t I find a program in Windows 11 Installed apps? Some traditional desktop programs are not listed in Settings. Search for Control Panel , then open Programs → Programs and Features and run the program’s uninstall wizard there. Does WinGet only uninstall programs installed with WinGet? No. winget list can show applications installed by other methods, and WinGet may be able to remove some of them. How do I install an application from the command line? Open PowerShell, Windows Terminal, or Command Prompt and run winget search <appname> to find it, followed by winget install <appname> . Check the search results first so you select the correct publisher and package. What should I do if an app is not working but I do not want to uninstall it? Use Settings → Apps → Installed apps → … → Advanced options → Repair . If Repair is unavailable or ineffective, try Reset , remembering that Reset can remove local app data and settings. Free tools Windows power users keep installed One-click scans. No signup required. Can every built-in Windows 11 app be uninstalled? No. Microsoft states that some built-in apps and programs cannot be uninstalled. The Bottom Line Use Settings → Apps → Installed apps for most Windows 11 software, Start for a quick removal, and Control Panel for older desktop programs that do not appear in Settings. When you want repeatable command-line control, use WinGet: search first, verify the package ID, then install or uninstall with an exact query. If an app is merely broken, try Repair before Reset or removal. CloudsPress Team Leave a Reply Cancel reply Two free Windows tools One Free Minute Could Fix That PC Before you go - each of these free tools takes about a minute and tackles what quietly slows a Windows PC down. Special offer. View Outbyte info, uninstall instructions , EULA , and Privacy Policy .
📥 下载地址(文章结尾)
专用系统快速好用。