I have found the solution.
You have to run following commandlets in powershell.
1)Set-ExecutionPolicy Unrestricted
2)Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
We have this problem with old version of Microsoft Raw Image Extension and VP9 Video Extension, even after we updated them, the old versions can be detected as installed. And when we tried to uninstall them, they remaine detected as installed. We had this problem with MS Paint 3D and when we used this command powershell -nop -ep bypass -c "Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register \"$($_.InstallLocation)\AppXManifest.xml\"}"
it helped and fixed the problem.
Thanks for reply.
I have found the solution.
You have to run following commandlets in powershell.
1)Set-ExecutionPolicy Unrestricted
2)Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}