1.怎样重新安装win10自带应用
首先win10有一个比较好用的功能,那就是它自带的一个语音功能!小娜
点击我们菜单栏中的小娜语音:进入到语音界面
语音界面中还可以通过输入法的形式进行搜索。在搜索框中输入Powershell
如下图所示:选择搜索出结果的最上面的桌面应用windows powershell
弹出如下命令框:
在这个蓝色的命令框中输入:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register “$($_.InstallLocation)\AppXManifest.xml”}
然后回车进行命令
等待命令完成之后,win10系统中的内置应用就全部安装了,可以正常使用了。之后重启一下自己的win10电脑就OK了。
2.如何重新安装win10自带应用
在PowerShell中输入下面的命令回车稍等片刻就可以将当前账户中的所有预装应用都删除。注意,过程中可能会出现错误提示,不过这并不影响最终效果。
Get-AppXPackage | Remove-AppxPackage
不仅当前账户,我们还可以卸载其他账户中的所有应用,只需输入下面的命令,将其中的替换为账户名称即可。
Get-AppXPackage -User | Remove-AppxPackage
如果要卸载所有账户中的应用,可输入下面的命令。
Get-AppxPackage -AllUsers | Remove-AppxPackage
有些朋友可能会有创建多个账户的需求,但是又不想让每个账户中都包含全套相同的应用,在创建账户之前,我们可以从系统账户中删除这些应用,这样新创建的账户中就不会包含全套应用了。从系统账户中卸载应用,只需输入下面的命令。
Get- -online | Remove-–online
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自带应用
要卸载这些所有内置应用,就要用到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重置电脑后怎么恢复以前的软件
win10重置电脑后恢复以前的软件的方法:
1、要恢复的软件在系统盘C盘,那在重置电脑前需要把C盘要恢复的软件先进行备份,这样重置后就直接还原出来了;如果没有备份,那么软件是没办法还泉的。
2、要恢复的软件在D盘或其它非系统盘,如果重置电脑前把D盘或其它非系统盘要恢复的软件先进行备份,那么要安装的文件没有损坏、删除、移动的情况下,可以直接还原就完全可以运行的。如果损坏了,就不能恢复了;
如果没有备份,直接找到原安装目录,一般是在Program Files或Program Files(x86)文件夹下(D盘或其它非系统盘),找到运行图标,双击运行,能打开的就是可以恢复,有错误提示或没反应的就是不能恢复的了。
3、借助数据恢复软件进行恢复。
扩展资料
重置此电脑和直接格盘重装两种方法各自的好处。从时间上看,格盘重装有着绝对的优势;但也有人说,重置之后比重装更清爽流畅;还有重置可以保留驱动,这个地方相比于格盘重装是一个优势。
Win8/8.1 的“恢复”功能和 Win10 的重置此电脑功能操作基本相同,但有个地方不一样。Win8/8.1 要想使用恢复功能,必须要有一个恢复映像,存放分区,并且要用 reagentc 命令进行配置恢复环境。
Win10 则不需要这个,只要有那个 450M 恢复分区就可以进行重置,这样表面上看起来是个好事,确实是省了很多操作,但是更多情况下恐怕是个坏事,因为在 Win10 里,即便是用 reagentc 命令配置了恢复环境,指定了恢复映像,在重置的时候仍然没有作用。
纵然是进行了这个操作,重置之后依旧是纯净的 Win10。也就是说,在 Win10 里很难用自定义的映像文件来恢复系统。虽然操作系统崩溃可以通过“重置此电脑”将其恢复。但是公司电脑文件一旦丢失,将会给公司带来巨大损失,这就需要借助第三方软件来保护电脑文件安全了。
6.win10预装应用是怎么放进去的
Win10自带应用卸载方法?很多小伙伴不想用win10的自动应用想卸载但是不会,下面小编带来Win10自带应用的卸载教程,给大家参考下!
Win10自带应用卸载教程:
对于通过Windows商店安装的应用,可以直接在开始菜单的磁贴上右键选择“卸载”命令来移除,但这个方法对照片、音乐、OneNote、相机等Win10预装应用无效,因为你找不到“卸载”这个选项。不过微软并未真正封堵卸载的途径,用户仍可以通过Windows PowerShell这个系统工具以命令行方式卸载不想要的预装应用。详细步骤如下:
1、启动PowerShell:在搜索框里输入“powershell”,在标记为“桌面应用”的“Windows PowerShell”上右键,选择“以管理员身份运行”命令;
以管理员身份运行PowerShell
2、在打开的PowerShell窗口中输入“Get-AppxPackage selec Name, PackageFullName”(注意空格和英文标点),查看已安装应用的清单;
已安装应用清单
3、输入“Get-AppxPackage -allusers PackageFullName Remove-AppxPackage”来卸载指定应用,其中PackageFullName为上图右侧列表中的字符串。这里我们无需输入完整的一长串名称,可以用部分字段加通配符的形式来简化命令。
比如,想要卸载Windows10内置的“语音录音机”,该应用所对应的详细名称为:Microsoft.WindowsSoundRecorder_10.1507.7010.0_x86__8wekyb3d8bbwe,我们可以用 *soundrecorder* 来代替这一长串名称,即:Get-AppxPackage -allusers *soundrecorder* Remove-AppxPackage
注:我们可用 Get-AppxPackage -allusers Remove-AppxPackage 来卸载所有内置应用,但不建议这么做,因为这样会连Windows商店一起卸载,容易影响后续使用。
Win10内置应用对应的卸载命令,未列出的应用可通过“开始菜单--所有应用”右键卸载
7.win10如何快速打开已安装应用目录文件
win10快速打开已安装应用目录文件方法如下:
方法一:借助桌面图标
在桌面找到软件的图标,然后用鼠标右击并选择“打开文件所在的位置”。
方法二:利用开始菜单
1. 点击“开始”菜单,找到想要打开目录文件的应用程序。
2. 右击该程序,然后选择“更多”并点击“打开文件所在的位置”。
方法三:在任务管理器中打开
1. 在任务栏空白处右击鼠标,并选择“任务管理器”。
2. 在任务管理器中找到想要打开的程序,然后右击并选择“打开文件所在的位置”。
8.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重新安装预装应用文件