Using Windows 2000 Pro and XP Pro with Novell

  • Thread starter Thread starter Glenn Mikesell
  • Start date Start date
G

Glenn Mikesell

Our network we log on using Novell and we already have a
couple of computers with 2000 Pro and XP Pro. We are
planing to buy new computers by next summer with XP Pro.
Is there a way to set up XP so you don't need set up user
on the computer. We need to have the computers were anyone
can log on and use the computer. We have over a hundred
people and can not set up every user on each computer. Is
there a way this could be set up and if so could someone
tell me how.

Thanks,
Glenn Mikesell
 
Depending on your security policy, you could setup one
user name and one password that everyone knows.

How about having the computers auto login locally for
you? This scripts work well on a 2000 Pro computer.

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon]
"DefaultPassword"="password"
"AutoAdminLogon"="1"
"DefaultUserName"="clerk"

Just a few ideas
 
Back
Top