1.windows10软件卸载在哪
win10卸载软件步骤如下: 方法一: 1、直接按下键盘的快捷键WINDOWS键+PauseBreak键。
打开系统属性。 2、在打开的系统属性的窗口,点击左上角的“控制面板”窗口 3、在打开的控制面板窗口,点击左下角的”程序 “下面的”卸载程序“ 4、在卸载程序窗口,找到你需要卸载的程序软件,在上面右击--卸载,单击卸载即可 方法二: 1、在win10系统桌面上,找到这台计算机图标,右击,单击“属性“单击左下角的“Windows更新” 2、在出现的Windows更新窗口,点击左下角的“安装更新” 3、然后就会打开安装更新的窗口,但是我们不是来安装害罚愤核莅姑缝太俯咖更新哒!点击左上角的“卸载程序”,这样就可以打开卸载界面卸载程序软件啦。
2.win10系统删除软件在哪个位置
首先点击左下角的【开始】菜单,弹出下拉菜单,在该菜单里可以看到【设置】选项;点击【设置】按钮,打开设置界面,通过设置界面里的功能可以发现win10系统里的设置界面就是win7系统的控制面板;在设置界面里点击左侧菜单栏里的【系统】选项,进入系统选项界面;点击系统界面左侧菜单栏里的【应用和功能】选项,此时右侧界面可以查找电脑上已安装的应用软件,查找完毕后可以在右侧界面中显示;在右侧的应用软件列表里找到准备删除的应用软件,点击该软件可以显示【卸载】功能选项;点击【卸载】按钮,即可开始删除已安装的应用软件程序了。
3.win10的临时Windows安装文件可以删除吗
这是win10下载的安装文件存放位置,安装完后可以删除,但是不建议手动强删目标文件夹(可以改文件权限后强删),Windows10提供了系统清理工具,可以安全删除临时Windows安装文件,清理方法如下:
1、如下图,在“这台电脑”中,鼠标右键点击Windows系统所在分区,在弹出的右键菜单中点击“属性”:
2、如下图,点击“常规”选项卡,再点击“磁盘清理”:
3、如下图,点击“清理系统文件”:
4、如下图,等待自动扫描完成后,会显示“以前的Windows安装”和“临时Windows安装文件”等几个项目,勾选这些项目,然后点击“确定”系统就开始删除这些文件,这个删除过程短则1分钟,长则几分钟甚至更久,完成速度由cpu性能和硬盘读写速度决定,cpu强加上固态硬盘,删除速度就更快,反之就会比较慢,耐心等待或挂机不管让它自动执行即可继续正常使用电脑:
4.怎样卸载win10自带的应用的directx
要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。
打开了Windows PowerShell,输入命令。 要卸载OneNote,在里面输入 Get-AppxPackage *OneNote* | Remove-AppxPackage 可以复制,回车执行。
要卸载3D,输入 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 15 在卸载Xbox的时候,会提示有很多错误,其实已经被卸载。 卸载Windows 10的命令: OneNote: Get-AppxPackage *OneNote* | Remove-AppxPackage 3D: 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-AppxPackage + ~~~~~~~~~~~~~~~~~~ + CategoryInfo : WriteError: (Microsoft.XboxI。l_cw5n1h2txyewy:String) [Remove-。
转载请注明出处windows之家 » win10卸载软件安装包在哪