Compartilhar via


IRegistryTools2.DeleteRegistryKeyFromLocalMachineRoot(String, Boolean) Método

Definição

Exclui a chave do Registro especificada e todas as subchaves no Registro raiz do HKLM

public bool DeleteRegistryKeyFromLocalMachineRoot (string regKeyPath, bool use64Bit = false);
abstract member DeleteRegistryKeyFromLocalMachineRoot : string * bool -> bool
Public Function DeleteRegistryKeyFromLocalMachineRoot (regKeyPath As String, Optional use64Bit As Boolean = false) As Boolean

Parâmetros

regKeyPath
String

Caminho para a chave do Registro no formato key\subkey\subsubkey

use64Bit
Boolean

se true, ele usa o registro de 64 bits, caso contrário, 32 bits são usados

Retornos

True se removido ou false se o erro

Aplica-se a