误删了win10的自带应用如何安装

1.win10不小心卸载了自带软件怎么办

其实微软提供了快速卸载所有应用的方法,借助内置的PowerShell可达到这一目的。

win10怎么卸载自带应用软件?

1、点击任务栏中的搜索,输入PowerShell,然后在搜索结果中右键单击PowerShell,选择以管理员身份运行。

2、在PowerShell中输入下面的命令回车稍等片刻就可以将当前账户中的所有预装应用都删除。注意,过程中可能会出现错误提示,不过这并不影响最终效果。

Get-AppXPackage Remove-AppxPackage

3、不仅当前账户,我们还可以卸载其他账户中的所有应用,只需输入下面的命令,将其中的《username》替换为账户名称即可。

如果要卸载所有账户中的应用,可输入下面的命令。

Get-AppxPackage -AllUsers Remove-AppxPackage

有些朋友可能会有创建多个账户的需求,但是又不想让每个账户中都包含全套相同的应用,在创建账户之前,我们可以从系统账户中删除这些应用,这样新创建的账户中就不会包含全套应用了。从系统账户中卸载应用,只需输入下面的命令。

Get- -online Remove-–online

需要注意的是,执行以后上操作后会将应用商店也一并删除,目前也没有找回的方法,系统推送的某些更新会重新在系统中安装应用商店。

另外,部分内置应用,比如Cortana、联系支持人员、Edge浏览器、Windows反馈,设置和搜索无法从系统中删除。

绿茶软件园小编推荐阅读:

win10升级后怎么样 win10升级后安装的软件还在吗

电脑管家win10检测说我内存小于2g怎么办

2.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-AppxPackage5要卸载Camera(相机),输入Get-AppxPackage *camera* | Remove-AppxPackage6要卸载邮件和日历,输入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的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:。

3.卸载了的win10软件怎么安装回来

方法如下: 1、点击Win10开始菜单,在弹出菜单里选择电脑设置,如下图所示。

2、在电脑设置里点击搜索和应用,进入卸载应用程序的入口,如下图所示。

3、点击搜索和应用下面的应用大小,如下图所示。

4、点击应用大小后,系统把电脑里安装可以卸载的程序都加载出来了,如下图所示。

5、在应用程序里选择要卸载的程序,点击鼠标左键,出现卸载按钮,如下图所示。

6、点击卸载按钮后,系统提示是否要卸载应用,点击卸载开始卸载应用。如下图所示。

4.如何卸载之后重新安装win10自带应用

要卸载这些所有内置应用,就要用到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-AppxPackage5要卸载Camera(相机),输入Get-AppxPackage *camera* | Remove-AppxPackage6要卸载邮件和日历,输入Get-AppxPackage *communi* | Remove-AppxPackage7要卸载新闻订阅,输入Get-AppxPackage *bing* | Remove-AppxPackage8要卸载Groove音乐、电影与电视:Get-AppxPackage *zune* | Remove-AppxPackage9要卸载人脉,输入Get-AppxPackage *people* | Remove-AppxPackage10要卸载手机伴侣(Phone Companion),输入Get-AppxPackage *phone* | Remove-AppxPackage11要卸载照片,输入Get-AppxPackage *photo* | Remove-AppxPackage12要卸载纸牌游戏,输入Get-AppxPackage *solit* | Remove-AppxPackage13要卸载录音机,输入Get-AppxPackage *soundrec* | Remove-AppxPackage14要卸载Xbox,输入Get-AppxPackage *xbox* | Remove-AppxPackage15在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!16所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:END其他信息卸载Windows 10的命令:OneNote:Get-AppxPackage *OneNote* | Remove-AppxPackage3D:Get-AppxPackage *3d* | Remove-AppxPackageCamera相机:Get-AppxPackage *camera* | Remove-AppxPackage邮件和日历:Get-AppxPackage *communi* | Remove-AppxPackage新闻订阅:Get-AppxPackage *bing* | Remove-AppxPackageGroove音乐、电影与电视: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-AppxPackageXbox:Get-AppxPackage *xbox* | Remove-AppxPackage卸载Xbox后出现的提示:(正常现象,出现此现象说明Xbox已被成功卸载)英文提示:PS C:\WINDOWS\system32> Get-AppxPackage *xbox* | Remove-AppxPackageRemove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on packageMicrosoft.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot beuninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn WindowsFeatures 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 usethe command line Get-AppxLog -ActivityID 1d60accb-cb8d-0003-d5b8-601d8dcbd001At 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.-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on packageMicrosoft.XboxIdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_cw5n1h2txyewy failed. This app is part of Windows and cannot beuninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn WindowsFeatures 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 usethe command line Get-AppxLog -ActivityID 1d60accb-cb8d-0001-d9b9-601d8dcbd001At line:1 char:26+ Get-AppxPackage *xbox* | Remove-AppxPackage+ ~~~~~~~~~~~。

