-
-
Notifications
You must be signed in to change notification settings - Fork 150
Disable Autostart
Umberto Baldi edited this page Feb 1, 2021
·
4 revisions
- Type "Task Manager in the Windows Search Bar"
2. Select the Startup tab
3. Select the autostart file
4. Disable it
- Open Finder, click on Go menu, select 'Go to Folder'
2. Type the directory containing the autolauncher file, change with your Mac username, by default the directory is /Users/username/Library/LaunchAgents
3. Select the ArduinoCreateAgent.plist file
4. Right click on the file name and select 'Move to Trash'
The command line way:
$ launchctl unload ~/Library/LaunchAgents/ArduinoCreateAgent.plist
- Show hidden files
2. Select the .config dir in your home
3. Select the autostart dir
4. Move the file to the trash
The command line way:
Just remove the autostart file in your desktop manager, in Ubuntu is:
$ rm $HOME/.config/autostart/arduino-create-agent.desktop
To start manually the agent you can open the file at:
$ nohup $HOME/ArduinoCreateAgent/Arduino_Create_Agent &
or in the location selected during the installation