Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
SRP_Registry
Hi
Wrote a little bit of code to test how this works.
Key="HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\RevSoft\Revelation Universal Driver\4.7\Shares"
Error=""
Result = SRP_Registry("READDEF", Key, "Data", 1)
Result = SRP_Registry("WRITE", Key, "Data", "SRP Sample", Error)
The registry did not read or write to the location I expected by the Key.
I did a search and it appears in
Computer\HKEY_USERS\S-1-5-21-3744441580-1069173414-1481824448-1001\Software\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Revsoft\Revelation Universal Driver\4.7\Shares
Is there something I need to do to update the live location, rather than some virtual one?
Colin
Wrote a little bit of code to test how this works.
Key="HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\RevSoft\Revelation Universal Driver\4.7\Shares"
Error=""
Result = SRP_Registry("READDEF", Key, "Data", 1)
Result = SRP_Registry("WRITE", Key, "Data", "SRP Sample", Error)
The registry did not read or write to the location I expected by the Key.
I did a search and it appears in
Computer\HKEY_USERS\S-1-5-21-3744441580-1069173414-1481824448-1001\Software\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Revsoft\Revelation Universal Driver\4.7\Shares
Is there something I need to do to update the live location, rather than some virtual one?
Colin
Comments