如何删除win10中的人脉

1.如何卸载Win10自带Xbox,人脉,天气等应用

Win10中的Modern应用一般可在右键菜单中进行卸载,不过某些自带的Modern应用,比如Xbox、天气、人脉、照片等应用是无法在右键菜单中进行卸载的。如果你有卸载这些应用的需求,可参考下面的方法。

• 首先点击任务栏中的搜索(Cortana图标)输入PowerShell,在搜索结果中右键单击PowerShell,选择“以管理员身份运行”。

• 输入下面的命令回车,PS会列出系统中所有已安装应用列表。

Get-AppxPackage -AllUsers

• 从列表中找到你要卸载的应用,并找到其全名称,即PackageFullName。如果你觉得太长,可以把结果复制到记事本中查找关键字。

• 找到应用包全名称后,输入下面的指令即可卸载对应应用,将PackageFullName替换为应用包全名称即可。

Remove-AppxPackage PackageFullName

比如卸载自带的人脉应用,可输入下面的命令。

Remove-AppxPackage Microsoft.People_1.10241.0.0_x86__8wekyb3d8bbwe

2.win10自带的应用商店,人脉,地图等都删掉了怎么办

win10系统有问题了。要么重装win10系统,要么装回win7系统。直接换个验证过的系统盘重装系统就行了,这样就可以全程自动、顺利解决 win7系统安装 的问题了。用u盘或者硬盘这些都是可以的,且安装速度非常快。但关键是:要有兼容性好的(兼容ide、achi、Raid模式的安装)并能自动永久激活的、能够自动安装机器硬件驱动序的系统盘,这就可以全程自动、顺利重装系统了。方法如下:

1、U盘安装:用ultraiso软件,打开下载好的系统安装盘文件(ISO文件),执行“写入映像文件”把U盘插到电脑上,点击“确定”,等待程序执行完毕后,这样就做好了启动及安装系统用的u盘,用这个做好的系统u盘引导启动机器后,即可顺利重装系统了;

2、硬盘安装:前提是,需要有一个可以正常运行的Windows系统,提取下载的ISO文件中的“*.GHO”和“安装系统.EXE”到电脑的非系统分区,然后运行“安装系统.EXE”,直接回车确认还原操作,再次确认执行自动安装操作。(执行前注意备份C盘重要资料!);

3.卸载win10自带电话怎么删除

要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。

如何卸载win10的自带应用 如何卸载win10的自带应用 2 打开了Windows PowerShell,就开始输入命令了 如何卸载win10的自带应用 3 要卸载OneNote,在里面输入 Get-AppxPackage *OneNote* | Remove-AppxPackage 可以复制,回车执行 如何卸载win10的自带应用 4 要卸载3D,输入 Get-AppxPackage *3d* | Remove-AppxPackage 5 要卸载Camera(相机),输入 Get-AppxPackage *camera* | Remove-AppxPackage 6 要卸载邮件和日历,输入 Get-AppxPackage *communi* | Remove-AppxPackage 7 要卸载新闻订阅,输入 Get-AppxPackage *bing* | Remove-AppxPackage 8 要卸载Groove音乐、电影与电视: Get-AppxPackage *zune* | Remove-AppxPackage 9 要卸载人脉,输入 Get-AppxPackage *people* | Remove-AppxPackage 10 要卸载手机伴侣(Phone Companion),输入 Get-AppxPackage *phone* | Remove-AppxPackage 11 要卸载照片,输入 Get-AppxPackage *photo* | Remove-AppxPackage 12 要卸载纸牌游戏,输入 Get-AppxPackage *solit* | Remove-AppxPackage 13 要卸载录音机,输入 Get-AppxPackage *soundrec* | Remove-AppxPackage 14 要卸载Xbox,输入 Get-AppxPackage *xbox* | Remove-AppxPackage 15 在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心! 如何卸载win10的自带应用 16 所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图: 如何卸载win10的自带应用 END 其他信息 卸载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-。

4.win10人脉是什么 什么才是真正的人脉

