Registry Relevance

Hi –

This should probably not be stored as a client setting but I’ll provide instructions on doing it with a client setting

Client Setting

If you want to store stuff there you should use a client setting

setting "myBaselineTag"="MyBaselineTagSetting" on "{now}" for client

In your actionscript.

Then when you want to view the value of the setting it’s just…

value of setting "myBaselineTag" of client

Recommended way

There is a lot of overhead associated with using client settings so I’d typically recommend just placing a reg_sz somewhere in the registry or a file somewhere on the disk.

exists values "BaselineGroup" whose (it = "0") of keys "HKLM\SOFTWARE\CorporateIT\PatchingGroups" of (x32 registry)

Or something similar.

3 Likes