开源的自启动设置小工具,跨平台,使用方式统一,兼容 windows、mac、linux 桌面版,特别适用于需要开机启动的跨平台程序调用,实现自启动,屏蔽了麻烦的平台判断和启动方法研究。
On linux and mac , the command is autostart. On windows , the command is autostart.exe.
_ linux &mac_
autostart enable -k "demokey" -n "my demo application" -c "echo \"autostart\">~/autostart.txt"
help:
autostart enable --help
_ windows_
autostart.exe enable -k test -n test -c "c:\\windows\explorer.exe c:"
autostart.exe enable --help
2.Disable Application autostart.
autostart disable -k "demokey"
autostart disable --help
autostart.exe disable -k "demokey"
autostart.exe disable --help