Condividi tramite


RegistryTools.DeleteRegistryKeyFromLocalMachineRoot(String, Boolean) Metodo

Definizione

Elimina la chiave del Registro di sistema specificata e tutte le sottochiavi del Registro di sistema HKLM radice

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

Parametri

regKeyPath
String

Percorso della chiave del Registro di sistema nel formato key\subkey\subsubkey

use64Bit
Boolean

se true, usa il Registro di sistema a 64 bit; in caso contrario, viene usato 32 bit

Restituisce

True se rimosso o false se si verifica un errore

Implementazioni

Si applica a