My basic problem is I want to disable the XP-nag "Windows XP Tour".
The corresponding registry key would be:
HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Tour
However, when specifying this as KEYNAME in a ADM-file, adding the template to a policy, will create new category Nuisances, but with no settings ! In addition, this category only shows as contents "there are no items to show in this view".
When instead using the KEYNAME below (apparently it is required to write to a Policies section ?), the category Nuisances is now correctly showing the desired setting in the GPO Editor, but it is not applied correctly to the user...
So I am confused about the exact location the KEYNAME needs to indicate ?
=======================================
CLASS USER
CATEGORY "Nuisances"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Applets\Tour"
POLICY "Suppress the Windows XP Tour"
PART "Suppress the Windows XP Tour" CHECKBOX
VALUENAME "RunCount"
VALUEON NUMERIC 0
VALUEOFF NUMERIC 3
ACTIONLISTON
VALUENAME "RunCount" VALUE NUMERIC 0
END ACTIONLISTON
ACTIONLISTOFF
VALUENAME "RunCount" VALUE NUMERIC 3
END ACTIONLISTOFF
END PART
END POLICY
END CATEGORY
The corresponding registry key would be:
HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Tour
However, when specifying this as KEYNAME in a ADM-file, adding the template to a policy, will create new category Nuisances, but with no settings ! In addition, this category only shows as contents "there are no items to show in this view".
When instead using the KEYNAME below (apparently it is required to write to a Policies section ?), the category Nuisances is now correctly showing the desired setting in the GPO Editor, but it is not applied correctly to the user...
So I am confused about the exact location the KEYNAME needs to indicate ?
=======================================
CLASS USER
CATEGORY "Nuisances"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Applets\Tour"
POLICY "Suppress the Windows XP Tour"
PART "Suppress the Windows XP Tour" CHECKBOX
VALUENAME "RunCount"
VALUEON NUMERIC 0
VALUEOFF NUMERIC 3
ACTIONLISTON
VALUENAME "RunCount" VALUE NUMERIC 0
END ACTIONLISTON
ACTIONLISTOFF
VALUENAME "RunCount" VALUE NUMERIC 3
END ACTIONLISTOFF
END PART
END POLICY
END CATEGORY