win10重新安装自带app

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

具体如下:

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

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

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

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

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

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

具体如下:1、在桌面搜索窗口输入“powershell”命令,2、在搜索结果中直接点击右键选择powershell选项,随后选择“以管理员身份打开”,3、在新出现的窗口中,直接输入如下的命令Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register “$($_.InstallLocation)\AppXManifest.xml”}4、命令完成后win10系统的内置应用就全部安装了,之后重启电脑就可以了。

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

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

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

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

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

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

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

4.Win10怎么用命令重新安装内置应用

具体方法如下:1、在Cortana搜索栏输入PowerShell后,在第一项点击右键,选择“以管理员身份运行”2、在PowerShell中输入以下命令后回车(可直接复制粘贴):Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register “$($_.InstallLocation)\AppXManifest.xml”}3、等待命令执行完毕,一般情况下,此时重新安装的应用就可以使用了,如果发现某些个别应用无法正常使用,请尝试重启电脑。

现在Win10中的应用应该全部恢复了初始状态,之前使用中造成的各种问题应该也都得到了解决。

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

具体方法如下:1、在Cortana搜索栏输入PowerShell后,在第一项点击右键,选择“以管理员身份运行”2、在PowerShell中输入以下命令后回车(可直接复制粘贴):Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register “$($_.InstallLocation)\AppXManifest.xml”}3、等待命令执行完毕,一般情况下,此时重新安装的应用就可以使用了,如果发现某些个别应用无法正常使用,请尝试重启电脑。

现在Win10中的应用应该全部恢复了初始状态,之前使用中造成的各种问题应该也都得到了解决。

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

win10系统下重装所有内置应用的操作方法:第一步、进入Win10系统后,可以在Powershell中直接实现。

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

第二步、在新出现的窗口中,直接输入如下的命令: Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register “$($_.InstallLocation)\AppXManifest.xml”}等待命令完成之后,您win10系统中的内置应用就全部安装了,可以正常使用了。

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

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

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

Get-AppXPackage | Remove-AppxPackage

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

Get-AppXPackage -User | Remove-AppxPackage

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

Get-AppxPackage -AllUsers | Remove-AppxPackage

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

Get- -online | Remove-–online

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

win10重新安装自带app

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

win10

win10安装惠普驱动器失败

阅读(172)

本文主要为您介绍win10安装惠普驱动器失败,内容包括惠普笔记本安装win10系统时驱动器设备驱动程序安装失败,怎么安装,win10安装驱动错误怎么解决方法,win10安装驱动错误怎么解决。主要症状:右下角小电脑有红*。2、设备管理器中的网络适配器

win10

win10安装映像

阅读(163)

本文主要为您介绍win10安装映像,内容包括win10iso镜像文件怎么安装,win1064位镜像怎么安装,win10原版镜像怎么安装。方法:1.获取windows 10 ISO安装镜像:正版用户可前往微软社区获取windows 10 Technical Preview

win10

winxp可以安装win10镜像吗

阅读(202)

本文主要为您介绍winxp可以安装win10镜像吗,内容包括XP系统怎么安装win10'iso镜像文件,xp系统可以直接安装win10吗,各位大大,XP能直接用镜像升级到win10吗。方法/步骤在xp系统中在下载后直接是安装不起的,会在更新一栏时提示错误,这是系

win10

安装完win10重启就还原版本

阅读(164)

本文主要为您介绍安装完win10重启就还原版本,内容包括安装完win10重启后自动还原为以前的系统怎么办,安装完win10后自动重启过程中又跳回到重新安装,安装win10重启后出现:恢复;你的电脑/设备需要修复,等是什么原。win10系统安装的有问题。要

win10

Win10无法删除已安装的更新

阅读(196)

本文主要为您介绍Win10无法删除已安装的更新,内容包括windows10已安装更新卸载不了怎么办,win10已安装的更新卸载不了怎么办,win10已安装的更新卸载不了怎么办。方法/步骤1首先要停止windows update服务,但win10 在控制面板里是关不掉的,我们

win10

win10安装labview2016

阅读(268)

本文主要为您介绍win10安装labview2016,内容包括win10如何安装labview2017,win10如何安装labview2017,我安装完labview2016后,软件直接就打不开,一点击直接显示无响应。首先到NI的官网购买,或者联系作者使用破解版。LabVIEW2017安装环境打开

win10

win10安装不上主板驱动

阅读(163)

本文主要为您介绍win10安装不上主板驱动,内容包括win10主板驱动安装失败如何解决,win10装不上驱动怎么办,我安装完成win10以后,要不要安装主板驱动程序。大家要下载正确的系统显卡驱动,比如你安装32位的电脑系统,但是你下载了64位的显卡驱动,

win10

安装win10系统大小

阅读(159)

本文主要为您介绍安装win10系统大小,内容包括windows10安装后一般多大,Win10系统有多大,win10安装包多大。大家好我是大明、win10系统所需要的最低硬盘空间是20G,不过根据上面的描述,在没安装程序的情况下占了70G,这不算是正常现象,如果平

