Remove guest session from login screen |
Many times we prefer more personal with our ubuntu computers. Also there are required situation which needs to be disabled the guest session which has given by default. In windows we have to switch on the guest account or have to create it but it is been by default in ubuntu. Hence this simple read-out will help you to disable the guest session.
Open the terminal and paste the below line
sudo gedit /etc/lightdm/lightdm.conf
When the file will open make some edit there, add this particular line at the end of the text file
allow-guest=false
Enjoy it all !!