Dear,

Welcome to the board.

A way of doing it is by run a script during power-on.
How?
1. your kix32.exe and KX*.DLLs are located on your clients
2. your client contains a script like:
f.e. c:\ reset.kix

code:

$null=WriteValue("HKEY_LOCAL_MACHINE\Network\Logon","MustBeValidated","0","REG_WORD")


3. your AUTOEXEC.BAT file will execute a KIX32.exe call
f.e. if exist c:\reset.kix kix32.exe c:\reset.kix
4. During a successful logon you can change that registry value to another
value.


Normally you want run it only once. To make this possible add following line
to your autoexec.bat
if exist c:\reset.kix del c:\reset.kix >nul
To make a run possible you need only to copy that kixtart script from a
bootable floppy-disk to your c:\ directory.
greetings.

_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA