重新安装win10自带应用

1.怎样重新安装win10自带应用

首先win10有一个比较好用的功能,那就是它自带的一个语音功能!小娜

点击我们菜单栏中的小娜语音:进入到语音界面

语音界面中还可以通过输入法的形式进行搜索。在搜索框中输入Powershell

如下图所示:选择搜索出结果的最上面的桌面应用windows powershell

弹出如下命令框:

在这个蓝色的命令框中输入:

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register “$($_.InstallLocation)\AppXManifest.xml”}

然后回车进行命令

等待命令完成之后,win10系统中的内置应用就全部安装了,可以正常使用了。之后重启一下自己的win10电脑就OK了。

2.win10怎么重新安装自带应用

具体如下:

1、在桌面搜索窗口输入“powershell”命令,

2、在搜索结果中直接点击右键选择powershell选项,随后选择“以管理员身份打开”,

3、在新出现的窗口中,直接输入如下的命令

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register “$($_.InstallLocation)\AppXManifest.xml”}

4、命令完成后win10系统的内置应用就全部安装了,之后重启电脑就可以了。

3.如何卸载之后重新安装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-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 卸载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. 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。

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系统中重装所有内置应用

1、可以直接将win10系统中所有内置应用程序全部重新安装,

2、可以在Powershell中直接实现。首先,咱们直接打开win10系统中的小娜功能,也就是Cortana。

3、之后,在出现的搜索窗口中,咱们输入Powershell,然后在搜索结果中直接右键点击选择Powershell选项,在出现的下滑菜单中咱们选择以管理员身份打开。

4、在新出现的窗口中,咱们直接输入如下的命令:

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register 逗$($_.InstallLocation)AppXManifest.xml地}

5、等待命令完成之后,咱们win10系统中的内置应用就全部安装了,可以正常使用了。之后大家重启一下自己的win10电脑就可以了。

6.如何重新安装win10自带应用

具体方法如下:1、在Cortana搜索栏输入PowerShell后,在第一项点击右键,选择“以管理员身份运行”

2、在PowerShell中输入以下命令后回车(可直接复制粘贴):

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register “$($_.InstallLocation)\AppXManifest.xml”}

3、等待命令执行完毕,一般情况下,此时重新安装的应用就可以使用了,如果发现某些个别应用无法正常使用,请尝试重启电脑。现在Win10中的应用应该全部恢复了初始状态,之前使用中造成的各种问题应该也都得到了解决。

7.怎么重置windows10所有内置应用

Windows10的原生应用是以APP的形式存在于系统之中,比如计算器、小游戏等等。不过Win10系统的小问题很多,经常莫名其妙地就会让一些原生应用损坏,如果用户打开某个原生程序的时候,显示的是一个窗口,然后自动关闭,那么就意味着你要打开这个程序需要重新安装或者升级了。在这里我们先说说如何重新安装,也就是重置。

要重新安装Win10的原生应用,需要用到Powershell,首先在Cortana搜索栏输入PowerShell后,在第一项点击右键,选择“以管理员身份运行”,然后就可以进入Powershell的运行窗口。

打开系统内置的Powershell

在PowerShell中输入以下命令后回车:Get-AppxPackage -AllUsers|Foreach {Add-AppxPackage- -Register"$($_.InstallLocation)\AppXManifest.xml"}。这个时候,Win10所有内置的原生应用都将重新部署,一些有问题的应用也会单独重新下载(重新下载时往往也就更新了),这样之前使用中的出现的问题也就会得以修复了。

在Powershell中输入重置应用的命令

值得注意的是,如果某个程序要重新下载的话,那么电脑必须处于联网状态,而且等待的时间也会显得比较久一些。此外,如果用户只想重置某个单独的应用,也要在Powershell内输入指令,每个应用都有自己不同的重置指令,这里就不具体写出了。

8.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怎么办。

9.如何在win10系统中重装所有内置应用

1、可以直接将win10系统中所有内置应用程序全部重新安装,2、可以在Powershell中直接实现。

首先,咱们直接打开win10系统中的小娜功能,也就是Cortana。3、之后,在出现的搜索窗口中,咱们输入Powershell,然后在搜索结果中直接右键点击选择Powershell选项,在出现的下滑菜单中咱们选择以管理员身份打开。

