C#设置应用程序开机自启

    技术2022-07-17  72

    RegistryKey rk = Registry.LocalMachine; RegistryKey rk2 = rk.CreateSubKey(@"Software\Microsoft\Windows\CurrentVersion\Run"); rk2.SetValue("SQZ_ExportOrder", path); rk2
    Processed: 0.010, SQL: 9