5.win10自带应用被卸载了怎么办

(一)方法一,通过命令恢复所有自带软件,步骤如下:

①如下图,鼠标右键单击桌面左下角的“开始菜单”(Win徽标),再点击“Windows PowerShell(管理员)”:

②如下图,在Windows PowerShell(管理员)中输入:Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage- -Register “$($_.InstallLocation)\AppXManifest.xml”}

再按回车键确认,等待恢复完毕,完毕后所有被用户精简的内置应用都会还原,留下误删应用,重新精简一遍其他内置应用即可。

(二)方法二,在“应用商店”搜索误删应用,以误删“xbox”为例,恢复方法如下:

①如下图,在“应用商店”首页右上角的搜索框中输入“xbox”,不要急着点回车,直接在下方的联想结果中可以看到第一个就是“Xbox 应用”,鼠标点击这个结果:

②如下图,点击后就转到了“xbox”的下载页面,点击“获取”等待安装完毕即可恢复“xbox”这个应用:

6.如何卸载之后重新安装win10自带应用

要卸载这些所有内置应用,就要用到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-AppxPackage5要卸载Camera(相机),输入Get-AppxPackage *camera* | Remove-AppxPackage6要卸载邮件和日历,输入Get-AppxPackage *communi* | Remove-AppxPackage7要卸载新闻订阅,输入Get-AppxPackage *bing* | Remove-AppxPackage8要卸载Groove音乐、电影与电视:Get-AppxPackage *zune* | Remove-AppxPackage9要卸载人脉,输入Get-AppxPackage *people* | Remove-AppxPackage10要卸载手机伴侣(Phone Companion),输入Get-AppxPackage *phone* | Remove-AppxPackage11要卸载照片,输入Get-AppxPackage *photo* | Remove-AppxPackage12要卸载纸牌游戏,输入Get-AppxPackage *solit* | Remove-AppxPackage13要卸载录音机,输入Get-AppxPackage *soundrec* | Remove-AppxPackage14要卸载Xbox,输入Get-AppxPackage *xbox* | Remove-AppxPackage15在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!16所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:END其他信息卸载Windows 10的命令:OneNote:Get-AppxPackage *OneNote* | Remove-AppxPackage3D:Get-AppxPackage *3d* | Remove-AppxPackageCamera相机:Get-AppxPackage *camera* | Remove-AppxPackage邮件和日历:Get-AppxPackage *communi* | Remove-AppxPackage新闻订阅:Get-AppxPackage *bing* | Remove-AppxPackageGroove音乐、电影与电视: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-AppxPackageXbox:Get-AppxPackage *xbox* | Remove-AppxPackage卸载Xbox后出现的提示:(正常现象,出现此现象说明Xbox已被成功卸载)英文提示:PS C:\WINDOWS\system32> Get-AppxPackage *xbox* | Remove-AppxPackageRemove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on packageMicrosoft.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot beuninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn WindowsFeatures 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 usethe command line Get-AppxLog -ActivityID 1d60accb-cb8d-0003-d5b8-601d8dcbd001At 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.-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on packageMicrosoft.XboxIdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_cw5n1h2txyewy failed. This app is part of Windows and cannot beuninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn WindowsFeatures 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 usethe command line Get-AppxLog -ActivityID 1d60accb-cb8d-0001-d9b9-601d8dcbd001At line:1 char:26+ Get-AppxPackage *xbox* | Remove-AppxPackage+ ~~~~。

7.win10自带软件卸载了怎么办

恢复Windows10自带软件的方法主要有两种:

(一)方法一,通过命令恢复所有自带软件,步骤如下:

①如下图,鼠标右键单击桌面左下角的“开始菜单”(Win徽标),再点击“Windows PowerShell(管理员)”:

②如下图,在Windows PowerShell(管理员)中输入:Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage- -Register “$($_.InstallLocation)\AppXManifest.xml”}

