Ⅰ 如何彻底卸载win10自带游戏
卸载后,等几分钟,打开应用商店,点击右上角的设置图标(三个小点)——下载和更新——将正在下载的游戏删除(点击下载右边的 X )。删除后就不会再下载了。
Ⅱ win10系统内置应用软件怎么卸载
具体删除步骤:
1、点击开始菜单,依次选择打开“所有应用”—“Windows PowerShell”,在“Windows PowerShell”上单击右键,选择“以管理员身份运行”;
2、输入:Get-AppxPackage -AllUsers | Remove-AppxPackage 按下回车键即可可删除所有内置应用;
3、如果只想删除某个应用,只需输入对应命令,按下回车键即可删除,下面小编给大家列出相应应用的删除命令:
3D Builder
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
闹钟与时钟
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
行事历
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
行事历与邮件
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
相机
Get-AppxPackage *windowscamera* | Remove-AppxPackage
取得Office
Get-AppxPackage *officehub* | Remove-AppxPackage
取得Skype
Get-AppxPackage *skypeapp* | Remove-AppxPackage
取得开始
Get-AppxPackage *getstarted* | Remove-AppxPackage
Groove 音乐
Get-AppxPackage *zunemusic* | Remove-AppxPackage
地图
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Microsoft Solitaire Collection 扑克牌游戏
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
财经
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Movies & TV
Get-AppxPackage *zunevideo* | Remove-AppxPackage
新闻
Get-AppxPackage *bingnews* | Remove-AppxPackage
OneNote
Get-AppxPackage *onenote* | 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
以上就是win10系统卸载内置应用的方法
Ⅲ 怎么彻底卸载win10自带应用
win10自带了好多应用,有些看起来不错,其实用起来不太方便哈(我的个人感觉),我们都更喜欢第三方应用,所以我们就来看看如何卸载这些自带应用。如图,是卸载完成后的Windows PowerShell:
工具/原料
Windows PowerShell
win10中的管理员身份
方法/步骤
1
要卸载这些所有内置应用,就要用到Windows
PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power
Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell
ISE),然后单击以管理员身份运行,就打开了。
2
打开了Windows PowerShell,就开始输入命令了
3
要卸载OneNote,在里面输入
Get-AppxPackage *OneNote* | Remove-AppxPackage
可以复制,回车执行
4
要卸载3D,输入
Get-AppxPackage *3d* | Remove-AppxPackage
5
要卸载Camera(相机),输入
Get-AppxPackage *camera* | Remove-AppxPackage
6
要卸载邮件和日历,输入
Get-AppxPackage *communi* | Remove-AppxPackage
7
要卸载新闻订阅,输入
Get-AppxPackage *bing* | Remove-AppxPackage
8
要卸载Groove音乐、电影与电视:
Get-AppxPackage *zune* | Remove-AppxPackage
9
要卸载人脉,输入
Get-AppxPackage *people* | Remove-AppxPackage
10
要卸载手机伴侣(Phone Companion),输入
Get-AppxPackage *phone* | Remove-AppxPackage
11
要卸载照片,输入
Get-AppxPackage *photo* | Remove-AppxPackage
12
要卸载纸牌游戏,输入
Get-AppxPackage *solit* | Remove-AppxPackage
13
要卸载录音机,输入
Get-AppxPackage *soundrec* | Remove-AppxPackage
14
要卸载Xbox,输入
Get-AppxPackage *xbox* | Remove-AppxPackage
15
在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!
16
所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:
END
其他信息
1
卸载Windows 10的命令:
OneNote:
Get-AppxPackage *OneNote* | Remove-AppxPackage
3D:
Get-AppxPackage *3d* | Remove-AppxPackage
Camera相机:
Get-AppxPackage *camera* | Remove-AppxPackage
邮件和日历:
Get-AppxPackage *communi* | Remove-AppxPackage
新闻订阅:
Get-AppxPackage *bing* | Remove-AppxPackage
Groove音乐、电影与电视:
Get-AppxPackage *zune* | Remove-AppxPackage
人脉:
Get-AppxPackage *people* | Remove-AppxPackage
手机伴侣(Phone Companion):
Get-AppxPackage *phone* | Remove-AppxPackage
照片:
Get-AppxPackage *photo* | Remove-AppxPackage
纸牌游戏:
Get-AppxPackage *solit* | Remove-AppxPackage
录音机:
Get-AppxPackage *soundrec* | Remove-AppxPackage
Xbox:
Get-AppxPackage *xbox* | Remove-AppxPackage
2
卸载Xbox后出现的提示:(正常现象,出现此现象说明Xbox已被成功卸载)
英文提示:
PS C:\WINDOWS\system32> Get-AppxPackage *xbox* | Remove-AppxPackage
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] 1d60accb-cb8d-0003-d5b8-601d8dcbd001 in the Event Log or use
the command line Get-AppxLog -ActivityID 1d60accb-cb8d-0003-d5b8-601d8dcbd001
At line:1 char:26
+ Get-AppxPackage *xbox* | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.XboxIdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] 1d60accb-cb8d-0001-d9b9-601d8dcbd001 in the Event Log or use
the command line Get-AppxLog -ActivityID 1d60accb-cb8d-0001-d9b9-601d8dcbd001
At line:1 char:26
+ Get-AppxPackage *xbox* | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxI...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
中文提示:
PS C:\windows\system32> Get-AppxPackage *xbox* | Remove-AppxPackage
Remove-AppxPackage : 部署失败,原因是 HRESULT: 0x80073CFA, 无法卸载。请联系你的软件供应商。 (异常来自 HRESULT:0x80073CF
A)
错误 0x80070032: C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy 中的程序包 Microsoft.XboxGameCallable
UI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy 上的 AppX 部署 删除 操作失败。此应用是 Windows 的一部分,无法针对每
个用户卸载该应用。管理员可以尝试使用“启用或关闭 Windows 功能”从计算机中删除该应用。不过,该应用可能无法被卸载。
注: 有关其他信息,请在事件日志中查找 [ActivityId] 84d12a44-dbe5-0000-0557-d184e5dbd001,或使用命令行 Get-AppxLog -Activ
ityID 84d12a44-dbe5-0000-0557-d184e5dbd001
所在位置 行:1 字符: 26
+ Get-AppxPackage *xbox* | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : 部署失败,原因是 HRESULT: 0x80073CFA, 无法卸载。请联系你的软件供应商。 (异常来自 HRESULT:0x80073CF
A)
错误 0x80070032: C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_cw5n1h2txyewy 中的程序包 Microsoft.XboxIdentityPr
ovider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy 上的 AppX 部署 删除 操作失败。此应用是 Windows 的一部分,无法针
对每个用户卸载该应用。管理员可以尝试使用“启用或关闭 Windows 功能”从计算机中删除该应用。不过,该应用可能无法被卸载。
注: 有关其他信息,请在事件日志中查找 [ActivityId] 84d12a44-dbe5-0000-0f57-d184e5dbd001,或使用命令行 Get-AppxLog -Activ
ityID 84d12a44-dbe5-0000-0f57-d184e5dbd001
所在位置 行:1 字符: 26
+ Get-AppxPackage *xbox* | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxI...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
至于这些提示,大家如果有兴趣就去研究研究原因吧,总之应用是被成功卸载了!
Ⅳ 如何卸载win10系统自带软件卸载
方法/步骤
1
要卸载这些所有内置应用,就要用到Windows
PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows
Power
Shell的文件夹,右键单击Windows
PowerShell(注意不是Windows
PowerShell
ISE),然后单击以管理员身份运行,就打开了。
2
打开了Windows
PowerShell,就开始输入命令了
3
要卸载OneNote,在里面输入
Get-AppxPackage
*OneNote*
|
Remove-AppxPackage
可以复制,回车执行
4
要卸载3D,输入
Get-AppxPackage
*3d*
|
Remove-AppxPackage
5
要卸载Camera(相机),输入
Get-AppxPackage
*camera*
|
Remove-AppxPackage
6
要卸载邮件和日历,输入
Get-AppxPackage
*communi*
|
Remove-AppxPackage
要卸载新闻订阅,输入
Get-AppxPackage
*bing*
|
Remove-AppxPackage
要卸载Groove音乐、电影与电视:
Get-AppxPackage
*zune*
|
Remove-AppxPackage
要卸载人脉,输入
Get-AppxPackage
*people*
|
Remove-AppxPackage
要卸载手机伴侣(Phone
Companion),输入
Get-AppxPackage
*phone*
|
Remove-AppxPackage
要卸载照片,输入
Get-AppxPackage
*photo*
|
Remove-AppxPackage
要卸载纸牌游戏,输入
Get-AppxPackage
*solit*
|
Remove-AppxPackage
要卸载录音机,输入
Get-AppxPackage
*soundrec*
|
Remove-AppxPackage
要卸载Xbox,输入
Get-AppxPackage
*xbox*
|
Remove-AppxPackage
在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!
所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完
Ⅳ win10纸牌游戏怎么卸载重新下载
你好,卸载的话,只能通过WIN10的应用商店来下载,其实它占的空间很小。没必要卸载
Ⅵ win10自带应用哪些可以删除
可以卸载的;
工具:电脑,WIN10
方法和步骤:
1、搜索栏中输入“PowerShell”,在搜索结果中右键单击PowerShell,选择“以管理员身份运行”。
2、在PowerShell窗口中,输入“Get-AppXPackage Remove-AppxPackage”回车确认,然后等待系统自动将当前账户中的所有预装应用都删除即可。
3、如果要卸载某个应用,只需输入对应命令,按下回车键即可删除。
应用程序对应的命令如下:
要卸载3D,输入
Get-AppxPackage*3d* Remove-AppxPackage
要卸载Camera(相机),输入
Get-AppxPackage*camera* Remove-AppxPackage
要卸载邮件和日历,输入
Get-AppxPackage*communi* Remove-AppxPackage
要卸载新闻订阅,输入
Get-AppxPackage*bing* Remove-AppxPackage
要卸载Groove音乐、电影与电视:
Get-AppxPackage*zune* Remove-AppxPackage
要卸载人脉,输入
Get-AppxPackage*people* Remove-AppxPackage
要卸载手机伴侣(Phone Companion),输入
Get-AppxPackage*phone* Remove-AppxPackage
要卸载照片,输入
Get-AppxPackage*photo* Remove-AppxPackage
要卸载纸牌游戏,输入
Get-AppxPackage*solit* Remove-AppxPackage
要卸载录音机,输入
Get-AppxPackage*soundrec* Remove-AppxPackage
要卸载Xbox,输入
Get-AppxPackage*xbox* Remove-AppxPackage
Ⅶ win10系统怎样彻底删除软件
可尝试如下方法:
1、使用windows
powershell来卸载,它是win10系统自带的一个应用,单击开始菜单中的“所有应用”,然后找到windows
power
shell的文件夹,右键单击windows
powershell(注意不是windows
powershell
ise),然后单击以管理员身份运行,就打开了。
2、打开了windows
powershell,就开始输入命令了
3、要卸载onenote,在里面输入get-appxpackage
*onenote*
|
remove-appxpackage
4、要卸载3d,输入get-appxpackage
*3d*
|
remove-appxpackage
要卸载camera,输入get-appxpackage
*camera*
|
remove-appxpackage
要卸载邮件和日历,输入get-appxpackage
*communi*
|
remove-appxpackage
要卸载新闻订阅,输入get-appxpackage
*bing*
|
remove-appxpackage
要卸载groove音乐、电影与电视:
get-appxpackage
*zune*
|
remove-appxpackage
要卸载人脉,输入get-appxpackage
*people*
|
remove-appxpackage
要卸载手机伴侣(phone
companion),输入
get-appxpackage
*phone*
|
remove-appxpackage
要卸载照片,输入get-appxpackage
*photo*
|
remove-appxpackage
要卸载纸牌游戏,输入get-appxpackage
*solit*
|
remove-appxpackage
要卸载录音机,输入get-appxpackage
*soundrec*
|
remove-appxpackage
要卸载xbox,输入get-appxpackage
*xbox*
|
remove-appxpackage
5、所有卸载完成后,就只剩下应用商店了,建议保留。
6、卸载需谨慎,输入的卸载命令可以直接复制粘贴。
Ⅷ 如何卸载WIN10自带应用
步骤如下:
1、点击Win10开始菜单,在弹出菜单里选择电脑设置,如下图所示。
Ⅸ Win10怎么卸载自带软件 Win10自带应用卸载方法
工具:电脑,WIN10
方法和步骤:
1、搜索栏中输入“PowerShell”,在搜索结果中右键单击PowerShell,选择“以管理员身份运行”。
应用程序对应的命令如下:
要卸载3D,输入
Get-AppxPackage*3d* | Remove-AppxPackage
要卸载Camera(相机),输入
Get-AppxPackage*camera* | Remove-AppxPackage
要卸载邮件和日历,输入
Get-AppxPackage*communi* | Remove-AppxPackage
要卸载新闻订阅,输入
Get-AppxPackage*bing* | Remove-AppxPackage
要卸载Groove音乐、电影与电视:
Get-AppxPackage*zune* | Remove-AppxPackage
要卸载人脉,输入
Get-AppxPackage*people* | Remove-AppxPackage
要卸载手机伴侣(Phone Companion),输入
Get-AppxPackage*phone* | Remove-AppxPackage
要卸载照片,输入
Get-AppxPackage*photo* | Remove-AppxPackage
要卸载纸牌游戏,输入
Get-AppxPackage*solit* | Remove-AppxPackage
要卸载录音机,输入
Get-AppxPackage*soundrec* | Remove-AppxPackage
要卸载Xbox,输入
Get-AppxPackage*xbox* | Remove-AppxPackage
Ⅹ 想问下,我在朋友win10上面玩了纸牌游戏,登录了windows的账号,之后我要怎么删除在那上面的登录记录呢
双击打开Win10桌面上的控制面板,然后选择更改用户类型,
在管理用碃抚百幌知呵版童保阔户窗口里点击使用微软帐户用户名的账户
在更改账户窗口里点击删除账户,这里删除的就是微软账户
删除微软账户用户时系统提示是否保存该用户的配置文件什么的,这里可以点击删除文件,也可以点击保存文件
再次确认删除微软账户用户,我们点击删除账户
微软账户用户成功删除后,在管理帐户窗口里就看不到了