O seguinte comando é mencionado em outros lugares:
rundll32.exe user32.dll,LockWorkStation
ou
C:\Windows\System32\rundll32.exe user32.dll,LockWorkStation
mas não consegui fazer o comando funcionar em cmd.exe (modo de administrador).
No Windows 7, foi assim que consegui o que queria no script autohotkey RegWrite, REG_DWORD, HKEY_CURRENT_USER, Software \ Microsoft \ Windows \ CurrentVersion \ Políticas \ System, DisableLockWorkstation, 0
Sleep, 500
DllCall("LockWorkStation")
Sleep, 2000
RegWrite, REG_DWORD, HKEY_CURRENT_USER,
Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableLockWorkstation, 1
windows-8.1
autohotkey
Forethinker
fonte
fonte