• 周三. 4 月 22nd, 2026

物嫩软件资讯网

软件资讯来物嫩

C#调用迅雷下载,调用迅雷影音播放

admin@wunen

6 月 13, 2025

方法很多种,这里介绍一种,通过命令行参数调用。

try
            {
                string thunderPath = Registry.LocalMachine.OpenSubKey("SOFTWARE\\Classes\\thunder\\DefaultIcon").GetValue("").ToString().Split(',')[0];
                Process.Start(thunderPath, "http://www.baidu.com/abc.exe");
            }
            catch (Exception ex)
            {
                
                throw new Exception("未安装迅雷");
            }

这是调用迅雷的,由于我本机没有安装迅雷影音,所以就不贴代码了 ,和上面的差不多

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注