<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Another (possible) work around by group policy is as follow:<br>
<br>
- Start --> run --> gpedit.msc<br>
- Local computer policy --> computer configuration -->
administrative templates --> System --> Logon (for vista, xp
should be similiar)<br>
- Enable 'Always wait for the network at computer startup and logon'<br>
<br>
This group policy will wait before a network connection is established
which makes for example domain login possible on wireless connections. <br>
IF it however also works before WPKG service is started I cant tell but
you could give it a try.<br>
<br>
Tomasz Chmielewski schreef:
<blockquote cite="mid:49477078.6000800@wpkg.org" type="cite">
  <pre wrap=""><a class="moz-txt-link-abbreviated"
 href="mailto:michael@ugilt.net">michael@ugilt.net</a> schrieb:

Please reply to the mailing list as well.

  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">As a workaround, you could probably use Windows Task Scheduler, or 
(Local) Group Policy? Note the drawbacks though:

- GPO is hard to setup if you have a Samba domain controller, because 
you have to use local policies

- I noticed that the Task Scheduler tends to "forget" the password. So 
for example, when you configure a task to be started as a user "joe" 
with password "secret", it happens that the password is somehow 
"forgotten" after several months (even if it wasn't changed at all!) and 
has to be specified again. This happened for me in several separate 
Windows 2003 domains.



      </pre>
    </blockquote>
    <pre wrap="">Actually worse!
I'm running a handful of Vista Home laptops for the family at home
"managed" by WPKG. Vista home does not have GPO at all.
The Task Schedule approach requires that WPKG is installed/maintained by
hand on each PC's as environment settings etc needs to be defined locally -
really not an option.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Scheduled Tasks can be scripted:

<a class="moz-txt-link-freetext"
 href="http://wpkg.org/Installation_instructions_-_advanced#Starting_WPKG_using_Windows_Task_Scheduler">http://wpkg.org/Installation_instructions_-_advanced#Starting_WPKG_using_Windows_Task_Scheduler</a>

Works on XP, should work on Vista.
As such, you can install it even remotely via a script with winexe (from 
remote Linux) or psexec (from remote Windows).


  </pre>
  <blockquote type="cite">
    <pre wrap="">The real alternative is to grant admin rigths to users and then run wpkg.js
by a logion script - but that sure triggers other issues ;-)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yeah, that's "THE BAD WAY" to do it.


  </pre>
</blockquote>
</body>
</html>