win10

win10安装phpcms

阅读(150)

本文主要为您介绍win10安装phpcms,内容包括win10怎么安装php开发环境,如何在win10上安装php环境,我安装了一个PHPCMS又想在电脑上安装一个织梦CMS但怎么也不成。先安装Apache: 双击安装,与安装其他Windows软件没有什么区别,在填Server Infomat

win10

win10安装失败系统之家

阅读(170)

本文主要为您介绍win10安装失败系统之家,内容包括win10安装系统失败怎么办,win10安装失败,win10安装失败怎么办,windows10安装失败怎么解决。一:win10安装失败(但可以开机)怎么办首先确定,安装失败以后是否还能够正常开机进去系统。2、第一种情

win10

正安装win10时可取消吗

阅读(147)

本文主要为您介绍正安装win10时可取消吗,内容包括win10以前的window安装可以删除吗,win10系统可以回退吗,win10临时windows安装文件能删除吗。Win10安装完成会将旧系统文件整合在C盘的Windows.old文件夹中,占用系统盘空间,而使用一般的删除方

win10

软件win10不能安装程序

阅读(429)

本文主要为您介绍软件win10不能安装程序,内容包括win10不允许安装软件咋办,win10系统无法安装软件怎么解决,win10无法安装软件。解除win10安装外部软件限制win10对于电脑不被外部病毒感染,默认禁止安装外来应用,可以在系统设置中接触限值。1.

win10

win10系统激活后怎么分区表

阅读(186)

本文主要为您介绍win10系统激活后怎么分区表,内容包括win10系统的新电脑,怎么分区激活等问题,Win10新机只有一个分区如何快速分区,安装win10系统怎么分区。如果是预装的纯正版系统,先开机安装激活系统后是一个盘,然后您在分区,方法在下面,如果

win10

win10怎么自动打卡

阅读(179)

本文主要为您介绍win10怎么自动打卡,内容包括win10局域网怎么打卡共享文件夹,Win10启动时卡在转圈圈,且无法修复,进入死循环,win10让电脑运行变得很卡怎么办。在桌面网络图标上点击鼠标右键,然后选择“属性”,打开网络属性窗口后,点击左上角“

win10

win10安装惠普驱动器失败

阅读(172)

本文主要为您介绍win10安装惠普驱动器失败,内容包括惠普笔记本安装win10系统时驱动器设备驱动程序安装失败,怎么安装,win10安装驱动错误怎么解决方法,win10安装驱动错误怎么解决。主要症状:右下角小电脑有红*。2、设备管理器中的网络适配器

win10

win10安装映像

阅读(163)

本文主要为您介绍win10安装映像,内容包括win10iso镜像文件怎么安装,win1064位镜像怎么安装,win10原版镜像怎么安装。方法:1.获取windows 10 ISO安装镜像:正版用户可前往微软社区获取windows 10 Technical Preview

win10

winxp可以安装win10镜像吗

阅读(202)

本文主要为您介绍winxp可以安装win10镜像吗,内容包括XP系统怎么安装win10'iso镜像文件,xp系统可以直接安装win10吗,各位大大,XP能直接用镜像升级到win10吗。方法/步骤在xp系统中在下载后直接是安装不起的,会在更新一栏时提示错误,这是系

win10

安装完win10重启就还原版本

阅读(164)

本文主要为您介绍安装完win10重启就还原版本,内容包括安装完win10重启后自动还原为以前的系统怎么办,安装完win10后自动重启过程中又跳回到重新安装,安装win10重启后出现:恢复;你的电脑/设备需要修复,等是什么原。win10系统安装的有问题。要

win10

Win10无法删除已安装的更新

阅读(196)

本文主要为您介绍Win10无法删除已安装的更新,内容包括windows10已安装更新卸载不了怎么办,win10已安装的更新卸载不了怎么办,win10已安装的更新卸载不了怎么办。方法/步骤1首先要停止windows update服务,但win10 在控制面板里是关不掉的,我们

win10

win10安装labview2016

阅读(268)

本文主要为您介绍win10安装labview2016,内容包括win10如何安装labview2017,win10如何安装labview2017,我安装完labview2016后,软件直接就打不开,一点击直接显示无响应。首先到NI的官网购买,或者联系作者使用破解版。LabVIEW2017安装环境打开

win10

win10安装不上主板驱动

阅读(163)

本文主要为您介绍win10安装不上主板驱动,内容包括win10主板驱动安装失败如何解决,win10装不上驱动怎么办,我安装完成win10以后,要不要安装主板驱动程序。大家要下载正确的系统显卡驱动,比如你安装32位的电脑系统,但是你下载了64位的显卡驱动,

win10

mac虚拟机安装win10风扇转

阅读(185)

本文主要为您介绍mac虚拟机安装win10风扇转,内容包括macbook运行win10虚拟机ParallelsDesktop发热而且风扇仅仅一千多,Macmini装了win10系统后风扇不转,一运行游戏就发热求解该怎么,mac虚拟机win10发热怎么办。首先就是下载虚拟机软件paral