Disabling the "simple file sharing" option through W2K Domain GP

G

Guest

Hi , is there a policy in W2K Server Domain policy to enable/disable the
simple file sharing option in XP Pro Clients. If not is there any adm file
available ?

Please help
 
G

Guest

Hi aznan,


Use the following Administrative Template:
;-----------------------------------------------
CLASS MACHINE


CATEGORY !!category
CATEGORY !!WindowsExplorer


POLICY !!SimpleFileSharing
KEYNAME "SYSTEM\CurrentControlSet\Control\Lsa"
EXPLAIN !!SimpleFileSharing_Explain
VALUENAME "ForceGuest"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY


END CATEGORY
END CATEGORY


[strings]
category = "Custom Policy Settings"
SimpleFileSharing = "Simple File Sharing"
WindowsExplorer = "Windows Explorer"
SimpleFileSharing_Explain = "Enable to enable Use simple file sharing.
Disable to disable Use simple file sharing."
;-----------------------------------------------

Regards,
 
G

Guest

Thanks VMM , it works fine. One more quick question , how do i remove the
policy after importing it ?
 
G

Guest

Hi aznan,

You can remove the policy or only the template but in that template we are
using preferences instead of true policies which means that registry changes
are permanent even when you remove the policy.

Regards,
 
G

Guest

Ok, how do i remove it please ? If the registry changes is still there , will
it cause any problem to my DC ?

Thank you very much VMM
 
G

Guest

Hi aznan,


Where did you link the policy that you use on your tests?
I suppose that you have created a new OU to test the policy

Regards,
 
G

Guest

Yes , i've created a separate test OU but i have accidentally imported the
..adm in Default Domain Policy. How can i remove it from there ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top