关闭anydesk自启动
Tofloor
poster avatar
181******96
deepin
2019-02-22 16:51
Author
装了anydesk,这软件每次开机都要自启动,关不了。
在~.config/autostart下面删除后,anydesk的图标又变成了自启动,关闭自启动后,~.config/autostart又出现了。

有什么办法可以一劳永逸


Reply Favorite View the author
All Replies
avatar
electricface
deepin
2019-02-22 21:46
#1
去 /etc/xdg/autostart 删除 anydesk 的 desktop 文件
Reply View the author
avatar
181******96
deepin
2019-02-23 07:14
#2
照这个方法也删除了,还是一样的要启动,打开/etc/xdg/autostart还是有,手动关闭anydesk,/etc/xdg/autostart有没有了,真是见鬼了
Reply View the author
avatar
superendermansm
deepin
2019-03-03 17:12
#3
dragonman2008 发表于 2019-2-22 23:14
照这个方法也删除了,还是一样的要启动,打开/etc/xdg/autostart还是有,手动关闭anydesk,/etc/xdg/autost ...

见证Linux第一个流氓软件
Reply View the author
avatar
canmei
deepin
2019-03-03 18:47
#4
在我的电脑上,也是这个软件 删除不了开机启动。
Reply View the author
avatar
life_is_sweet
deepin
2019-04-12 10:43
#5
本帖最后由 life_is_sweet 于 2019-4-12 02:49 编辑

看anydesk 的deb 安装包内的shell 脚本,只需三条指令:
sudo rm -rf ~/.config/autostart/anydesk
sudo update-rc.d -f anydesk remove
sudo rm -rf /etc/systemd/system/anydesk.service

--------------

记得点赞~


Reply View the author
Comments
hmjhmj55
2019-07-21 05:10
太棒了 解决问题
avatar
hmjhmj55
deepin
2019-07-21 05:11
#6
https://bbs.deepin.org/post/174957
看anydesk 的deb 安装包内的shell 脚本,只需三条指令:
sudo rm -rf ~/.config/autostart/anydesk
sudo upd ...

点评和回复有啥区别呀。我的是15.11系统。O(∩_∩)O谢谢
Reply View the author
avatar
hmjhmj55
deepin
2019-07-21 05:30
#7
https://bbs.deepin.org/post/174957
看anydesk 的deb 安装包内的shell 脚本,只需三条指令:
sudo rm -rf ~/.config/autostart/anydesk
sudo upd ...

点评和回复有啥区别呀。我的是15.11系统。O(∩_∩)O谢谢
Reply View the author