So I’m working on a project that requires that we create a custom URL Protocol so that when users click on a link in the web browser, an agent on their machine opens a file in the appropriate application on their computer from a network share inside of the corporation. For example, say they click on a link to a PDF in their browser that’s at path \\MyServer\Files\MyPdfFile.... This agent will launch the file using Process.Start(“\\MyServer\F... and the OS takes over, Adobe’s products ......