c# - Unable to set registry value from WinRT Brokered Component -
we using x86 brokered component in order allow sideloaded windows store app (also compiled x86) perform interactions store apps cannot perform. 1 of things we're trying modify value of touchgate
registry key in order temporarily disable touch input (using this solution).
i have observed 64-bit , 32-bit registries using regedit, wow64 hive on 64-bit registry. code reports successful modification registry value each time (no exceptions or error messages), none of values in registry ever change. corresponding message dispatch update windows doesn't seem have impact. there these brokered components should cause these particular apis not have effect?
Comments
Post a Comment