Auto lock workstation console

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a couple of our Win2k application servers set to auto-login, but I
would like to have them locked immediately or after several minutes when they
reboot instead of waiting for the screen saver to lock the console. Is that
possible?
 
Timur said:
I have a couple of our Win2k application servers set to auto-login, but I
would like to have them locked immediately or after several minutes when they
reboot instead of waiting for the screen saver to lock the console. Is that
possible?

What's wrong with using the screen saver? It seems
to be made exactly for this sort of thing.
 
Just run a batch file at startup (after logging in, I guess the startup menu
would work), with the following command:

rundll32 user32.dll,LockWorkStation

guillermo
 
Why have it logon at all?

HOWTO: Create a User-Defined Service
http://support.microsoft.com/default.aspx?kbid=137890


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I have a couple of our Win2k application servers set to auto-login, but I
| would like to have them locked immediately or after several minutes when
they
| reboot instead of waiting for the screen saver to lock the console. Is
that
| possible?
 

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

Back
Top