I have removed the guest account from the command-line using the command
sudo sh -c 'printf "[Seat:*]\nallow-guest=false\n" >/etc/lightdm/lightdm.conf.d/50-no-guest.conf'
How can I restore the guest account?
I have removed the guest account from the command-line using the command
sudo sh -c 'printf "[Seat:*]\nallow-guest=false\n" >/etc/lightdm/lightdm.conf.d/50-no-guest.conf'
How can I restore the guest account?
Just remove config file which you created before:
sudo rm /etc/lightdm/lightdm.conf.d/50-no-guest.conf