win10人脉是什么 什么才是真正的人脉 win10人脉是真正的人脉 方法/步骤 1 要卸载这些所有内置应用,就要用到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-AppxPackage 5 要卸载Camera(相机),输入 Get-AppxPackage *camera* | Remove-AppxPackage 6 要卸载邮件和日历,输入 Get-AppxPackage *communi* | Remove-AppxPackage 7 要卸载新闻订阅,输入 Get-AppxPackage *bing* | Remove-AppxPackage 8 要卸载Groove音乐、电影与电视: Get-AppxPackage *zune* | Remove-AppxPackage 9 要卸载人脉,输入 Get-AppxPackage *people* | Remove-AppxPackage 10 要卸载手机伴侣(Phone Companion),输入 Get-AppxPackage *phone* | Remove-AppxPackage 11 要卸载照片,输入 Get-AppxPackage *photo* | Remove-AppxPackage 12 要卸载纸牌游戏,输入 Get-AppxPackage *solit* | Remove-AppxPackage 13 要卸载录音机,输入 Get-AppxPackage *soundrec* | Remove-AppxPackage 14 要卸载Xbox,输入 Get-AppxPackage *xbox* | Remove-AppxPackage 15 在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心! 16 所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图: END 其他信息 卸载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 -。

如何删除win10中的人脉

转载请注明出处windows之家 » 如何删除win10中的人脉

win10

win10网络电脑账户密码忘了

阅读(106)

本文主要为您介绍win10网络电脑账户密码忘了,内容包括w10账户密码不记得了怎么办,windows10账户密码忘记了怎么办,win10账户密码忘记了怎么办。如果是普通账户密码忘了请用第一种方法。 方法(一) 重新启动电脑,启动到系统登录界面时,同时按住Ct

win10

win10显示卡重启

阅读(87)

本文主要为您介绍win10显示卡重启,内容包括win10一直卡在正在重新启动,win10更新后卡在“正在重新启动”,强行关机后也还是这样,怎么,win10一直卡在“正在重新启动”的界面。当我们对win10系统进行一些修改或者设置的时候,都会提示需要重启

win10

win10如何更改光驱盘符

阅读(77)

本文主要为您介绍win10如何更改光驱盘符,内容包括win10怎么把cd驱动器改盘符,windows下怎样更改驱动器盘符????,如何更改光驱的盘符!!!!!。以下资料供你参考,开始的和最后的内容能解答你的问题盘符 盘符是DOS、WINDOWS系统对于磁盘存储设备

win10

为什么win10设置会闪退

阅读(84)

本文主要为您介绍为什么win10设置会闪退,内容包括win10点击windows设置闪退怎么办,win10一点开设置就闪退?,window10笔记本打开设置后总闪退,以前从来没有过这种情况搜狗。win10一点开设置就闪退?在操作win10系统的时候,有些用户想要对系统中

win10

win10电脑登陆服务器失败怎么回事

阅读(91)

本文主要为您介绍win10电脑登陆服务器失败怎么回事,内容包括windows10登录器出现prosvc服务登录失败怎么办,win10电脑服务登录失败,win10版怎么登陆不了服务器。重新启动计算机开机时连续点击F8,选择进入安全模式。 2、开始-在搜索栏中输入s

win10

win10电脑加装硬盘不显示不出来

阅读(90)

本文主要为您介绍win10电脑加装硬盘不显示不出来,内容包括我想添加一个机械硬盘装好了可是开机没显示新硬盘怎么办搜狗,电脑系统是win10,电脑的外接硬盘不显示且打不开怎么办?,win10重装系统识别不了硬盘。电脑添加新硬盘,显示不出来解决方

win10

win10如何对c盘扩容

阅读(98)

本文主要为您介绍win10如何对c盘扩容,内容包括windows10c盘怎么增大空间,win10系统怎么给c盘增加空间,win10系统怎么给c盘增加空间。可以制作u启动U盘启动盘给C盘扩容。将做好u启动的u盘启动盘插入电脑usb接口,重启电脑,在出现logo画面时按下

win10

台式电脑win10刷机

阅读(123)

本文主要为您介绍台式电脑win10刷机,内容包括电脑windows10怎么刷机,电脑windows10怎么刷机,win10电脑怎么刷机恢复出厂设置。win10教程2018-08-08 17:24:33现在win10旗舰版操作系统越来越受欢迎,小伙伴也有的很热衷于刷机,那么对于一些小白

win10

win10网页显示问题吗

阅读(89)

本文主要为您介绍win10网页显示问题吗,内容包括win10网页部分图片不显示,win10系统的IE浏览器无法显示图片怎么办,电脑WIN10的系统,网页上图片显示不出来了,清理IE缓存和在浏览器。在Win10系统IE浏览器上出现无法显示图片的情况,原因可2113

win10

电脑配置高装win10怎么设置

阅读(93)

本文主要为您介绍电脑配置高装win10怎么设置,内容包括如何设置win10高级系统设置,新买的笔记本电脑很卡,可配置都很高,预装的是win10家庭版,怎么,台式机装win10需要怎样优化。Win10正式版已经是箭在弦上,将于本月底正式发布。最近有不少电脑

