IAmATeaf Posted April 21, 2013 Report post Posted April 21, 2013 I am setting a task sequence condition which tests if a registry key is set to "Yes", if it is then the task sequence continues else it aborts the steps within that group. So for example I set the condition to look at HKLM\SOFTWARE\BldControl, key to check is Rebuild which if set to "Yes" will allow the TS to continue the steps in the group. But due to redirection the test always fails but if I add the same key to HKLM\SOFTWARE\Wow6432Node\BldControl, leave the test condition the same i.e. HKLM\SOFTWARE\BldControl then the test evaluates to true. I know I can add the registry keys to both HKLM\SOFTWARE\BldControl and HKLM\SOFTWARE\Wow6432Node\BldControl but I'd rather not so in the test condition what do I test so that it actually evaluates the real HKLM\SOFTWARE\BldControl key? Quote Share this post Link to post Share on other sites More sharing options...