1.怎样重新安装win10自带应用
首先win10有一个比较好用的功能,那就是它自带的一个语音功能!小娜
点击我们菜单栏中的小娜语音:进入到语音界面
语音界面中还可以通过输入法的形式进行搜索。在搜索框中输入Powershell
如下图所示:选择搜索出结果的最上面的桌面应用windows powershell
弹出如下命令框:
在这个蓝色的命令框中输入:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register “$($_.InstallLocation)\AppXManifest.xml”}
然后回车进行命令
等待命令完成之后,win10系统中的内置应用就全部安装了,可以正常使用了。之后重启一下自己的win10电脑就OK了。
2.如何在win10系统中重装所有内置应用
1、可以直接将win10系统中所有内置应用程序全部重新安装,
2、可以在Powershell中直接实现。首先,咱们直接打开win10系统中的小娜功能,也就是Cortana。
3、之后,在出现的搜索窗口中,咱们输入Powershell,然后在搜索结果中直接右键点击选择Powershell选项,在出现的下滑菜单中咱们选择以管理员身份打开。
4、在新出现的窗口中,咱们直接输入如下的命令:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register 逗$($_.InstallLocation)AppXManifest.xml地}
5、等待命令完成之后,咱们win10系统中的内置应用就全部安装了,可以正常使用了。之后大家重启一下自己的win10电脑就可以了。
3.Win10怎么用命令重新安装内置应用
具体方法如下:
1、在Cortana搜索栏输入PowerShell后,在第一项点击右键,选择“以管理员身份运行”
2、在PowerShell中输入以下命令后回车(可直接复制粘贴):
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register “$($_.InstallLocation)\AppXManifest.xml”}
3、等待命令执行完毕,一般情况下,此时重新安装的应用就可以使用了,如果发现某些个别应用无法正常使用,请尝试重启电脑。现在Win10中的应用应该全部恢复了初始状态,之前使用中造成的各种问题应该也都得到了解决。
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-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。
5.怎样重新安装win10系统软件
Win10须已经激活:微软目前对OEM政策比较宽容,几乎自动更新可用的Win7/8.1用户在升级后都能直接激活。具体查看方式是:右键“此电脑”——“属性”或设置——更新和安全——激活中查看。
下载官方的ISO镜像
此次,官方和第三方的升级工具会在本地下载ESD文件,我们可以找到并建立ISO镜像(方法)。
如果需要直接下载的话,我们之前已经给给出了网盘地址,大家自行选用。需要注意的是如果是UEFI启动的话,必须32位对应安装32位,64位对应安装64位,不能跨越。
安装准备
-备份文件。一般来说包括库文件、桌面、浏览器收藏夹等。
-提前下载好驱动。因为是全新安装,所以首次升级后哪些硬件没驱起来自然有数,可提前准备,这里推荐使用驱动精灵。
建议制作U盘启动盘
U盘启动盘的制作方法可参考这篇文章,非UEFI可使用UltraISO;
硬盘安装的话可以用Win7 PE或者nt6 hdd installer。
安装过程中出现下面两个画面时,跳过密钥输入即可。
点击“跳过”
点击“以后再说”
安装后激活
当从Win7/Win8.1升级到Win10之后,微软会将你的激活信息保存在服务器,重新安装Win10后,联网即可激活(视情况不同等待长短有差别)。
6.win10安装后怎么删除预装软件
要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。
打开了Windows PowerShell,就开始输入命令了要卸载OneNote,在里面输入Get-AppxPackage *OneNote* | Remove-AppxPackage可以复制,回车执行4要卸载3D,输入Get-AppxPackage *3d* | Remove-AppxPackage5要卸载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的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!16所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:。
转载请注明出处windows之家 » win10重新安装预装软件