Partager via


RegistryTools.DeleteRegistryKeyFromLocalMachineRoot(String, Boolean) Méthode

Définition

Supprime la clé de Registre spécifiée et toutes les sous-clés du registre racine HKLM

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

Paramètres

regKeyPath
String

Chemin d’accès à la clé de Registre au format key\subkey\subsubkey

use64Bit
Boolean

si true, il utilise le Registre 64 bits, sinon 32 bits est utilisé

Retours

True si supprimé, ou false en cas d’erreur

Implémente

S’applique à