How do i write to the native registry using an action using embedded relevance ? (basically, how do i add another if statement for example, if {x64 of operating system} regset64 …
if {number of relevant fixlets whose (value of header “subject” of it as lowercase contains “CompanyName NAC” as lowercase) of sites whose (name of it as lowercase contains “Actionsite” as lowercase) > 0}
I sure wish someone had replied to your posting with a fix because I’m trying to use the following Action script code. And although in the console it says that each line was successful, no registry entry is created on my Windows 7 test machine.
If {x64 of operating system}
regset64 "[HKLM\Software\Desktop]" "Department_Abr"="FHC"
Else
regset "[HKLM\Software\Desktop]" "Department_Abr"="FHC"