Guest BrianMultiLanguage Posted June 9, 2008 Posted June 9, 2008 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
Guest Pegasus \(MVP\) Posted June 9, 2008 Posted June 9, 2008 Re: logon script (.bat) "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
Guest BrianMultiLanguage Posted June 9, 2008 Posted June 9, 2008 Re: logon script (.bat) 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 > > >
Recommended Posts