Is it possible to force an XP machine on a domain to login as a certain user and then lock upon boot?

link|improve this question
feedback

2 Answers

Use the AutoAdminLogon feature for an automatic logon. Locking could be accomplished by either setting up a screen saver which would fire after a short period of time and lock the workstation or by using psshutdown -l upon logon. Note that psshutdown requires administrative rights, so you would need to use the Task Scheduler to create a task that is run at interactive logon in the security context of the SYSTEM user. This is especially useful if you can't trust the user to have logon scripts run without interruptions (i.e. if you expect someone at the console who would be preventing script execution).

link|improve this answer
feedback

Yes, autologon and lock.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.