*** How do I record all keyboard strokes as well as mouse clicks...

M

MB

Is there a way to record both keyboard strokes as well as mouse clicks on MS
Windows 2000 PRO, so that I can latter use what I recorded for reconfiguring
different users in a multi user environment via Java script or VB script?
All workstations have the same MS Windows 2000 PRO image and same software,
but all workstation have different users so I need to repeat certain
configuration for those unique users. Some of this I have accomplished by
using VB script as well as Java script, but the more detail stuff is
becoming a headache, it would be easier to sit in from of one workstation
and record all keyboard strokes a s well as mouse clicks for all the
configurations I would normally need to do for a new user login into a new
workstation. Luckily I was able to figure out how to move user
configurations from workstation to workstation with minimal intervention via
regedit, and some scripting. If anyone has done something similar please
share it with us, thanks in advance.
 
L

LiquidJ

Check out SetWindowsHookEx(), using (WH_KEYBOARD_LL | WH_MOUSE_LL) as the
idHook parameter.

{L}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top