On Wed, Apr 6, 2011 at 5:39 PM, Michael Seward <MichaelSeward at tengroup.com> wrote: > I'm trying to reference the netlogon share in the WPKG client by using the > %LOGONSERVER% variable, but the client crashes when I do this. E.g. the entry in > the client settings 'WPKG file path' is %LOGONSERVER%\netlogon\wpkg\wpkg.js and > the SOFTWARE variable is set as '%LOGONSERVER%\netlogon\wpkg\software' that environment variable is not set for the system user because it is not a user of an AD/NT domain. Test it yourself: get a cmd.exe as system user (the easieast way now is with psexec.exe by sysinternals: psexec -s cmd.exe, verify you are system with the command whoami and run 'set'. You will not find the %logonserver% variable there). -- natxo |