Forum Discussion
rafisyed394
Mar 14, 2022Copper Contributor
camera is not working
KapilArya
Mar 14, 2022MVP
Hello,
Try re-registering Camera app. Perform these steps:
1. Search for Windows PowerShell using Cortana or Windows Search.
2. From results, right click on Windows PowerShell and select Run as administrator.
3. Then type following command and press Enter key:
Get-AppxPackage -allusers Microsoft.WindowsCamera | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Let the command complete.
4. Close Windows PowerShell and check Camera app, it should work fine now.
Let us know if this helps!
Try re-registering Camera app. Perform these steps:
1. Search for Windows PowerShell using Cortana or Windows Search.
2. From results, right click on Windows PowerShell and select Run as administrator.
3. Then type following command and press Enter key:
Get-AppxPackage -allusers Microsoft.WindowsCamera | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Let the command complete.
4. Close Windows PowerShell and check Camera app, it should work fine now.
Let us know if this helps!