Actions
Feature #3260
closed$regread()
Start date:
02/04/2017
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Description
Hello,
It would be nice to have an new identifier in AdiIRC that it could only READ the Windows Registry and get details.
Usage: $regread(path,N).prop
Properties: .type - .value
Examples:
$regread(HKEY_CURRENT_USER\SOFTWARE\Microsoft\Notepad,0) = the total names from the direction.
$regread(HKEY_CURRENT_USER\SOFTWARE\Microsoft\Notepad,1) = the 1st name from the direction.
$regread(HKEY_CURRENT_USER\SOFTWARE\Microsoft\Notepad,1).type = the type (REG_SZ,REG_BINARY,...) for the 1st name from the direction.
$regread(HKEY_CURRENT_USER\SOFTWARE\Microsoft\Notepad,1).value = the value for the 1st name from the direction.
- Thanks!
Updated by Per Amundsen about 4 years ago
- Status changed from Assigned to Rejected
Actions