Need to create a property the pulls only 3 value with registry key starts with encryption

(name of it, it) of values of key “hklm\software\policies\microsoft\fve” of registry

You can filter the values returned with a ‘whose’ clause

(name of it, it) of values whose (name of it starts with "Encryption") of key "HKLM\SOFTWARE\Policies\Microsoft\FVE" of registry

2 Likes

Thanks @trn it worked