Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 15356  / 3 Years ago, sat, june 12, 2021, 1:46:36

In the login screen, I see Guest Session and Remote Login.



I don't want these option, How can i remove them from my system and login screen both.


More From » 13.04

 Answers
1

For Guest Session:



For Remote Login:



  1. Open a terminal.



  2. Run the following commands:


    sudo -i                           # to have root privileges
    gedit /etc/lightdm/lightdm.conf # to edit /etc/lightdm/lightdm.conf file


  3. Add this line to the end of the file:


    greeter-show-remote-login=false


  4. Save the file and close it.



  5. Restart lightdm service (from tty1 with sudo service lightdm restart) or restart computer.




[#29677] Sunday, June 13, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
kilusy

Total Points: 171
Total Questions: 110
Total Answers: 128

Location: Cayman Islands
Member since Sat, Dec 5, 2020
3 Years ago
;