Mouse settings not sticking

EssendonEssendon Member Posts: 4,546 ■■■■■■■■■■
Weird one this.

We have a user who's actually right handed but wants the mouse to be left-handed for reasons known only to her. Well, I have tried changing the mouse settings in Control Panel and the Accessibilty Wizard. So the mouse settings do get changed but they DO NOT survive a reboot. I have even given her local admin access to the machine but still the changed settings do not survive a reboot. If I change the settings with my logon, the settings survive a reboot. But the moment she logs on, it's back to a right-handed mouse again. But not with her logon... icon_confused.gificon_confused.gif

Any help is very welcome!

P.S. This female is some manager and a generally sarcastic person, otherwise I would told her to f off... Doesnt have a good image of IT in general either icon_evil.gif
NSX, NSX, more NSX..

Blog >> http://virtual10.com

Comments

  • royalroyal Member Posts: 3,352 ■■■■□□□□□□
    Weird indeed.

    1. Open regedit
    2. Goto User Key: HKEY_CURRENT_USER\Control Panel\Mouse
    3. Create a new REG_SZ (String Value)
    4. Name it SwapMouseButtons
    5. Set the value to 1 for swap

    Export the file to a .reg file. Create a logon script for her (just do it local on her machine) and have it launch the .reg file on startup. You can make it silent as well by doing:

    regedit /S C:\locationofreg.reg

    It's a bandaid, but heck, it should work.
    “For success, attitude is equally as important as ability.” - Harry F. Banks
  • EssendonEssendon Member Posts: 4,546 ■■■■■■■■■■
    Thanks for the information, Elan. Will give it a shot and post the results. BTW, is there anything that you dont know?
    NSX, NSX, more NSX..

    Blog >> http://virtual10.com
  • royalroyal Member Posts: 3,352 ■■■■□□□□□□
    Math
    “For success, attitude is equally as important as ability.” - Harry F. Banks
  • EssendonEssendon Member Posts: 4,546 ■■■■■■■■■■
    royal, this is just to be sure of what I am doing. There is already a string value by the name of SwapMouseButtons and it's set to 0, so is it ok if I set it to 1? Or do I have to create another string value and remove the original one. Sounds obvious, but still wanted to be sure.
    NSX, NSX, more NSX..

    Blog >> http://virtual10.com
  • royalroyal Member Posts: 3,352 ■■■■□□□□□□
    Never tried it via the registry. Give it a try and let us know. You can always back up that entire registry folder via right-clicking on it and exporting it just to be safe.
    “For success, attitude is equally as important as ability.” - Harry F. Banks
  • EssendonEssendon Member Posts: 4,546 ■■■■■■■■■■
    That works like a beauty, royal. But now this applies for all users, not just for her! Anyways, it works for her and that's all I care for. Your the man, royal.
    NSX, NSX, more NSX..

    Blog >> http://virtual10.com
Sign In or Register to comment.