|
| 1 | +# Disable Autostart |
| 2 | +=================== |
| 3 | + |
| 4 | +# Windows |
| 5 | +1. Type "Task Manager in the Windows Search Bar" |
| 6 | + |
| 7 | + |
| 8 | +2. Select the Startup tab |
| 9 | + |
| 10 | + |
| 11 | +3. Select the autostart file |
| 12 | + |
| 13 | + |
| 14 | +4. Disable it |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | +# Mac OSX |
| 19 | +1. Open Finder, click on Go menu, select 'Go to Folder' |
| 20 | + |
| 21 | + |
| 22 | +2. Type the directory containing the autolauncher file, change <username> with your Mac username, by default the directory is /Users/username/Library/LaunchAgents |
| 23 | + |
| 24 | + |
| 25 | +3. Select the ArduinoCreateAgent.plist file |
| 26 | + |
| 27 | + |
| 28 | +4. Right click on the file name and select 'Move to Trash' |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +--- |
| 33 | +The command line way: |
| 34 | +``` |
| 35 | +$ launchctl unload ~/Library/LaunchAgents/ArduinoCreateAgent.plist |
| 36 | +``` |
| 37 | + |
| 38 | +# Linux |
| 39 | +1. Show hidden files |
| 40 | + |
| 41 | + |
| 42 | +2. Select the .config dir in your home |
| 43 | + |
| 44 | + |
| 45 | +3. Select the autostart dir |
| 46 | + |
| 47 | + |
| 48 | +4. Move the file to the trash |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +--- |
| 53 | +The command line way: |
| 54 | + |
| 55 | +Just remove the autostart file in your desktop manager, in Ubuntu is: |
| 56 | +``` |
| 57 | +$ rm $HOME/.config/autostart/arduino-create-agent.desktop |
| 58 | +``` |
| 59 | +To start manually the agent you can open the file at: |
| 60 | +``` |
| 61 | +$ nohup $HOME/ArduinoCreateAgent-1.1/Arduino_Create_Bridge & |
| 62 | +``` |
| 63 | +or in the location selected during the installation |
0 commit comments