win10

win10背景显示黑色

阅读(85)

本文主要为您介绍win10背景显示黑色,内容包括Win10桌面背景变黑色怎么处理,win10系统桌面背景变成了黑色无法设置怎么办,Win10桌面背景变黑色怎么处理。桌面是操作电脑的第一视窗,因此很多用户都会将自己喜欢的图片设置为桌面壁纸,这样可以让

win10

win10怎么安装发票机

阅读(69)

本文主要为您介绍win10怎么安装发票机,内容包括win10能安装财务开票系统吗,win10可以装税控系统吗,税控发票开票软件v2.1.30.170612能在win10上安装吗。原发布者:花开若相依980税控发票开票软件(金税盘版)安装说明请收到开票软件安装程序后,按

win10

win10修改显示卡属性

阅读(118)

本文主要为您介绍win10修改显示卡属性,内容包括Windows10怎么调节显示卡属性和显示卡选项?,Windows10怎么调出来显示卡属性和显示卡选项啊?玩打游戏不调高性,Windows10系统如何提高显卡性能。使用键盘的快捷键“Win+R”唤出“运行”窗口,并

win10

win10安装3dm运行库

阅读(193)

本文主要为您介绍win10安装3dm运行库,内容包括win10运行库怎么安装,win10运行库怎么安装,win10需要安装哪些运行库。1 确认安装路径没有中文2 win+x+y打开系统, 点击高级系统设置→环境变量,依次双击TEMP和TMP,将变量值修改为C:\TEMP

win10

为什么win10设置会闪退

阅读(84)

本文主要为您介绍为什么win10设置会闪退,内容包括win10点击windows设置闪退怎么办,win10一点开设置就闪退?,window10笔记本打开设置后总闪退,以前从来没有过这种情况搜狗。win10一点开设置就闪退?在操作win10系统的时候,有些用户想要对系统中

win10

win10如何更改光驱盘符

阅读(77)

本文主要为您介绍win10如何更改光驱盘符,内容包括win10怎么把cd驱动器改盘符,windows下怎样更改驱动器盘符????,如何更改光驱的盘符!!!!!。以下资料供你参考,开始的和最后的内容能解答你的问题盘符 盘符是DOS、WINDOWS系统对于磁盘存储设备

win10

win10显示卡重启

阅读(87)

本文主要为您介绍win10显示卡重启,内容包括win10一直卡在正在重新启动,win10更新后卡在“正在重新启动”,强行关机后也还是这样,怎么,win10一直卡在“正在重新启动”的界面。当我们对win10系统进行一些修改或者设置的时候,都会提示需要重启

win10

win10网络电脑账户密码忘了

阅读(106)

本文主要为您介绍win10网络电脑账户密码忘了,内容包括w10账户密码不记得了怎么办,windows10账户密码忘记了怎么办,win10账户密码忘记了怎么办。如果是普通账户密码忘了请用第一种方法。 方法(一) 重新启动电脑,启动到系统登录界面时,同时按住Ct

win10

win10系统施乐复印机怎样扫描设置

阅读(98)

本文主要为您介绍win10系统施乐复印机怎样扫描设置,内容包括麻烦问一下,施乐7855怎么扫描,电脑系统win10的,win10如何设置施乐6500扫描,windows10里打印机怎么扫描。先用USB连接线,连接电脑和复印机。2、在电脑上安装好打印、扫描的驱动程序

win10

win10如何对c盘扩容

阅读(98)

本文主要为您介绍win10如何对c盘扩容,内容包括windows10c盘怎么增大空间,win10系统怎么给c盘增加空间,win10系统怎么给c盘增加空间。可以制作u启动U盘启动盘给C盘扩容。将做好u启动的u盘启动盘插入电脑usb接口,重启电脑,在出现logo画面时按下

win10

win10电脑加装硬盘不显示不出来

阅读(90)

本文主要为您介绍win10电脑加装硬盘不显示不出来,内容包括我想添加一个机械硬盘装好了可是开机没显示新硬盘怎么办搜狗,电脑系统是win10,电脑的外接硬盘不显示且打不开怎么办?,win10重装系统识别不了硬盘。电脑添加新硬盘,显示不出来解决方

win10

win10电脑登陆服务器失败怎么回事

阅读(91)

本文主要为您介绍win10电脑登陆服务器失败怎么回事,内容包括windows10登录器出现prosvc服务登录失败怎么办,win10电脑服务登录失败,win10版怎么登陆不了服务器。重新启动计算机开机时连续点击F8,选择进入安全模式。 2、开始-在搜索栏中输入s