Registry values manipulation
- Read values and its types
- Set registry values and its types
- Delete registry values
- Test existence of a value
Registry keys manipulation
- Add and remove keys.
- Test existence of a key
- Read key properties (number of values and subkeys, last write time, ..)
Enumaration
- Enumerate values of key
- Enumerate subkeys of key
Utilities
- Connect to remote registry
- Logon to user account with read/write registry rights (ASP/T-SQL)
- Expand envinronment strings.
- Works with any VBA (VBA 5, VBA 6, VB.Net, Word, Excel, Access, ...), script environments (VBScript and Jscript in ASP, ASP.Net, WSH) and C#.