Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Windows Registry functions.
Version | macOS | Windows | Linux | Server | iOS SDK |
7.2 | ❌ No | ✅ Yes | ❌ No | ✅ Yes | ❌ 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.
Feedback: Report problem or ask question.