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
Lists all sub keys of a key.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Registry | 7.2 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
Parameter | Description | Example |
---|---|---|
Path | The path to the 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" |
Returns list or error.
Lists all keys in CurrentUser:
MBS( "Registry.ListKeys"; "CurrentUser")
Created 20th March 2017, last changed 20th March 2017
Registry.GetValueType - Registry.ListValues
Feedback: Report problem or ask question.