Locking a computer
Posted: Tue Jul 14, 2009 2:28 am
Hello.
I found this code to lock a windows pc in another thread
I am wondering how you UNLOCK the machine after you lock it?
Would it be?
Also, is there a way to do similar task on a mac?
Cheers
Bidge
I found this code to lock a windows pc in another thread
Code: Select all
set the hideConsoleWindows to true
put shell ("RunDLL32.EXE user32.dll,LockWorkStation")
Would it be?
Code: Select all
set the hideConsoleWindows to true
put shell ("RunDLL32.EXE user32.dll,UnLockWorkStation")
Also, is there a way to do similar task on a mac?
Cheers
Bidge