solved
I am trying to disable FTH when clicking a button using registry, but I don't think it changes the enable value when clicked
Here is my code:
Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FTH", "Enabled", 0, RegistryValueKind.DWord);
this is for when clicking a button.
Here is my code:
Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FTH", "Enabled", 0, RegistryValueKind.DWord);
this is for when clicking a button.