| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Component: Registry
Windows Registry functions.
| Version | macOS | Windows | Linux | Server | iOS SDK |
| 7.2 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
| Item | Details |
|---|---|
| Registry.CreateKey Creates a new registry key. | Win only 7.2 |
| Registry.DeleteKey Deletes a key in the registry. | Win only 7.2 |
| Registry.DeleteTree Deletes a key with all sub keys. | Win only 7.2 |
| Registry.DeleteValue Deletes a value from a registry key. | Win only 7.2 |
| Registry.FlushKey Writes changes to disk. | Win only 7.2 |
| Registry.GetValue Queries value of key’s value. | Win only 7.2 |
| Registry.GetValueType Queries type of a value. | Win only 7.2 |
| Registry.ListKeys Lists all sub keys of a key. | Win only 7.2 |
| Registry.ListValues Queries list of value names of a key. | Win only 7.2 |
| Registry.SetValue Sets a value on a registry key. | Win only 7.2 |
10 functions shown.
These functions require a license (100%).
Release notes
- Version 7.5
- Fixed bugs in Registry functions.
- Version 7.2
- Added Registry functions (Windows only of course).
Blog Entries