Using WLOCK on a remote computer
You first need to download the pstools package from sysinternals.com, unzip all files to
%WINDIR% for example. Then copy WLOCK.EXE to the remote PC
(in \\remotepc\admin$ for example) and run the following command from
the console:
psexec \\remotepc "\\remotepc\admin$\wlock.exe""/y"
where "remotepc" is the remote computer name.
|