0

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?

1 Answers1

2

Just remove config file which you created before:

sudo rm /etc/lightdm/lightdm.conf.d/50-no-guest.conf
IvanBayan
  • 61
  • 2