home *** CD-ROM | disk | FTP | other *** search
Windows Policy Administrative Template | 1996-08-23 | 1.8 KB | 57 lines |
- CLASS MACHINE
-
- CATEGORY !!Network
- KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Network
-
- CATEGORY !!InternetServices
-
- POLICY !!DisableAllServices
- KEYNAME System\CurrentControlSet\Services\InetInfo\Parameters
- VALUENAME DisableAllServices
- END POLICY
-
- POLICY !!DisableRunningWithNoSecurity
- KEYNAME System\CurrentControlSet\Services\InetInfo\Parameters
- VALUENAME DisableNoSecuritySet
- END POLICY
-
- POLICY !!DisableNetDrivesSharing
- KEYNAME System\CurrentControlSet\Services\InetInfo\Parameters
- VALUENAME DisableNetDrivesSharing
- END POLICY
-
-
- POLICY !!DisableW3Service
- KEYNAME System\CurrentControlSet\Services\W3Svc\Parameters
- VALUENAME DisableService
- END POLICY
-
- POLICY !!DisableClearText
- KEYNAME System\CurrentControlSet\Services\W3Svc\Parameters
- VALUENAME DisableClearTextAuthentication
- END POLICY
-
- POLICY !!DisableFTPService
- KEYNAME System\CurrentControlSet\Services\MSFtpSvc\Parameters
- VALUENAME DisableService
- END POLICY
-
- END CATEGORY ; Microsoft Windows95 Internet Services
-
- END CATEGORY
-
- [strings]
- System="System"
- Network="Network"
- InternetServices="Windows Internet Services"
- DisableAllServices="Disable running Internet Services"
- DisableW3Service="Disable running HTTP service"
- DisableFTPService="Disable running FTP service"
- DisableClearText="Disable using clear-text authentication when running HTTP service"
- DisableRunningWithNoSecurity="Disable running Internet Services if no security mechanism is installed"
- DisableNetDrivesSharing="Disable sharing of network drives over Internet Services"
-
-
-
-
-