Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.3 KiB

  1. <?xml version="1.0"?>
  2. <!-- **********************************************************************-->
  3. <!-- -->
  4. <!-- Copyright (c) 2000-2001 Microsoft Corporation -->
  5. <!-- -->
  6. <!-- This is the form of the Security Policy that the UI will output -->
  7. <!-- -->
  8. <!-- The transforms will utilize this to generate cfg/rbk scripts -->
  9. <!-- -->
  10. <!-- This policy file will not ship since it is generated by the UI -->
  11. <!-- -->
  12. <!-- **********************************************************************-->
  13. <!-- **********************************************************************-->
  14. <!-- -->
  15. <!-- Revision History: -->
  16. <!-- -->
  17. <!-- 10/25/2001 - First Draft Security Policy (vishnup) -->
  18. <!-- -->
  19. <!-- **********************************************************************-->
  20. <SSRSecurityPolicy>
  21. <Services Disablemethod="Explicit">
  22. <Service Name="Alerter" StartupMode="Disabled" />
  23. <Service Name="NetDDE" StartupMode="Ignored" />
  24. <Service Name="LanManServer" StartupMode="Automatic" />
  25. <Service Name="Browser" StartupMode="Manual" />
  26. <Service Name="NetBT" StartupMode="Boot" />
  27. </Services>
  28. </SSRSecurityPolicy>