Deny Multiple user logon

Mike 1 Reputation point
2022-01-17T22:54:29.47+00:00

Hi ,
I have a situation where user logon while application is running on another user profile which results in termination of the running application in the background.
How do you Deny and not allow another user to logon while another user profile account is running an application on same workstation? Or prompt message appears that another user already login

Thanks

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,195 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,511 Reputation points
    2022-01-19T20:49:00.4+00:00

    Hi @Mike

    You can configure the "Deny logon locally" user right on the local computers.

    -Go to "Start" -> "Run".
    -Write "Gpedit.msc"
    -Enable "Deny logon locally" user right to the source domain user accounts.
    Deny logon locally
    -Run Gpupdate /force on the local computer.

    Here are some links to dig more info regarding this.

    How to restrict the use of a computer to one domain user only
    https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/restrict-use-one-domain-user-only

    Hope this resolves your Query!!

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments