我在我的電腦,調用該應用程序上註冊自定義協議處理程序被添加: string prefix = "runapp://";
// The name of this app for user messages
string title = "RunApp URL Protocol Handler";
// Verify the command line argu
因此,我創建了一個URL協議以使用命令參數運行應用程序。 這裏是我的代碼: using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using Microsoft.Win32;