public static void SetAssociation(string[] extensions, string id, string description, string exePath, string iconPath) { if (PlatformInfo.System.OperatingSystem == ModernOperatingSystem.WindowsDesktop) { WindowsRegistry.SetAssociation(extensions: extensions, id: id, description: description, exePath: exePath, iconPath: iconPath); } }