Am 22.11.2011 18:32, schrieb Alan Adams: > For the former case I have had to resort to a scheduled task running > every 15 minutes doing net stop and net start on the service. There > doesn't seem to be an option to run once some period after login, but > it can be set to run periodically starting at login. 15 minutes was > chosen to reduce the risk of stopping wpkg while it was doing an > installation, against the risk of the laptop being shut down before it > had started - many lessons are only 15 minutes long. Using wpkginst, if you set the service to stop after work, you can run the "net start wpkgservice" even every minute - it won't hurt. You don't need "net stop wpkgservice", and if "net start wpkgservice" is too soon, there's only a message that the service is running, yet. HTH Falko |