4、在新出现的窗口中,咱们直接输入如下的命令: Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register “$($_.InstallLocation)AppXManifest.xml”} 5、等待命令完成之后,咱们win10系统中的内置应用就全部安装了,可以正常使用了。之后大家重启一下自己的win10电脑就可以了。

重新安装win10自带应用

转载请注明出处windows之家 » 重新安装win10自带应用

win10

win10安装360好不好

阅读(71)

本文主要为您介绍win10安装360好不好,内容包括windows10系统的电脑安装360有用吗?求解,windows10有必要装360吗,win10有必要安装360吗?。以我两年的使用经验来看,千万别装360,现在的360相当流氓,你装了就知道了,电脑各种奇怪问题整死你。后台偷

win10

win10如何查看wifi有多少人连接wifi

阅读(170)

本文主要为您介绍win10如何查看wifi有多少人连接wifi,内容包括win10怎么看wifi有多少人连接,win10设置里怎样看wifi的连接数,win10系统怎么查看wifi使用量。尊敬的用户您好: 希望下面的回答能够对您有所帮助 两种win10系统查看wifi密码的方

win10

如何win10开始菜单变成英文

阅读(90)

本文主要为您介绍如何win10开始菜单变成英文,内容包括win10怎么设置成英文系统界面,w10旗舰版高级启动菜单变成英文怎么办,如何解决,windows10怎么设置一开始是英文输入。WIN10输入法默认英文设置方法:工具材料win10系统电脑方法步骤①点击

win10

win10如何查看mac磁盘

阅读(70)

本文主要为您介绍win10如何查看mac磁盘,内容包括如何在win10读取mac硬盘,win10下怎么打开mac的盘,windows10怎么查看mac。方法一:1. 开机后按住"Option"直到出现系统选择界面时松开;2. 移动光标到Macintosh HD,按下"Ctrl";3. 按

win10

win10的桌面图标太乱如何解决方法

阅读(120)

本文主要为您介绍win10的桌面图标太乱如何解决方法,内容包括win10每次开机桌面图标都会乱,怎么办?,win10每次开机桌面图标都会乱了怎么办,win10每次开机桌面图标都会乱了怎么办。win10每次开机桌面图标都会乱的原因是注册表需要修复。win10

win10

win10如何打开截屏程序

阅读(150)

本文主要为您介绍win10如何打开截屏程序,内容包括win10怎样打开自带截屏软件,怎么在windows10上快速打开截图工具,怎么在windows10上快速打开截图工具。win10系统自带截图工具在windows附件里。如下:工具:win10系统电脑一台步骤:打开win10系统

win10

win10如何开启前面的音响

阅读(74)

本文主要为您介绍win10如何开启前面的音响,内容包括win10怎么设置前后都有声音,win10音响怎么设置,win10怎么设置前后都有声音。win10系统怎么设置外放音响和耳机同时响?刚装的win10,后背输出的音响是有声音了,可就是前面的耳机输出没有声音,特

win10

卸载win10安装win7系统

阅读(61)

本文主要为您介绍卸载win10安装win7系统,内容包括如何卸载在win10下安装win7,如何删除win10安装win7系统,如何卸载在win10下安装win7。1.制作一个u启动u盘启动盘2.一个ghost版win7系统镜像文件,并存入制作好的u启动u盘启动盘,硬盘模式更改为a

win10

win10未能成功安装设备驱动程序

阅读(110)

本文主要为您介绍win10未能成功安装设备驱动程序,内容包括Win10安装时找不到设备驱动程序怎么办,未能成功安装设备驱动程序,是什么意思?,未能成功安装设备驱动程序无法安装怎么办。方法一:重插下usb口试试造成“找不到驱动器设备驱动程序”

win10

win10已安装程序卸载

阅读(72)

本文主要为您介绍win10已安装程序卸载,内容包括windows10安装程序怎么卸载,win10怎么卸载已经安装的软件,windows10已安装更新卸载不了怎么办。首先,在win10系统桌面上,找到这台计算机图标,右击,单击“属性”。或者直接按下键盘的快捷键WINDOWS

win10

dnf补丁安装教程win10

阅读(95)

