Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Registry.DeleteValue
Deletes a value from a registry key.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Registry | 7.2 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
MBS( "Registry.DeleteValue"; Path; Name ) More
Parameters
Parameter | Description | Example |
---|---|---|
Path | The path to the parent registry key. Separated by \ you specify the path to the key you want. Root can be Classes, CurrentUser, LocalMachine, Users, PerformanceData, CurrentConfig, DynData or the HKEY names. |
"Users\test" |
Name | The name of the value to delete. | "Hello" |
Result
Returns OK or error.
Description
Deletes a value from a registry key.Examples
Delete a value:
MBS( "Registry.DeleteValue"; "CurrentUser\Test"; "Hello" )
See also
Blog Entries
This function checks for a license.
Created 20th March 2017, last changed 20th March 2017