how to uninstall photos app in windows 10

C++
Get-AppxPackage *photos* | Remove-AppxPackage

Run this command with Powershell (Administrator)
Source

Also in C++: