打包vb程序,想让其在系统开机后自动运行,在sf的安装之后,onpreload中写入
Registry.SetValue(HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "check", _AppFolder .. "\check.exe", REG_SZ); Re
Registry.SetValue(HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "check", _AppFolder .. "\check.exe", REG_SZ); Re