<div class="gmail_quote">On Fri, Sep 17, 2010 at 3:05 PM, David Naylor <span dir="ltr"><<a href="mailto:DNaylor@texastrustcu.org">DNaylor@texastrustcu.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
The service doesn't seem to do anything so I have a script in the "all users" startup folder that runs the following command to kickstart it:<br>
<br>
cscript \\192.168.x.x\wpkg\wpkg.js /synchronize<br>
<br>
(where 192.168.x.x is the server address hosting wpkg scripts and target installers)<br>
<br>
Perhaps the script is what is running with the wrong permissions?  Ho hum.<br>
<br></blockquote><div><br></div><div>Scripts in the "All Users" startup folder will run with the permissions of the logging-in user.  So, yes, your restricted users won't have the ability to run them.  You'll want to either get the wpkg service working correctly (which I don't use, so I'm no help to troubleshoot it) or run your script from HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/Run so that it runs as the SYSTEM account (which has the appropriate permissions to install software).  If you go with the second option, then you'll need to be sure that "Domain Computers" or the appropriate group has read access to the wpkg share on the server.</div>
<div><br></div><div><br></div><div>Cheers,</div><div><br></div><div>Troy</div><div><br></div><div><br></div></div>