| General Databases (73) Linux (41) Outside the Cube (5072) Programming (679) Web publishing (65) Windows (431) Apache (6) File Types (33) Internet Explorer (6) Network (11) Passwords (6) Printing Processes (13) Programming (318) |
Programmatically lock a Windows PC
Question: How can I programmatically lock a PC? My situation is that I use VNC to access a remote machine, when I'm done, I want to lock that PC again. I used to have VNC send Control+Alt+Delete via its system menu and then I'd click on 'Lock Workstation'. With Windows XP this doesn't work anymore and VNC cannot send the new shortcut Windows-Key + L.Answer: Put a shortcut to this command on your remote desktop:rundll32.exe user32.dll, LockWorkStation Another good tools is shutdown.exe provided by Microsoft since Windows 2000. Read the documentation here:
Comments:
| ||||||||||||||