Remotely Lock Desktop

R

Ray

In a school computer lab setup - is there a way to create a batch file
that can be executed on the lab administrators computer will simply
lock all of the workstations in the lab? I know I can use Shutdown -L
to log off the current user - but we don't want to do that and cause
the students to possibly lose unsaved work.

Thanks
Ray
 
J

John John (MVP)

Ray said:
In a school computer lab setup - is there a way to create a batch file
that can be executed on the lab administrators computer will simply
lock all of the workstations in the lab? I know I can use Shutdown -L
to log off the current user - but we don't want to do that and cause
the students to possibly lose unsaved work.

Thanks
Ray

You can do that with Systinternals' PsShutdown.

http://technet.microsoft.com/en-ca/sysinternals/bb897541.aspx

John
 
R

Ray

Thank you - I didn't look at that option - I should have known
better...

Thanks Again
Ray
 
J

John John - MVP

You're welcome. A lot of time it isn't that we don't know better it's
just that we forget...

John
 

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