|
|
|
date: Fri, 04 Jul 2008 11:57:25 -0700,
group: microsoft.public.scripting.wsh
back
Re: Need left handed mouse script
"ToddAndMargo" wrote in message
news:486FB2D8.8090800@invalid.com...
> Al Dunbar wrote:
>
>> This is something I consider the responsibility of the user, as it is,
>> logically, a change to his profile to be done using his credentials. With
>> users like this, we typically show them how a couple of times, asking
>> them to take notes so they can do it for themselves.
>>
>> /Al
>
> The user has medical problems, which I won't list, that actually
> make it beyond both his physical and mental abilities. Just
> trust me on this one. He is not changing his mouse profile
> on his own -- he can not.
>
> Do you know of a way to automated this?
>
> -T
Insert the following command into his logon script:
Rundll32 User32.dll,SwapMouseButton
This will reverse the mouse button actions. To restore
the normal mode, use the Control Panel.
date: Sat, 5 Jul 2008 22:22:04 +0200
author: Pegasus \(MVP\)
Re: Need left handed mouse script
Pegasus (MVP) wrote:
> "ToddAndMargo" wrote in message
> news:486FB2D8.8090800@invalid.com...
>> Al Dunbar wrote:
>>
>>> This is something I consider the responsibility of the user, as it is,
>>> logically, a change to his profile to be done using his credentials. With
>>> users like this, we typically show them how a couple of times, asking
>>> them to take notes so they can do it for themselves.
>>>
>>> /Al
>> The user has medical problems, which I won't list, that actually
>> make it beyond both his physical and mental abilities. Just
>> trust me on this one. He is not changing his mouse profile
>> on his own -- he can not.
>>
>> Do you know of a way to automated this?
>>
>> -T
>
> Insert the following command into his logon script:
> Rundll32 "
> This will reverse the mouse button actions. To restore
> the normal mode, use the Control Panel.
Thank you!
does "SwapMouseButton" toggle or does it always switch
to left hand mode?
Many thanks,
-T
date: Sat, 05 Jul 2008 15:39:43 -0700
author: ToddAndMargo
Re: Need left handed mouse script
"ToddAndMargo" wrote in message
news:%23$QxFAv3IHA.5088@TK2MSFTNGP03.phx.gbl...
> Pegasus (MVP) wrote:
>> "ToddAndMargo" wrote in message
>> news:486FB2D8.8090800@invalid.com...
>>> Al Dunbar wrote:
>>>
>>>> This is something I consider the responsibility of the user, as it is,
>>>> logically, a change to his profile to be done using his credentials.
>>>> With users like this, we typically show them how a couple of times,
>>>> asking them to take notes so they can do it for themselves.
>>>>
>>>> /Al
>>> The user has medical problems, which I won't list, that actually
>>> make it beyond both his physical and mental abilities. Just
>>> trust me on this one. He is not changing his mouse profile
>>> on his own -- he can not.
>>>
>>> Do you know of a way to automated this?
>>>
>>> -T
>>
>> Insert the following command into his logon script:
>> Rundll32 "
>> This will reverse the mouse button actions. To restore
>> the normal mode, use the Control Panel.
>
> Thank you!
>
> does "SwapMouseButton" toggle or does it always switch
> to left hand mode?
>
> Many thanks,
> -T
As I said: "To restore the normal mode, use the Control Panel."
date: Sun, 6 Jul 2008 00:52:04 +0200
author: Pegasus \(MVP\)
Re: Need left handed mouse script
Pegasus (MVP) wrote:
> "ToddAndMargo" wrote in message
> news:%23$QxFAv3IHA.5088@TK2MSFTNGP03.phx.gbl...
>> Pegasus (MVP) wrote:
>>> "ToddAndMargo" wrote in message
>>> news:486FB2D8.8090800@invalid.com...
>>>> Al Dunbar wrote:
>>>>
>>>>> This is something I consider the responsibility of the user, as it is,
>>>>> logically, a change to his profile to be done using his credentials.
>>>>> With users like this, we typically show them how a couple of times,
>>>>> asking them to take notes so they can do it for themselves.
>>>>>
>>>>> /Al
>>>> The user has medical problems, which I won't list, that actually
>>>> make it beyond both his physical and mental abilities. Just
>>>> trust me on this one. He is not changing his mouse profile
>>>> on his own -- he can not.
>>>>
>>>> Do you know of a way to automated this?
>>>>
>>>> -T
>>> Insert the following command into his logon script:
>>> Rundll32 "
>>> This will reverse the mouse button actions. To restore
>>> the normal mode, use the Control Panel.
>> Thank you!
>>
>> does "SwapMouseButton" toggle or does it always switch
>> to left hand mode?
>>
>> Many thanks,
>> -T
>
> As I said: "To restore the normal mode, use the Control Panel."
Cool. Thank you! :-)
-T
date: Sat, 05 Jul 2008 16:47:07 -0700
author: ToddAndMargo
|
|