how to uninstall photos app in windows 10 code example
Example: how to uninstall photos app in windows 10
Get-AppxPackage *photos* | Remove-AppxPackage
Run this command with Powershell (Administrator)
Get-AppxPackage *photos* | Remove-AppxPackage
Run this command with Powershell (Administrator)