Follow the following steps in the terminal
sudo -i
gedit /etc/lightdm/lightdm.conf
If you don't find above line then:
sudo gedit /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf
Add the following line and save
allow-guest=false
Then reboot the machine
sudo -i
gedit /etc/lightdm/lightdm.conf
If you don't find above line then:
sudo gedit /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf
Add the following line and save
allow-guest=false
Then reboot the machine
Comments
Post a Comment