再按回车键确认,等待恢复完毕,完毕后所有被用户精简的内置应用都会还原,留下误删应用,重新精简一遍其他内置应用即可。

(二)方法二,在“应用商店”搜索误删应用,以误删“xbox”为例,恢复方法如下:

①如下图,在“应用商店”首页右上角的搜索框中输入“xbox”,不要急着点回车,直接在下方的联想结果中可以看到第一个就是“Xbox 应用”,鼠标点击这个结果:

②如下图,点击后就转到了“xbox”的下载页面,点击“获取”等待安装完毕即可恢复“xbox”这个应用:

误删了win10的自带应用如何安装

转载请注明出处windows之家 » 误删了win10的自带应用如何安装

win10

win10怎么合并卷

阅读(145)

本文主要为您介绍win10怎么合并卷,内容包括Win10怎么合并磁盘,win10怎么合并磁盘分区,win10磁盘怎么合并。Windows10怎么合并磁盘?进入管理器首先,右击“此电脑”,在弹出来的右键菜单这种选择“管理”。2、进入磁盘管理在弹出来的窗口中,窗

win10

win10电脑注销账户

阅读(117)

本文主要为您介绍win10电脑注销账户,内容包括win10怎样注销电脑账户登录,如何注销win10电脑上的账户,windows10怎么注销账户。单击左下角开始菜单,选择设置;

win10

win10运用打开设置

阅读(155)

本文主要为您介绍win10运用打开设置,内容包括如何设置windows10中应用的默认打开方式,win10系统,怎样将文件打开方式设置成默认用word打开,Win10怎么设置默认打开程序。首先,你要做的便是按下快捷键Win键,就是键盘上的windows 图标。然后在打

win10

win10怎么删除五笔

阅读(118)

本文主要为您介绍win10怎么删除五笔,内容包括win10系统中的王码五笔输入法该怎么删除,win10如何删除王码五笔输入法86版,win10怎么设置删除自带的五笔输入法。我觉得大部分人可能都会遇到跟我类似的情况:当升级到win10后,输入法多了两个不速

win10

电脑qq版本升级win10吗

阅读(124)

本文主要为您介绍电脑qq版本升级win10吗,内容包括怎样电脑升级qq版本升级win10,电脑要不要升级win10,腾讯升级win10好吗。打开QQ面板,点击下面这个菜单按钮选择软件升级,这后面有个new,就说明我们用的是低版本,点击软件升级升级这时候跳出QQ更

win10

win10怎样还原键盘设置方法

阅读(156)

本文主要为您介绍win10怎样还原键盘设置方法,内容包括windows10系统一键恢复键是哪个键,win10怎么恢复禁用的键盘,如何恢复精简版win10的屏幕键盘。用了一段时间的win10系统感觉有点卡了,可以用win10 一键还原。1.在控制面板中打开恢复。

win10

如何新装win10

阅读(113)

本文主要为您介绍如何新装win10,内容包括win10系统怎么重装win10,刚组装好的电脑怎么装WIN10系统,win10如何重装系统。1,首先我们需要登陆“微软中国下载中心”,从中下载一款名为“MediaCreationTool”的工具,利用该工具可以制作Win10安装

win10

win10怎么设置壁纸音乐

阅读(124)

本文主要为您介绍win10怎么设置壁纸音乐,内容包括win10主题背景音乐怎么使用,win10系统的电脑怎么弄音乐动态壁纸,怎么样才能把win10电脑桌面背景变成音乐播放器。【方法步骤】:1. 点击桌面的左下端“开始菜单”符号,然后在右上角,找到“Groov

win10

win10软件安装乱码

阅读(126)

本文主要为您介绍win10软件安装乱码,内容包括Win10安装软件出现乱码怎么办,如何解决,win10系统安装软件出现乱码怎么办,Win10安装软件出现乱码怎么办,如何解决。解决方法:在Win10系统的开始菜单处点击一下右键,然后再点击“控制面板”。2、进

win10

win10企业版我的电脑怎么放在桌面

阅读(122)

本文主要为您介绍win10企业版我的电脑怎么放在桌面,内容包括win10企业版怎么把我的电脑放在桌面,win10正式版怎么把我的电脑放在桌面,win10系统我的电脑怎么放在桌面上。win10如何显示我的电脑在桌面(方法1)1首先,我们可以看到桌面上面没有我

