(imported topic written by EricWittersheim)
Is anyone else having any issues applying this fixlet? According to Microsoft when the sidebar is turned off the registry value is set to 1. If I read this relevance clause correctly. Big Fix is checking to see if it is set as 1. Then it applies the patch over and over again. The fixlet should check for the value 0, correct?
(if (exists key “Windows” of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies” of native registry) then (exists value “TurnOffSidebar” whose (it as string = “1”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Windows\Sidebar” of native registry) else (false))