Condividi tramite


RegistryTools.SetRegistryFromLocalMachineRoot Metodo

Definizione

Imposta un valore nel Registro di sistema dal Registro di sistema radice HKLM

public bool SetRegistryFromLocalMachineRoot (string regKeyPath, string regKeyName, object value, bool use64Bit = false);
abstract member SetRegistryFromLocalMachineRoot : string * string * obj * bool -> bool
override this.SetRegistryFromLocalMachineRoot : string * string * obj * bool -> bool
Public Function SetRegistryFromLocalMachineRoot (regKeyPath As String, regKeyName As String, value As Object, Optional use64Bit As Boolean = false) As Boolean

Parametri

regKeyPath
String

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

regKeyName
String

Nome della variabile nella chiave

value
Object

valore da impostare

use64Bit
Boolean

facoltativo, se impostato su true, usa il Registro di sistema a 64 bit, in caso contrario, il valore predefinito è 32 bit

Restituisce

true se impostato o false se l'errore

Implementazioni

Si applica a