I have a file explorer project, it could display all of the files in treeview, some files are .ps1 files, when user click it, I want to use PowerShell ISE to open it. When I use
Process.Start(filePath)
it always opened with Notepad. Anyone can help?