Need some help here guys. I’m trying to modify the relevance on a task that I have. I need only machines that are Windows XP and the start page in IE is www.google.com
See below…
(name of operating system = “WinXP”) and (exists key “Software\Microsoft\Internet Explorer\Main\Start Page\https://www.google.com” of current user keys (logged on users) of registry)
Either the case is getting you (e.g. www.Google.com) or http vs https or trailing “/” at the end.
Maybe something like this would be better?
(name of operating system = “WinXP”) and (exists key “Software\Microsoft\Internet Explorer\Main\Start Page” whose (value of it as lowercase contains “www.google.com”) of current user keys (logged on users) of registry)
Is there a way to change the HKEY_USERS branch for all users not just the one who is logged in? This is what I have for the action but it only modifies the logged in user.
Even with using HKEY_USERS, the only active user registry hive will be the logged on user. If noone is logged on, the only thing under HKEY_USERS will be the “.default” profile (don’t forget to check that one too). So no, you won’t be able to hit all profiles at once. You could have your action sit out there for a longer period, allowing it to reapply multiple times.
Also, when using detection of the logged on user using your above code, it’ll fail under Vista. I posted the corrected relevance at the bottom of http://forum.bigfix.com/viewtopic.php?id=11