According to the documentation for API function GetNamedSecurityInfo
, it can get information from the following objects:
- Local or remote files or directories on an NTFS file system
- Local or remote printers
- Local or remote Windows services
- Network shares
- Registry keys
- Semaphores, events, mutexes, and waitable timers
- File-mapping objects
- Directory service objects
But what I need is to get information from a registry key on a remote computer. Can GetNamedSecurityInfo
obtain that somehow?