hoang02021993
Hero
E đang tập code cái tool rrs bằng C# . Đến đoạn change registry thì bí , làm theo hướng dẫn rồi mà ko change đc mong các pro chỉ giáo với ạ
Đây là đoạn code e code :
try
{
RegistryKey myKey = Registry.LocalMachine.OpenSubKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\BlueStacks\\Guests\\Android\\BlockDevice\\1",true );
if (myKey != null)
{
myKey.SetValue("Path", "1", RegistryValueKind.String);
myKey.Close();
}
MessageBox.Show("The registry key has been switched","Title Goes Here");
}
catch
{
MessageBox.Show("There was an error switching the registry key","Title Goes Here");
}
e chỉ test thử change đc ko nhưng bất thành
Đây là đoạn code e code :
try
{
RegistryKey myKey = Registry.LocalMachine.OpenSubKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\BlueStacks\\Guests\\Android\\BlockDevice\\1",true );
if (myKey != null)
{
myKey.SetValue("Path", "1", RegistryValueKind.String);
myKey.Close();
}
MessageBox.Show("The registry key has been switched","Title Goes Here");
}
catch
{
MessageBox.Show("There was an error switching the registry key","Title Goes Here");
}
e chỉ test thử change đc ko nhưng bất thành