un a startup script before the user login

G

Guest

Hi

I try to run a system script on a commuter, before the user login.
The script change the user password.
I need that the script will run before the "Windows Authentication dialog"
appear (before the user can login)

On Win 2000 I put my script in the group policy, in Windows Settings ->
Script -> Startup
In addition I set these settings:
Run logon scripts synchronously Enable
Run startup scripts asynchronously Disable
Run startup script visible Enable

This works fine. My script is running before the "Windows Authentication
dialog" appear

The problem is in WIN XP SP2, with the same settings, the "Windows
Authentication dialog" appear before my script run.
The "Windows Authentication dialog" appear and after 10-20 sec my script is
running (The user can login before the script so his password is not change)
what can I do to make my script running before the "Windows Authentication
dialog" appear ?

Thanks
 
G

Guest

Hi,

Enable Always wait for the network at computer startup and logon under
Computer Configuration | Administrative Templates | System | Logon.

"Determines whether Windows XP waits for the network during computer startup
and user logon. By default, Windows XP does not wait for the network to be
fully initialized at startup and logon. Existing users are logged on using
cached credentials, which results in shorter logon times. Group Policy is
applied in the background once the network becomes available."

"If you enable this setting, logons are performed in the same way as for
Windows 2000 clients, in that Windows XP waits for the network to be fully
initialized before users are logged on. Group Policy is applied in the
foreground, synchronously."

Regards,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top