Posts: 473
Threads: 33
Joined: Aug 2007
Turns off monitor, disables desktop and taskbar; you must supply a password to enable the desktop and taskbar.
Lock Computer.qml (Size: 572 bytes / Downloads: 609)
Edit: Fixed.
Taking on Quick Macros one day at a time
Posts: 12,074
Threads: 141
Joined: Dec 2002
forgot to add
Function
ReEnableWindow
;/
function hwnd
EnableWindow hwnd 1
also maybe need to minimize all windows
Posts: 576
Threads: 97
Joined: Aug 2007
Just to save a little typing and code space try,
replaceing
min;min;min;min;min;;min;min;min;min;min;; This might not have enough min's to get the job done
with this
'Wm;; This minimizes all the windows and there is no maximum amount.
Posts: 473
Threads: 33
Joined: Aug 2007
Yeah, that's what I was trying to find out how to do, but I couldn't get it.
Thanks.
Taking on Quick Macros one day at a time
Posts: 111
Threads: 31
Joined: Apr 2007