Thursday, July 21, 2016

Remove Guest Session From Ubuntu 14.04 Login Screen

Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run the command below to edit the config file:

Open /etc/lightdm/lightdm.conf file from your terminal using the following command:

sudo -H gedit /etc/lightdm/lightdm.conf

If the file exists, then just add the following line:

allow-guest=false

Save the file and exit the editor. Reboot your system,