Turn off simple file sharing using command line

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I turn of simple file sharing using the command line? I'm creating a
batch file and I want to turn off simple file sharing on all my workstatioins
using a batch file. Any advice, direction or suggestion would be greatly
appreciated.
 
Registry Key and Values
When security settings are set in Windows XP, the following registry key is
used:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
The values are: .ForceGuest=1: Use this value to force guests on
..ForceGuest=0: Use this value to force guests off

How to Set Security in Windows XP Professional That Is Installed in a
Workgroup:
http://support.microsoft.com/?kbid=290403

Distributing Registry Changes
http://support.microsoft.com/default.aspx?scid=kb;en-us;310516&sd=tech#XSLTH3235121122120121120120


--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


How do I turn of simple file sharing using the command line? I'm creating a
batch file and I want to turn off simple file sharing on all my
workstatioins
using a batch file. Any advice, direction or suggestion would be greatly
appreciated.
 
Back
Top