2yxle
2yxle
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
I want to change the DWORD value when clicking the button, but it doesn't change. How do i resolve this issue? Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\AMD", "what", 1, RegistryValueKind.DWord);
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
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.
41 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Delete a registry DWORD with just one button for visual studio c#
How do i delete a registry dword with clicking a button in visual studio?
242 replies