Solution to FIX THE CAMERA ON PREDATOR HELIOS 300( PH315-51)?

System
System Member Posts: 4,569 Seasoned Practitioner WiFi Icon
edited November 2023 in 2020 Archives
This discussion was created from comments split from: HOW CAN I FIX THE CAMERA ON PREDATOR HELIOS 300( PH315-51)?.

Best Answer

  • ManthanAdmane
    ManthanAdmane Member Posts: 1 New User
    Answer ✓
    After hours of searching this is what makes it work for me. Basically just delete and reinstall the camera app using command prompt (admin) 

    Uninstall command- 
    Get-AppxPackage Microsoft.WindowsCamera | Remove-AppxPackage

    Reinstall command-
    Get-AppxPackage -allusers Microsoft.WindowsCamera | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Answers

  • ManthanAdmane
    ManthanAdmane Member Posts: 1 New User
    Answer ✓
    After hours of searching this is what makes it work for me. Basically just delete and reinstall the camera app using command prompt (admin) 

    Uninstall command- 
    Get-AppxPackage Microsoft.WindowsCamera | Remove-AppxPackage

    Reinstall command-
    Get-AppxPackage -allusers Microsoft.WindowsCamera | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
This discussion has been closed.