AnyDesk runs in Ubuntu startup and I couldn't find any setting in order to disable it in its settings. How can I disable AnyDesk autostart?
Asked
Active
Viewed 6.8k times
3 Answers
146
I've found the following approach to disable the AnyDesk service. In this way, you can run it manually.
systemctl disable anydesk.service
You can also check its service status:
systemctl status anydesk
nb: you might want to stop it first (or after) if it is running:
service anydesk stop
Benyamin Jafari
- 4,234
- 4
- 27
- 37
0
go to the .anydesk/ path(for example: mine is /home/pyruz/.anydesk), find autostart.conf and delete it. just this.
anydesk version: 6.1.1 , ubuntu version: 22.04 LTS
0
For 24.04 you can delete /home/username/.config/autostart/anydesk_global_tray.desktop
It does not show up in the autostart list via apps. I don't know if this is a failing of the app or whether it is not recognising the desktop file as an executable.
Kimbo
- 1