Enables or Disables auto-start.
When auto-start is enabled, the application is loaded when windows starts.
To enable auto-start, the file _shortcut.lnk is copied from the application folder to the windows auto-start menu.
This function can be called from MioScript with mio_openAtStartup.
To check if the auto-start feature is enabled, uses mio_data_get:
isOpenAtStartup = mio_data_get("OPEN_AT_STARTUP", false) |
|