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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -