script help students to pre-login the PCs

  • Follow


Hi There,

I have 70 machines in a lab and want to run a script to pre-login the 
computers for students before they walk-in the room with some generic 
account like username=guest, password=guest

I know that I can setup a local account in advanced on each PC and let them 
click on the user icon on the welcome screen. Unfortunately, those computers 
are joined to domain. I just want them to use the local account instead of 
domain for some historical reason.

Any idea?

Many THX

Simon

 

0
Reply sIMON 12/11/2009 6:43:26 AM


"sIMON" <Simon@Office> schrieb im Newsbeitrag 
news:#oC6$0ieKHA.1592@TK2MSFTNGP06.phx.gbl...
> Hi There,
>
> I have 70 machines in a lab and want to run a script to pre-login the 
> computers for students before they walk-in the room with some generic 
> account like username=guest, password=guest
>
> I know that I can setup a local account in advanced on each PC and let 
> them click on the user icon on the welcome screen. Unfortunately, those 
> computers are joined to domain. I just want them to use the local account 
> instead of domain for some historical reason.
>
> Any idea?
>
> Many THX
>
> Simon

Do you want the machines to just automatically log in to a local account 
when you power them up? If so then you do not need a script. Disjoin them 
from the domain, then use one of the usual methods to perform an automatic 
logon. 

0
Reply Pegasus 12/11/2009 10:12:51 AM


To add onto what was already suggested... If removing them from the
domain isn't an option, you can use the FREE program AutoLogin from
Sysinternals.

Cheers,
Matt

Pegasus [MVP] wrote:
> "sIMON" <Simon@Office> schrieb im Newsbeitrag
> news:#oC6$0ieKHA.1592@TK2MSFTNGP06.phx.gbl...
> > Hi There,
> >
> > I have 70 machines in a lab and want to run a script to pre-login the
> > computers for students before they walk-in the room with some generic
> > account like username=guest, password=guest
> >
> > I know that I can setup a local account in advanced on each PC and let
> > them click on the user icon on the welcome screen. Unfortunately, those
> > computers are joined to domain. I just want them to use the local account
> > instead of domain for some historical reason.
> >
> > Any idea?
> >
> > Many THX
> >
> > Simon
>
> Do you want the machines to just automatically log in to a local account
> when you power them up? If so then you do not need a script. Disjoin them
> from the domain, then use one of the usual methods to perform an automatic
> logon.
0
Reply RemyMaza 12/12/2009 1:31:02 PM

THX Pegasus & RemyMaza,

I have made it work finally:
run batch file to change the registry key : HKLM\SW\MS\Windows 
NT\CV\Winlogon.

If I want autologon, apply a registry key with "AutoAdminLogon=1", "Default 
User" and "Default Password" with paramenters. If I don't want autologon, 
apply 0 to "AutoAdminLogon" and null to the other two keys, then reboot, 
that's it!

THX mate and Merry Christmas

Simon

"RemyMaza" <remymaza@gmail.com> wrote in message 
news:4c4c62dd-cc39-4c78-b40f-835d05b4515d@k9g2000vbl.googlegroups.com...
> To add onto what was already suggested... If removing them from the
> domain isn't an option, you can use the FREE program AutoLogin from
> Sysinternals.
>
> Cheers,
> Matt
>
> Pegasus [MVP] wrote:
>> "sIMON" <Simon@Office> schrieb im Newsbeitrag
>> news:#oC6$0ieKHA.1592@TK2MSFTNGP06.phx.gbl...
>> > Hi There,
>> >
>> > I have 70 machines in a lab and want to run a script to pre-login the
>> > computers for students before they walk-in the room with some generic
>> > account like username=guest, password=guest
>> >
>> > I know that I can setup a local account in advanced on each PC and let
>> > them click on the user icon on the welcome screen. Unfortunately, those
>> > computers are joined to domain. I just want them to use the local 
>> > account
>> > instead of domain for some historical reason.
>> >
>> > Any idea?
>> >
>> > Many THX
>> >
>> > Simon
>>
>> Do you want the machines to just automatically log in to a local account
>> when you power them up? If so then you do not need a script. Disjoin them
>> from the domain, then use one of the usual methods to perform an 
>> automatic
>> logon. 

0
Reply sIMON 12/15/2009 2:01:53 AM

3 Replies
276 Views

(page loaded in 0.118 seconds)

Similiar Articles:
















7/26/2012 1:55:06 PM


Reply: