Windows 11/10/8 基本上专注于Microsoft Store应用程序,并预装了一些现代应用程序(Modern Apps),以使用户开始使用Windows。但是,有些人可能对某些默认预安装的应用程序没有任何用处,并且可能希望完全卸载它们。
虽然可以通过设置轻松(Settings)卸载 Windows 10 应用程序(uninstall Windows 10 apps),但在本文中,我们将分享从Windows PC中完全删除所有Microsoft Store应用程序的方法。(Microsoft Store)
请(Please)注意,当您使用常规选项卸载 Windows 应用商店应用程序(Windows Store App)时,该应用程序将被暂时删除并进入本文后面讨论的分阶段状态。(staged condition)Windows 10/8上创建新用户帐户时,它将再次拥有所有预安装的应用程序,因为默认的Windows 应用商店应用程序(Windows Store Apps)并未从系统中完全删除。
要完全删除和删除所有默认预安装的应用程序,您必须以Windows帐户的(Account –)管理员(Administrator)身份登录 -您需要在两个地方将其删除:
- 删除预配的包
- 从管理员帐户中删除“已安装”的软件包。
注意:(NOTE:)如果您是Windows 10用户并且不想完成此过程,请使用我们的10AppsManager 。它将让您轻松地在Windows 10中轻松卸载和重新安装(Windows 10)Windows 应用商店(Windows Store)应用程序。如果您想了解手动方法,请继续阅读。第一部分适用于Windows 10,后一部分适用于Windows 8.1。
在继续之前,请先创建一个系统还原点。(Before you proceed, create a system restore point first.)
完全卸载Windows 11/10中的默认 Microsoft Store 应用(Uninstall Default Microsoft Store Apps)
Windows 11/10中的默认Windows 应用商店(Windows Store)应用程序,请执行以下步骤:
- 在任务栏搜索框中搜索powershell。
- 单击(Click)单个搜索结果。
- 单击是( Yes)选项。
- 输入此命令:Get-AppxPackage | 选择名称(Select Name),包全名(PackageFullName)
- 注意PackageFullName。
- 输入此命令:Get-AppxPackage PackageFullName |删除-AppxPackage
要了解有关这些步骤的更多信息,请继续阅读。
如果您希望在Windows 11/10PowerShell窗口中运行以下命令:
Get-AppxPackage | Select Name, PackageFullName
您将能够看到所有已安装应用程序的列表及其PackageFullName信息。
记下PackageFullName并将其替换为以下命令:
Get-AppxPackage PackageFullName | Remove-AppxPackage
所以删除一些应用程序的命令如下所示:
卸载 3D 生成器
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
卸载闹钟和时钟
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
卸载计算器
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
卸载相机
Get-AppxPackage *windowscamera* | Remove-AppxPackage
卸载日历和邮件
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
卸载获取 Office 应用
Get-AppxPackage *officehub* | Remove-AppxPackage
卸载入门应用
Get-AppxPackage *getstarted* | Remove-AppxPackage
卸载纸牌合集
Get-AppxPackage *solit* | Remove-AppxPackage
卸载获取 Skype 应用程序
Get-AppxPackage *skypeapp* | Remove-AppxPackage
卸载 Groove 音乐
Get-AppxPackage *zunemusic* | Remove-AppxPackage
卸载Microsoft Solitaire Collection
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
卸载地图
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
卸载钱
Get-AppxPackage *bingfinance* | Remove-AppxPackage
卸载影视
Get-AppxPackage *zunevideo* | Remove-AppxPackage
卸载 OneNote
Get-AppxPackage *onenote* | Remove-AppxPackage
卸载新闻
Get-AppxPackage *bingnews* | Remove-AppxPackage
卸载人脉应用
Get-AppxPackage *people* | Remove-AppxPackage
卸载手机伴侣
Get-AppxPackage *windowsphone* | Remove-AppxPackage
卸载照片
Get-AppxPackage *photos* | Remove-AppxPackage
卸载商店
Get-AppxPackage *windowsstore* | Remove-AppxPackage
卸载运动
Get-AppxPackage *bingsports* | Remove-AppxPackage
卸载录音机
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
卸载天气
Get-AppxPackage *bingweather* | Remove-AppxPackage
卸载 Xbox
Get-AppxPackage *xboxapp* | Remove-AppxPackage
运行命令以卸载特定的预安装默认 Windows 10应用商店(Store)应用并重新启动计算机。
如果要从所有用户帐户中卸载特定的预安装应用程序,请使用以下命令格式:
Get-AppxPackage -allusers PackageFullName | Remove-AppxPackage
如果您希望从特定用户帐户中删除预安装的应用程序,请使用以下命令:
Get-AppxPackage -user username PackageFullName | Remove-AppxPackage
但正如我之前所说,如果您是Windows 11/10 用户并且不想经历此过程,请使用我们的10AppsManager。它可以让您轻松卸载和重新安装Windows 10中的 Windows 应用(Windows 10)商店(Windows Store)应用程序,只需单击一下!您还可以通过 Windows 10 设置卸载预装的应用和游戏。
在Windows 8.1/8中卸载预安装的Windows 应用商店应用(Windows Store Apps)
1.首先,您必须 打开提升的 PowerShell 提示符。(open an elevated PowerShell prompt.)按Windows Key + Q,然后在搜索框中输入powershell。从结果中,选择Windows PowerShell。右键单击它,从底部选项中选择以管理员身份运行。(Run as administrator)
2.在Windows PowerShell窗口中,键入以下命令以列出预装在 Windows 8 上的所有应用程序。
Get-AppxPackage -AllUsers
(Command)从您的系统帐户中删除所有UWP 应用程序的(UWP Apps)命令
3.运行以下命令删除所有 Windows 应用商店应用:
Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online
就是这样!现在,每当您在 Windows 8 上创建新用户帐户时,该帐户上也不会预装现代(Modern)应用程序。
每当我们卸载Windows Store App时,其在PowerShell窗口中的状态都会显示为Staged。这意味着,该应用程序仍位于Windows中。换句话说,应用程序准备好在创建新用户帐户时自动安装。
4.如果您只想删除当前帐户的所有现代应用程序(Modern Apps),请使用以下命令:
Get-AppXPackage | Remove-AppxPackage
5.如果您想删除特定用户的 所有现代应用程序(Modern Apps),请在上述命令中添加-User部分,因此它是:(-User)
Get-AppXPackage -User | Remove-AppxPackage
6.最后,让我们知道从 Windows 8 上的所有帐户中删除所有现代应用程序的命令:(Modern Apps)
Get-AppxPackage -AllUsers | Remove-AppxPackage
就是这样!这些应用程序现在将从您的Windows 8系统中完全卸载和删除!
如何永久删除Windows 应用商店(Windows Store)应用?
Windows 11/10中永久删除Windows 应用商店(Windows Store)应用,您需要使用Windows PowerShell。或者,您可以使用Windows 终端(Windows Terminal)从您的计算机中删除或移除所有Microsoft Store应用程序。
如何在Windows 11/10上卸载预装的应用程序?
Windows 11/10上卸载预安装的应用程序,您可以输入 get-AppsPackage 命令记下PackageFullName。之后,您可以使用Remove参数将它们从您的计算机中删除。为了您的信息,您需要多次重复相同的步骤。
如何完全卸载Microsoft Store游戏?
要完全卸载Microsoft Store游戏,您可以使用Windows 设置(Windows Settings)或Windows PowerShell。在Windows 设置(Windows Settings)中,转到Apps > Apps和功能以找到您要卸载的应用程序。在Windows PowerShell中,您需要按照上述步骤操作。
如果您需要重新注册您的 Windows 应用商店应用程序(re-register your Windows Store Apps),请参阅此内容。(See this if you need to re-register your Windows Store Apps.)
How to uninstall Pre-Installed Microsoft Store Apps in Windows 11/10
Windows 11/10/8 is basically focused on Microsoft Ѕtore apps and comes with somе pre-installed Modern Apps in order to make the users get started with Windows. However, there are some folks, who may not have any use for ѕome of the dеfault pre-installed apps and may want tо uninstall them comрletely.
While one can easily uninstall Windows 10 apps via Settings, in this article, we’ll share the way to completely remove all the Microsoft Store apps from Windows PC.
Please note that, when you uninstall a Windows Store App using the usual options, the app is removed temporarily and goes to a staged condition discussed later in this article. Thus, when you create a new user account on Windows 10/8, it will again have all the pre-installed apps, since the default Windows Store Apps are not removed completely from the system.
To completely remove and erase all default pre-installed apps, you must be signed in as Administrator of you Windows Account – and you need to remove it in two places:
- Remove the provisioned package
- Remove the “installed” package from the administrator account.
NOTE: If you are a Windows 10 user and do not want to go through this process, use our 10AppsManager. It will let you easily uninstall and reinstall Windows Store apps in Windows 10 easily. If you want to know the manual method read on. The first part applies to Windows 10 and the latter part applies to Windows 8.1.
Before you proceed, create a system restore point first.
Completely Uninstall Default Microsoft Store Apps in Windows 11/10
To completely uninstall default Windows Store apps in Windows 11/10, follow these steps:
- Search for powershell in the Taskbar search box.
- Click on the individual search result.
- Click the Yes option.
- Enter this command: Get-AppxPackage | Select Name, PackageFullName
- Note the PackageFullName.
- Enter this command: Get-AppxPackage PackageFullName | Remove-AppxPackage
To learn more about these steps, continue reading.
If you wish to uninstall individual apps in Windows 11/10, run the following command in an elevated PowerShell window:
Get-AppxPackage | Select Name, PackageFullName
You will be able to see the list of all installed apps and its PackageFullName information.
Note down the PackageFullName and replace it in the following command:
Get-AppxPackage PackageFullName | Remove-AppxPackage
So the command to remove some of the apps will look as follows:
Uninstall 3D Builder
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Uninstall Alarms & Clock
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Uninstall Calculator
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Uninstall Camera
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Uninstall Calendar & Mail
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Uninstall Get Office app
Get-AppxPackage *officehub* | Remove-AppxPackage
Uninstall Get Started app
Get-AppxPackage *getstarted* | Remove-AppxPackage
Uninstall Solitaire Collection
Get-AppxPackage *solit* | Remove-AppxPackage
Uninstall Get Skype app
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Uninstall Groove Music
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Uninstall Microsoft Solitaire Collection
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Uninstall Maps
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Uninstall Money
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Uninstall Movies & TV
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Uninstall OneNote
Get-AppxPackage *onenote* | Remove-AppxPackage
Uninstall News
Get-AppxPackage *bingnews* | Remove-AppxPackage
Uninstall People app
Get-AppxPackage *people* | Remove-AppxPackage
Uninstall Phone Companion
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Uninstall Photos
Get-AppxPackage *photos* | Remove-AppxPackage
Uninstall Store
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Uninstall Sports
Get-AppxPackage *bingsports* | Remove-AppxPackage
Uninstall Voice Recorder
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Uninstall Weather
Get-AppxPackage *bingweather* | Remove-AppxPackage
Uninstall Xbox
Get-AppxPackage *xboxapp* | Remove-AppxPackage
Run the command to uninstall the particular pre-installed default Windows 10 Store app and restart your computer.
If you want to uninstall the particular pre-installed app from all user accounts, use the following command format:
Get-AppxPackage -allusers PackageFullName | Remove-AppxPackage
If you wish to remove a pre-installed app from a particular user account, use the following command:
Get-AppxPackage -user username PackageFullName | Remove-AppxPackage
But as I said earlier, if you are a Windows 11/10 user and do not want to go through this process, use our 10AppsManager. It will let you easily uninstall and reinstall Windows Store apps in Windows 10, with a click! You can also uninstall preinstalled Apps & Games via Windows 10 Settings.
Uninstall pre-installed Windows Store Apps in Windows 8.1/8
1. Firstly, you will have to open an elevated PowerShell prompt. Press Windows Key + Q, and in the search box, type powershell. From results, pick the Windows PowerShell. Right-click on it, select Run as administrator from bottom options.
2. In the Windows PowerShell window, type following command to enlist all the apps pre-installed on your Windows 8.
Get-AppxPackage -AllUsers
Command to remove all the UWP Apps from your system account
3. Run the following command to remove all Windows Store Apps:
Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online
That’s it! Now whenever you create a new user account on your Windows 8, there will no be no pre-installed Modern apps on that account as well.
Whenever we uninstall a Windows Store App, its status in the PowerShell window is displayed as Staged. That means, the app still lies in Windows. In other words, the application is prepared to get automatic installation when a new user account is created.
4. If you’d like to remove all Modern Apps for the current account only, use the following command:
Get-AppXPackage | Remove-AppxPackage
5. In case you want to remove all Modern Apps for a specific user then add the -User part in the above command, so it is:
Get-AppXPackage -User | Remove-AppxPackage
6. Finally, let us know the command to remove all Modern Apps from all the account on your Windows 8:
Get-AppxPackage -AllUsers | Remove-AppxPackage
That’s it! The apps will now be completely uninstalled and erased from your Windows 8 system!
How do I permanently delete Windows Store apps?
To permanently delete Windows Store apps in Windows 11/10, you need to use Windows PowerShell. Alternatively, you can use Windows Terminal to delete or remove all Microsoft Store apps from your computer.
How do I Uninstall preinstalled apps on Windows 11/10?
To uninstall preinstalled apps on Windows 11/10, you can enter the get-AppsPackage command to note down the PackageFullName. Following that, you can use the Remove parameter to remove them from your computer. For your information, you need to repeat the same steps multiple times.
How do I completely Uninstall a Microsoft Store game?
To completely uninstall a Microsoft Store game, you can use either Windows Settings or Windows PowerShell. In Windows Settings, go to Apps > Apps & feature to find the app you want to uninstall. In Windows PowerShell, you need to follow the steps mentioned above.
See this if you need to re-register your Windows Store Apps.