Link to home
Start Free TrialLog in
Avatar of miauw
miauwFlag for Netherlands

asked on

commit touch mouse pad registry setting

I try to change the behaviour of the touchpad from python.
I found (with registry workshop) the right key (current user...software...synaptics..)
However when I change the setting from python OR directly with regedit nothing happens.
When I change the setting on the appropiate tab with main.cpl it works like expected.
I need to tell windows 7 something like reread this part of the registry and apply the values,but how?
I only things I found so far (sorry exact syntax not at hand) is
1) put values in reg file and invoke regine from prompt 2) invoke from prompt rundll32, userdll...
Both did not work (no error messages).

Any idears.


Avatar of pepr
pepr

This can possibly be related to virtualization of some folders, files, and registry keys.  The main reason probably is to make older application working somehow and protect the real information (here keys) when you do not have sufficient rights or when you use tools that are not trusted.  All this is done the transparent way (you do not know as a normal user that it happened).  It started from Windows Vista, as far as I know.

See http://www.thewindowsclub.com/file-registry-virtualization-in-windows-7 for brief description.  You will find possibly some sound references at http://en.wikipedia.org/wiki/Windows_Registry.

See also official Microsoft documentation:
    Registry Virtualization in Windows Vista  http://msdn.microsoft.com/en-us/library/bb530198.aspx
    Registry Virtualization http://msdn.microsoft.com/en-us/library/aa965884%28VS.85%29.aspx
ASKER CERTIFIED SOLUTION
Avatar of miauw
miauw
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial