SwapMouseButton in W2K login script

  • Thread starter Thread starter M Norton
  • Start date Start date
M

M Norton

Need to be able to swap mouse button from right-handed to
left-handed for certain users. In NT, this was done
during logon by changing registry key settings. In 2000,
I found 2 settings:

My Computer\HKEY_CURRENT_USER\Control
Panel\Mouse\SwapMouseButtons

My Computer\HKEY_USERS\S-1-5-21-1101952667-1801800351-
1232828436-1752\Control Panel\Mouse\SwapMouseButtons

The second registry key doesn't seem to be consistent with
each registry. Has anyone else found a better mousetrap
for changing mouse buttons for a specific user at logon?
 
-----Original Message-----




Hi there
that HKEY_USERS\S-1-5-21- number *is* the current user - it is the same registry
key.
also try using this command:
Start -> Run -> RUNDLL32 USER32.DLL,SwapMouseButton

hth


.
Thanks! The Start -> Run -> command makes it really
easy! How do I use this command to set it back to default?
 
-----Original Message-----




Hi there
that HKEY_USERS\S-1-5-21- number *is* the current user - it is the same registry
key.
also try using this command:
Start -> Run -> RUNDLL32 USER32.DLL,SwapMouseButton

hth


.
Thanks! The Start -> Run -> command makes it really
easy! How do I use this command to set it back to default?
 
Back
Top