.
-
-
03/26/2023
Switch RaspbeeryPi between CMD/GUI
Writing about Switch RaspbeeryPi between CMD/GUI for educational and informational purposes only. however, do not hesitate to use this information on your own risk as we make no warranty of any kind.
How to change between command line and desktop interface for your Raspberry Pi
From the desktop GUI, open terminal, type sudo raspi-config
and hit Enter
Go to (Boot Options) --> Desktop/CLI --> Choose Console or Desktop
You can choose auto login or require manual login from the options. With auto login, you will be automatically logged while with the manual login you will need to enter the username and password to login.
Save and restart.
You can follow the same steps if you are on the CMD and want to swtch to the GUI desktop type sudo raspi-config
and hit Enter