win10

手机如何连win10电脑网

阅读(123)

本文主要为您介绍手机如何连win10电脑网,内容包括手机怎么连接win10电脑的网络,手机怎么连接win10电脑网络,win10系统电脑怎么和手机直接连接。电脑windows10系统设置无线网络的方法:工具材料win10系统电脑方法步骤①在开始菜单上右击,选择“

win10

win10的foobar2000设置

阅读(141)

本文主要为您介绍win10的foobar2000设置,内容包括win10怎样把foobar2000做默认播放器,win10怎么foobar2000不是以管理身份才打开,win10怎么foobar2000不是以管理身份才打开。系统启动和运行是否正常?如果仅是该软件无法正常启动。那有可能是

win10

win10笔记本安装win7双系统

阅读(140)

本文主要为您介绍win10笔记本安装win7双系统,内容包括如何在win10环境下用安装win7双系统,安装完WIN10的电脑怎么再装一个WIN7的双系统,WIN10的电脑怎么再装一个WIN7的双系统。方法/步骤1 首先给大家说明哦!在安装双系统的时候是从大到小的

win10

win10怎么pe系统地址

阅读(151)

本文主要为您介绍win10怎么pe系统地址,内容包括win10原版系统iso镜像怎么在pe下安装,win10怎么安装pe系统,win10原版系统iso镜像怎么在pe下安装方法。准备一个U盘,不能小于8G(64位win10在4G左右)。备份U盘中的数据和文件。2、访问PE官网,下载

win10

win10怎么合并卷

阅读(145)

本文主要为您介绍win10怎么合并卷,内容包括Win10怎么合并磁盘,win10怎么合并磁盘分区,win10磁盘怎么合并。Windows10怎么合并磁盘?进入管理器首先,右击“此电脑”,在弹出来的右键菜单这种选择“管理”。2、进入磁盘管理在弹出来的窗口中,窗

win10

win10电脑注销账户

阅读(117)

本文主要为您介绍win10电脑注销账户,内容包括win10怎样注销电脑账户登录,如何注销win10电脑上的账户,windows10怎么注销账户。单击左下角开始菜单,选择设置;

win10

win10运用打开设置

阅读(155)

本文主要为您介绍win10运用打开设置,内容包括如何设置windows10中应用的默认打开方式,win10系统,怎样将文件打开方式设置成默认用word打开,Win10怎么设置默认打开程序。首先,你要做的便是按下快捷键Win键,就是键盘上的windows 图标。然后在打

win10

win10怎么删除五笔

阅读(118)

本文主要为您介绍win10怎么删除五笔,内容包括win10系统中的王码五笔输入法该怎么删除,win10如何删除王码五笔输入法86版,win10怎么设置删除自带的五笔输入法。我觉得大部分人可能都会遇到跟我类似的情况:当升级到win10后,输入法多了两个不速

win10

电脑qq版本升级win10吗

阅读(124)

本文主要为您介绍电脑qq版本升级win10吗,内容包括怎样电脑升级qq版本升级win10,电脑要不要升级win10,腾讯升级win10好吗。打开QQ面板,点击下面这个菜单按钮选择软件升级,这后面有个new,就说明我们用的是低版本,点击软件升级升级这时候跳出QQ更

win10

如何新装win10

阅读(113)

本文主要为您介绍如何新装win10,内容包括win10系统怎么重装win10,刚组装好的电脑怎么装WIN10系统,win10如何重装系统。1,首先我们需要登陆“微软中国下载中心”,从中下载一款名为“MediaCreationTool”的工具,利用该工具可以制作Win10安装

win10

win10怎样还原键盘设置方法

阅读(156)

本文主要为您介绍win10怎样还原键盘设置方法,内容包括windows10系统一键恢复键是哪个键,win10怎么恢复禁用的键盘,如何恢复精简版win10的屏幕键盘。用了一段时间的win10系统感觉有点卡了,可以用win10 一键还原。1.在控制面板中打开恢复。

win10

苹果电脑air装win10双系统

阅读(128)

本文主要为您介绍苹果电脑air装win10双系统,内容包括苹果macbookair怎么安装win10双系统,macbookair怎样装win10双系统,macbookair怎么安装win10双系统。启动进入mac os系统,在“实用工具”中打开“磁盘工具”,选择整个硬盘,点击“分区”,通过