2yxle
2yxle
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
Thank you
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
Alr thx, I’ll try it out later
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
I have no idea why the value for mine doesn’t change
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
not resolve yet
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
yeah, i put a message box to show that it works, but the value doesnt change, but the message box will say that the registry has been applied
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
i have got a new line try { Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\AMD", "what", 1, RegistryValueKind.DWord); Console.WriteLine("Registry value changed successfully."); } catch (Exception ex) { Console.WriteLine("An error occurred while changing the registry value: " + ex.Message); } the value doesnt change to 1 still
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
alr
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
oh
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
yes, i have it run as an administrator
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
the output is clean, no errors
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
using registry editor to see if the value changes
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
yet the value doesnt change when clicked
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
public partial class testform : Form { public testform() { InitializeComponent(); } private void Apply_Click(object sender, EventArgs e) {
Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\AMD", "what", 1, RegistryValueKind.DWord); } } } this is my test code,
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
nope no errors
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
the value
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
it doesnt change
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
wdym, i explained what the button should do, but it doesnt work
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\AMD", "what", 1, RegistryValueKind.DWord); code is here
51 replies
CC#
Created by 2yxle on 6/28/2023 in #help
❔ Doing a test DWORD, but sometimes the Dword value doesnt change:
when i click a button, it should set the value what to 1, but it doesnt work.
51 replies