RegistryDelVal


 

RegistryDelKey>root_key,key,Value

 

Not supported in Macro Scheduler Lite.

 

Removes a value from the registry.

 

To access the 64 bit registry hive set REG_64 to 1.  Default is 0.

 

Use all registry functions with caution.  If you are unfamiliar with the Windows Registry we recommend that you do not use these functions.  Removing or modifying a registry entry that you did not create could cause your system to become unstable.

 

Abbreviation : RDV

See also: RegistryDelKey, RegistryReadKey, RegistryWriteKey, RegistryEnumKeys, RegistryEnumVals

 

Example

 

RegistryDelVal>HKEY_CURRENT_USER,Software\MJTNET\Temp,TestVal1