Check out SetWindowsHookEx(), using (WH_KEYBOARD_LL | WH_MOUSE_LL) as the
idHook parameter.
{L}
"MB" <(E-Mail Removed)> wrote in message
news:EdXmb.7593$(E-Mail Removed)...
> 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.
>
>
>
|