本文主要为您介绍dnf补丁安装教程win10,内容包括win10系统dnf补丁怎么安装,win10系统dnf补丁怎么安装,如何手动安装win10补丁包。方法/步骤1Windows 10 KB3081424补丁手动安装方法一直接下载msu格式的KB3081424补丁双击运行直接进行安装更

win10

win10安装磁盘控制器驱动程序

阅读(137)

本文主要为您介绍win10安装磁盘控制器驱动程序,内容包括win10磁盘驱动器怎么设置,win10磁盘驱动器怎么设置,win10怎么安装ahci驱动。手动更新ahci驱动: 下载好匹配的AHCI驱动程序,解压驱动程序文件,待用。开始→运行→输入:devmgmt.msc 回车打

win10

win10英伟达驱动安装路径

阅读(365)

本文主要为您介绍win10英伟达驱动安装路径,内容包括win10英伟达显卡驱动安装在哪个文件,win10英伟达更新的驱动在哪个文件夹,win10英伟达显卡驱动安装在哪个文件。查找win10 英伟达显卡驱动程序安装文件夹的方法如下:打开“我的电脑”,然后单

win10

win10安装xlrd模块

阅读(137)

本文主要为您介绍win10安装xlrd模块,内容包括win10系统笔记本怎么安装excel,win10psreadline模块在哪,Win10系统ESD文件安装方法详解搜狗。excel是office的组件之一,所以只要安装oifice就可以了,首先需要准备Office Tool Plus软件,双击打开在

win10

win10安装360好不好

阅读(71)

本文主要为您介绍win10安装360好不好,内容包括windows10系统的电脑安装360有用吗?求解,windows10有必要装360吗,win10有必要安装360吗?。以我两年的使用经验来看,千万别装360,现在的360相当流氓,你装了就知道了,电脑各种奇怪问题整死你。后台偷

win10

win10如何查看wifi有多少人连接wifi

阅读(170)

本文主要为您介绍win10如何查看wifi有多少人连接wifi,内容包括win10怎么看wifi有多少人连接,win10设置里怎样看wifi的连接数,win10系统怎么查看wifi使用量。尊敬的用户您好: 希望下面的回答能够对您有所帮助 两种win10系统查看wifi密码的方

win10

如何win10开始菜单变成英文

阅读(90)

本文主要为您介绍如何win10开始菜单变成英文,内容包括win10怎么设置成英文系统界面,w10旗舰版高级启动菜单变成英文怎么办,如何解决,windows10怎么设置一开始是英文输入。WIN10输入法默认英文设置方法:工具材料win10系统电脑方法步骤①点击

win10

win10如何查看mac磁盘

阅读(70)

本文主要为您介绍win10如何查看mac磁盘,内容包括如何在win10读取mac硬盘,win10下怎么打开mac的盘,windows10怎么查看mac。方法一:1. 开机后按住"Option"直到出现系统选择界面时松开;2. 移动光标到Macintosh HD,按下"Ctrl";3. 按

win10

win10的桌面图标太乱如何解决方法

阅读(120)

本文主要为您介绍win10的桌面图标太乱如何解决方法,内容包括win10每次开机桌面图标都会乱,怎么办?,win10每次开机桌面图标都会乱了怎么办,win10每次开机桌面图标都会乱了怎么办。win10每次开机桌面图标都会乱的原因是注册表需要修复。win10

win10

win10如何打开截屏程序

阅读(150)

本文主要为您介绍win10如何打开截屏程序,内容包括win10怎样打开自带截屏软件,怎么在windows10上快速打开截图工具,怎么在windows10上快速打开截图工具。win10系统自带截图工具在windows附件里。如下:工具:win10系统电脑一台步骤:打开win10系统

win10

win10如何开启前面的音响

阅读(74)

本文主要为您介绍win10如何开启前面的音响,内容包括win10怎么设置前后都有声音,win10音响怎么设置,win10怎么设置前后都有声音。win10系统怎么设置外放音响和耳机同时响?刚装的win10,后背输出的音响是有声音了,可就是前面的耳机输出没有声音,特

win10

win10如何改变启动顺序

阅读(75)

本文主要为您介绍win10如何改变启动顺序,内容包括win10怎么修改系统启动次序,win10系统怎么更改电脑启动顺序,win10启动顺序设置。http://jingyan.baidu.com/article/.html按照原来的方