Close all files and programs that are open. Uninstall Hold express Windows and R keys to open the Run command, paste the Value Data in the box and click.It provides the major features of Desktop Lock with only the necessary options.And an incomplete uninstallation will many useless and invalid items in the registry and affect your computer. Desktop Lock Express is a security software that can lock your screen to prevent people from accessing your computer. It is one of the Desktop Lock family, which provides the major features of Desktop Lock but decrease its size to about 40KB.
Is there any way that one can lock a desktop computer remotely? For example, if one accidently leaves a computer logged on, would there be a way to lock that computer using Remote Connection (VPN)?
Willi Mentzel
Use PsExec
to invoke:
rundll32.exe user32.dll, LockWorkStation
on your remote PC.
So if you are currently on PC_A and want to lock PC_B type this on your command line(on PC_A):
psexec PC_B -u user -p pass 'rundll32.exe user32.dll, LockWorkStation'
This way rundll32.exe user32.dll, LockWorkStation will be invoked on PC_B
ArturArturYou can create a file with an arbitrary name and the suffix bat use this code in bat file
save and run
You can use sysinternal tools, mainly the PsShutdown tool. You would get an instance of cmd on the PC and execute the lock command
Example psshutdown computername -l
Computer
Computer