Lock Workstation (Lock Computer) API CALL
This line of code will allow you to lock a Windows 2000 machine. Simulates CLT+ALT+DEL and Clicking the Lock Workstations.
Rate Lock Workstation (Lock Computer) API CALL
(2(2 Vote))
'In a module please place the following line of code
Public Declare Function LockWorkStation Lib "user32" () As Boolean
'On a command button or Sub, please this line of code
LockWorkstation
'Please note that this can also be done by putting this line of code in a button
Shell "rundll32 user32.dll,LockWorkStation"
Lock Workstation (Lock Computer) API CALL Comments
No comments yet — be the first to post one!
Post a Comment