Richard Slater Posted December 8, 2005 Posted December 8, 2005 (edited) I have been trying to create an ADM file to disable simple file sharing, pretty much a shameless rip from a number of places on the internet, however it dosn't seem to work.It creates the category fine, however the policy it self is not created in GPO Editor, here is my code. Any ideas?CLASS MACHINE CATEGORY "Sophos" POLICY "Enable Simple File Shareing" KEYNAME "SYSTEM\CurrentControlSet\Control\Lsa" VALUENAME "forceguest" VALUEON NUMERIC 1 VALUEOFF NUMERIC 0 END POLICY END CATEGORYTitle Edited - Please follow new posting rules from now on.--Zxian Edited December 8, 2005 by Zxian
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now