WinForm程序开机自动启动,并自动登录进入主界面

一。wimform如何设置开机自动启动 在项目的Program.cs 第一种方式: /// /// 开机自启 /// public static void Fun_AutoStart(bool isAutoRun = true) { try { string path = Application.ExecutablePath; RegistryKey rk = Registry.LocalMach
相关文章
相关标签/搜索