1.win10自带相机卸载了怎么办
如下的回答请参考:
1. 在搜索中输入 PowerShell 后,在第一项点击右键,选择“以管理员身份运行”。
2. 在PowerShell中输入以下命令后回车(可直接复制粘贴):
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register "$($_.InstallLocation)\AppXManifest.xml"}
3. 回车,等待命令执行完毕 ,重启电脑。试试是不是回来了。
2.Win10内置的照片应用怎么卸载
具体方法如下:
1、首先可以鼠标右键点击左下方的win10图标,弹出下拉菜单,在下拉菜单里找到【运行】功能选项,如下图所示。
2、点击运行选项,弹出运行对话窗口,在输入框内输入powershell命令,powershell是windows系统的脚本运行程序,如下图所示。
3、输入powershell命令之后点击【确定】按钮,进入到windows powershell命令界面,如下图所示。
4、在命令输入选项里输入get-appxpackage *photo*命令,该命令的意思就是查找windows系统下照片应用程序的包文件,如下图所示。
5、接下来点击回车键,在windows powershell界面里显示照片应用程序,找到package full name下的地址并复制,Microsoft.Windows.Photos_15.1208.10480.0_x64__8wekyb3d8bbwe,如下图所示。
6、接下来在命令输入框里输入remove-appxpackage Microsoft.Windows.Photos_15.1208.10480.0_x64__8wekyb3d8bbwe,如下图所示。
7、接下来点击回车键,弹出操作进程已初始化,此时点击左下方的win10图标,可以发现照片应用程序应成功从电脑上删除,如下图所示。
3.win10自带相机卸载了怎么办
如下的回答请参考: 在搜索中输入 PowerShell 后,在第一项点击右键,选择“以管理员身份运行”。
在PowerShell中输入以下命令后回车(可直接复制粘贴):Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register "$($_.InstallLocation)\AppXManifest.xml"}回车,等待命令执行完毕 ,重启电脑。试试是不是回来了。
4.win10自带软件哪些可以卸载 怎么卸载win10自带程序软件
1、输入“PowerShell”并回车,找到“PowerShell”并以管理员身份运行。2、获取应用程序清单:输入“Get-AppxPackage -User
username”username是你的用户名。
如:Get-AppxPackage -User radar
Get-AppxPackage获取应用程序清单:输入:输入“Get-AppxPackage
-User username”username是你的用户名。
如:Get-AppxPackage -AllUsers 获取所有用户安装的应用程序
Get-AppxPackage -User radar 获取我电脑指定用户名安装的应用程序
3、复制所需应用程序完整名称(PackageFullName):如卸载Windows
10中的‘卸载了自带视频应用(Microsoft.ZuneVideo),找到:Microsoft.ZuneVideo_3.6.12101.0_x64__8wekyb3d8bbwe,选中点下右键就复制了
4、使用指令remove-appxpackage
[应用程序完整名称] 卸载:,如卸载Windows 10中的‘卸载了自带视频应用:Remove-AppxPackage
Microsoft.ZuneVideo_3.6.12101.0_x64__8wekyb3d8bbwe
Windows 10预装应用删除的命令汇总:
1、OneNote:
Get-AppxPackage *OneNote* | Remove-AppxPackage
2、3D:
Get-AppxPackage *3d* | Remove-AppxPackage
3、Camera相机:
Get-AppxPackage *camera* | Remove-AppxPackage
4、邮件和日历:
Get-AppxPackage *communi* | Remove-AppxPackage
5、新闻订阅:
Get-AppxPackage *bing* | Remove-AppxPackage
6、Groove音乐、电影与电视:
Get-AppxPackage *zune* | Remove-AppxPackage
7、人脉:
Get-AppxPackage *people* | Remove-AppxPackage
8、手机伴侣(Phone Companion):
Get-AppxPackage *phone* | Remove-AppxPackage
9、照片:
Get-AppxPackage *photo* | Remove-AppxPackage
10、纸牌游戏(还敢要钱的那货):
Get-AppxPackage *solit* | Remove-AppxPackage
11、录音机:
Get-AppxPackage *soundrec* |
Remove-AppxPackage
12、Xbox:
5.如何彻底卸载win10自带应用
右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就单击开始菜单中的“所有应用”。
要卸载OneNote,在里面输入
Get-AppxPackage *OneNote* | Remove-AppxPackage
可以复制,回车执行,输入
Get-AppxPackage *3d* | Remove-AppxPackage
要卸载Camera(相机),输入
Get-AppxPackage *camera* | Remove-AppxPackage
要卸载邮件和日历,输入
Get-AppxPackage *communi* | Remove-AppxPackage
要卸载新闻订阅,输入
Get-AppxPackage *bing* | Remove-AppxPackage
要卸载Groove音乐,然后找到Windows Power Shell的文件夹要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,输入
Get-AppxPackage *soundrec* | Remove-AppxPackage
要卸载Xbox,输入
Get-AppxPackage *xbox* | Remove-AppxPackage
15
在卸载Xbox的时候,会提示有很多错误:
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 *soundrec* | Remove-AppxPackage
Xbox,其实已经被卸载:
Get-AppxPackage *xbox* | Remove-AppxPackage
卸载Xbox后出现的提示。
卸载Windows 10的命令。
要卸载3D,就打开了。
打开了Windows PowerShell,输入命令:
Get-AppxPackage *OneNote* | Remove-AppxPackage
3D:
Get-AppxPackage *3d* | Remove-AppxPackage
Camera相机:
Get-AppxPackage *camera* | Remove-AppxPackage
邮件和日历:
Get-AppxPackage *solit* | Remove-AppxPackage
录音机、电影与电视:(正常现象:
Get-AppxPackage *phone* | Remove-AppxPackage
照片:
Get-AppxPackage *photo* | Remove-AppxPackage
纸牌游戏:
OneNote:
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
要卸载录音机
6.如何卸载win10的自带应用
启动Windows PowerShell(可搜索,用cortana),输入命令:
移除Windows 10预安装应用的命令:
Remove 3D from Windows 10(卸载win10自带3D Builder)
Get-AppxPackage*3d*|Remove-AppxPackage
Remove Camera from Windows 10(卸载win10自带相机应用)
Get-AppxPackage*camera*|Remove-AppxPackage
Remove Mail and Calendar from Windows10(卸载win10自带邮件和日历应用)
Get-AppxPackage*communi*|Remove-AppxPackage
Remove Money, Sports, News andWeather from Windows 10(卸载win10自带财经新闻、体育新闻以及天气软件)
Get-AppxPackage*bing*|Remove-AppxPackage
Remove Groove Music and Film& TV from Windows 10(卸载win10自带音乐播放器、视频播放器以及电视应用)
Get-AppxPackage*zune*|Remove-AppxPackage
Remove People from Windows 10(卸载win10自带联系人应用)
Get-AppxPackage*people*|Remove-AppxPackage
Remove Phone Companion fromWindows 10(卸载win10自带手机伴侣)
Get-AppxPackage*phone*|Remove-AppxPackage
Remove Photos from Windows 10(卸载win10自带看图软件)
Get-AppxPackage*photo*|Remove-AppxPackage
Remove Solitaire Collection fromWindows 10(卸载win10自带微软纸牌游戏)
Get-AppxPackage*solit*|Remove-AppxPackage
Remove Voice Recorder fromWindows 10(卸载win10自带录音机软件)
Get-AppxPackage *soundrec*|Remove-AppxPackage
Remove Xbox from Windows 10(卸载win10自带XBOX)
Get-AppxPackage*xbox*|Remove-AppxPackage
卸载OneNote
Get-AppxPackage *OneNote* |Remove-AppxPackage
卸载人脉
Get-AppxPackage *people* |Remove-AppxPackage
不过千万记住,Windows10系统这些系统服务不能动!
使用win10有一段时间了,其中也用过诸如腾讯电脑管家、软媒魔方等工具对开机启动项进行过优化,多数时候都没出现问题,但最近几次优化使系统出现了各种问题。现在来总结一下,win10的那些服务项目不能动,不能禁止开机启动,不能关闭后台驻留。
CoreMessaging:重要进程,关键系统进程,禁用后无法进入系统,ctrl+alt+del键都无效;
Task Scheduler:windows系统任务调度程序,系统的每一步动作都是通过它来安排进行的,可见其重要性,禁用后很多正常使用电脑必须的基础工具都会无法启动,包括输入法、独立驱动程序等等;
System Events Broker:禁用后,网卡属性看不到任何内容,无法修改IP,同时会导致TaskScheduler服务无法启动;
Windows Connection Manager:禁用后,任务栏网络指示器会打xx
Tile Data model server:禁用后一直卡在欢迎界面,ctrl+alt+del可以进入桌面,但Win10默认的开始菜单点不出来。
win10使用中,其他项目将逐渐添加。
7.怎么彻底卸载win10自带应用
win10自带了好多应用,有些看起来不错,其实用起来不太方便哈(我的个人感觉),我们都更喜欢第三方应用,所以我们就来看看如何卸载这些自带应用。
如图,是卸载完成后的Windows PowerShell:工具/原料 Windows PowerShell 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-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 其他信息1 卸载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-AppxPackage2 卸载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 。
转载请注明出处windows之家 » 如何卸载win10相机