Remotely Lock Desktop

  • Thread starter Thread starter Ray
  • Start date Start date
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
 
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
 
You're welcome. A lot of time it isn't that we don't know better it's
just that we forget...

John
 
Back
Top