I have created the following .ADM file but when I add the file to a GPO it creates a new folder under Windows Components called 'Simple File Sharing' but the 'Disable Simple File Sharing' policy does not appear'. Any idea why?
CLASS MACHINE
CATEGORY !!WindowsComponents
CATEGORY !!SimpleFileSharing
POLICY !!DisableSimpleFS
KEYNAME "System\CurrentControlSet\Control\Lsa"
VALUENAME "forceguest"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY
END CATEGORY
[strings]
WindowsComponents="Windows Components"
SimpleFileSharing="Simple File Sharing"
DisableSimpleFS="Disable Simple File Sharing"
CLASS MACHINE
CATEGORY !!WindowsComponents
CATEGORY !!SimpleFileSharing
POLICY !!DisableSimpleFS
KEYNAME "System\CurrentControlSet\Control\Lsa"
VALUENAME "forceguest"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY
END CATEGORY
[strings]
WindowsComponents="Windows Components"
SimpleFileSharing="Simple File Sharing"
DisableSimpleFS="Disable Simple File Sharing"