When I want to open a file with its default application I simply use:
ProcessStartInfo startInfo = new ProcessStartInfo() { FileName = filePath, Worki