How can I get 2000 to prompt for a user name and password each time they log in?

  • Thread starter Thread starter newlife
  • Start date Start date
N

newlife

How can I get 2000 to prompt for a user name and password
each time they log in?

What is happening right now is no user name or password is
being asked for.
 
On the workstations go to Control Panel, Users and Groups. Tab Advanced and
check the "users must use Ctrl-Alt-Del to logon".

Marina
 
If its automatically logging in for them, you need to disable this in
the registry. The key you need is
HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon

There should be a Value called AutoAdminLogon, Set it to 0. Also remove
the DefaultPassword field if it exists.

Hope this helps.

--Jared
 
Back
Top