Removing NX User from MacOS Ventura Lock Screen

Forum / NoMachine for Mac / Removing NX User from MacOS Ventura Lock Screen

  • This topic has 3 replies, 2 voices, and was last updated 1 year ago by zaq.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43204
    Nairb
    Participant

    Cannot seem to find the guidance that works to get rid of the NX user from the lock screen….please help? I have seen a comment somewhere in another of your posts that it is not actually supposed to show, but it does!

    Thanks!
    Brian

    #43297
    zaq
    Participant

    Hello Nairb,

    Is it fresh installation of NoMachine?

    Did you do a MacOS update last time?

    Could you create a compressed tar.gz archive of the
    /Library/Application Support/NoMachine/var/log directory
    and send to forum[at]nomachine[dot]com.

    Please also check output of this command:
    defaults read /Library/Preferences/com.apple.loginwindow HiddenUsersList | grep nx

    Anyway you can try to hide the user by running;

    sudo /usr/bin/defaults write /Library/Preferences/com.apple.loginwindow HiddenUsersList -array-add nx

    #43305
    Nairb
    Participant

    I have attached a tar file of the log directory.

    The result of the “defaults ~” command line was “nx”

    The sudo command was run before with no results and I ran it again as you specified and it did not remove the user. It shows as “Other” on the opening boot up sign in screen.

    I am using the most recently downloaded versions of NoMachine as well as MacOs.

     

    Thanks for your help!

     

     

    Attachments:
    #43452
    zaq
    Participant

    Hello,

    Unfortunately in the logs package there is missing nxinstall.log. The log file tell us more what happened wrong
    during installation. But now you have hidden user nx. We cannot disable “Other Users” option in NoMachine
    installation process but you can do it yourself by using command in your terminal. To disable “Other Users”
    option please type:

    sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool FALSE

    If you want to enable it back use:
    sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool TRUE

Viewing 4 posts - 1 through 4 (of 4 total)

This topic was marked as solved, you can't post.