Autostart 1.0 released, a cross-platform autostart setting tool

[Tencent Cloud] 0 basic website template starting from 9 yuan! >>>  

autostart 1.0 is released.

Autostart is an open source self-starting setting gadget, cross-platform, unified in use, compatible with windows, mac, linux desktop versions, especially suitable for cross-platform program calls that need to be booted, realize self-start, shield the troublesome platform judgment and startup method research.

Usage

On linux and mac , the command is autostart.
On windows , the command is autostart.exe.

1.Enable Application autostart.

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:"

help:

autostart.exe enable --help

2.Disable Application autostart.

linux&mac

autostart disable -k "demokey"

help:

autostart disable --help

windows

autostart.exe disable -k "demokey"

help:

autostart.exe disable --help

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324896568&siteId=291194637