1.华硕 win10自带的照相机显示不了图像,卸载后能再装吗
目前华硕笔记本出厂大部分搭配了windows 10系统,windows 10系统中可通过在系统中开启相机及更新摄像头驱动开启摄像头。
一、首先确认下相机是否开启:在搜索框输入【隐私】,选择【相机隐私设置】,在弹出窗口点击【相机】,将“允许应用使用我的相机”设为【开】。二、如果还是无法使用,WIN10的摄像头驱动又是系统自驱的,该怎么办呢?1、可以右击开始菜单进入【设备管理器】,双击【图像设备】,右击摄像头设备选择【卸载】,按提示完成并重启;2、或者选择【更新驱动程序软件】,点击【自动搜索更新的驱动程序软件】,按提示完成并重启。
通过以上操作后就可以正常开启windows 10系统中的摄像头了。
2.我把win10 系统自带的相机软件给删了,还能找回来吗
在搜索中输入 PowerShell 后,在第一项点击右键,选择“以管理员身份运行”。
在PowerShell中输入以下命令后回车(可直接复制粘贴):
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - -Register "$($_.InstallLocation)\AppXManifest.xml"}
回车,等待命令执行完毕 ,重启电脑。试试是不是回来了。
3.如何卸载之后重新安装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。
4.win10系统平板的摄像头驱动被删了怎了个办
Win10正式版摄像头在哪里呢?
点击桌面左下角的“Cortana”语音搜索助手,输入“xiangji”即可从搜索结果中找到“相机”应用程序。
此外,还有一种开启Win10摄像头的方法,就是依次点击“Windows”按钮-“所有程序”-“相机”项来开启摄像头。
打开“相机”程序后,如果弹出“允许访问摄像头和麦克风”提示窗口中,点击“设置”按钮。
此时将打开“隐私”窗口,在此开启“允许应用使用我的摄像头”功能。如图所示:
此外,我们还可以针对不同的应用程序设置是否允许使用摄像头操作:从“选择能够使用你的相机的应用”列表中,开启对应应用右侧的开关即可允许相关应用使用相机。
如果我们所运行的应用需要访问摄像头,但是没有弹出以上所描述的“允许访问摄像头和麦克风”提示窗口时该如何操作呢?
点击桌面左下角的“Windows”按钮,从其扩展面板中点击“设置”按钮。
接着从打开的“设置”界面中,找到“隐私”项点击进入,此时将进入“相机”权限设置界面。
安装摄像头驱动方法:
当然如果摄像头驱动未正确安装,也会导致摄像头无法正常使用。通常情况下,Win10正式版系统能够识别绝大多数硬件设备(包括摄像头),当无法正常安装摄像头驱动时,我们可以借此“驱动人生”来安装摄像头驱动。
安装并运行“驱动人生”程序,待完成了对本机的硬件驱动检测操作后,切换到“外设驱动”选项卡,在此界面中就可以安装摄像头驱动啦。
此外还有一种情况,就是在禁用USB接口的情况下,摄像头可能无法正常工作。由于目前大部分摄像头都采用USB接口形式,因此必须确保电脑USB接口未处于禁用状态。建议大家直接从百度中搜索下载“大势至USB监控系统”。
安装并运行此工具后,按“Alt+F2”唤醒程序主界面,从其主界面中勾选“恢复USB存储设备、蓝牙或手机等设备的正常使用”项。
此外,我们还可以根据自己的实际需要,选择相关项进行禁用或启用操作。此软件还可以实现“操作系统控制”、“端口控制”以及“智能设备及网络控制功能”。
转载请注明出处windows之家 » win10删除相机后重新安装