SIS wrote:
> Hi Jimmy,
>
> But I could not find any option for setting the value for 'Log on as a Batch
> Job', in NTrights.exe, which actually I need to set.
>
> Pls respond.
>
> Thanks
>
Hello,
You can do it with NTrights, but the correct switch is not listed in the
help output for some reason. It is the SeBatchLogonRight option (case
sensitive).
e.g.: ntrights -u LOCAL\jimmy +r SeBatchLogonRight
Make sure you run the command from an elevated command prompt
(right-click, run as administrator).
See:
http://support.microsoft.com/kb/279664
- JB