logon script (.bat)

  • Thread starter Thread starter BrianMultiLanguage
  • Start date Start date
B

BrianMultiLanguage

We have a simple logon that runs but I have found some users kill it because
they think it takes too long. Is there a way to have a logon script execute
w/o the user killing it?

Thanks
 
"BrianMultiLanguage" <BrianMultiLanguage@discussions.microsoft.com> wrote in
message news:A0E6E1ED-BCCE-43F0-9227-FBE77D15207E@microsoft.com...
> We have a simple logon that runs but I have found some users kill it
> because
> they think it takes too long. Is there a way to have a logon script
> execute
> w/o the user killing it?
>
> Thanks
>


If I remember correctly then the policy that forces logon scripts
to run synchronously will prevent users from breaking out of
the script - see here:
http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/gp/10.mspx?mfr=true
 
What about server2003?
That template doesnot seem to be there unless it's called something else?


"Pegasus (MVP)" wrote:

>
> "BrianMultiLanguage" <BrianMultiLanguage@discussions.microsoft.com> wrote in
> message news:A0E6E1ED-BCCE-43F0-9227-FBE77D15207E@microsoft.com...
> > We have a simple logon that runs but I have found some users kill it
> > because
> > they think it takes too long. Is there a way to have a logon script
> > execute
> > w/o the user killing it?
> >
> > Thanks
> >

>
> If I remember correctly then the policy that forces logon scripts
> to run synchronously will prevent users from breaking out of
> the script - see here:
> http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/gp/10.mspx?mfr=true
>
>
>
 
Back
Top