How to disable the Crowpi2 software from autostart at bootup?

edited April 2021 in Raspberry Pi & CrowPi

Remove the 1.desktop file from the ~/pi/.config/autostart folder.

  1. Press Ctrl+Alt+T, a new Terminal window appears.
  2. At the command prompt, type mv ~/pi/.config/autostart/1.desktop ~/ and press Enter.

Note: If you change your mind later, just move the file back into the ~/pi/.config/autostart folder.

Tagged:

Comments

  • Had no success with the posted link. Went to the autostart folder and found CrowPanel. Should I substitute this file for 1.desktop?

  • Hello @gilwood ,

    You only need to move the 1.desktop file out of the  home/pi/.config/autostart folder.

    There's a mistake in the command posted before. You should run mv home/pi/.config/autostart/1.desktop ~/ or mv ~/.config/autostart/1.desktop ~/ in the terminal.

    After that the 1.desktop file will be moved to /home/pi directory. Then reboot the CrowPi2, the software will not automatically start any more.


    PS. You can click "menu"→"Education"→"CrowPi2" to start the software.

Sign In or Register to comment.