home *** CD-ROM | disk | FTP | other *** search
- ; (c) Microsoft Corporation 1997-2000
- ;
- ; Security Configuration Template for Security Configuration Editor
- ;
- ; Template Name: SCEReg.INF
- ; Template Version: 05.00.DR.0000
- ;
- ; SCE Registry Information Template For Windows NT 5.0 W,S,DC
- ; Used to register Display Values for UI
- ;
- ; Revision History
- ; 0000 - Initial Defs from Securing Windows NT Installations whitepaper
-
-
- ; Please DO NOT EDIT version section.
- ;
- [version]
- signature="$CHICAGO$"
-
- ;----------------------------------------------------------------
- ;Registry Value Information
- ;----------------------------------------------------------------
- [Register Registry Values]
- ; First field: Registry value name in full path with / as the delimiter
- ; Second field: value type
- ; ; REG_SZ ( 1 )
- ; ; REG_EXPAND_SZ ( 2 ) // with environment variables to expand
- ; ; REG_BINARY ( 3 )
- ; ; REG_DWORD ( 4 )
- ; ; REG_MULTI_SZ ( 7 )
- ; third field: Display Name (localizable string),
- ; fourth field: Display type 0 - boolean, 1 - number, 2 - string, 3 - choices
-
- MACHINE/System/CurrentControlSet/Control/Lsa/AuditBaseObjects, 4, %AuditBaseObjects%, 0
- MACHINE/Software/Microsoft/Windows NT/CurrentVersion/Winlogon/AllocateCDRoms, 1, %AllocateCDRoms%, 0
- MACHINE/Software/Microsoft/Windows NT/CurrentVersion/Winlogon/AllocateFloppies, 1, %AllocateFloppies%, 0
- MACHINE/Software/Microsoft/Windows NT/CurrentVersion/Winlogon/CachedLogonsCount, 1, %CachedLogonsCount%, 1
- MACHINE/System/CurrentControlSet/Control/Session Manager/Memory Management/ClearPageFileAtShutdown, 4, %ClearPageFileAtShutdown%, 0
- MACHINE/System/CurrentControlSet/Control/Lsa/CrashOnAuditFail, 4, %CrashOnAuditFail%, 0
- MACHINE/Software/Microsoft/Windows NT/CurrentVersion/Winlogon/DontDisplayLastUserName, 1, %DontDisplayLastUserName%, 0
- MACHINE/System/CurrentControlSet/Control/Lsa/FullPrivilegeAuditing,3,%FullPrivilegeAuditing%, 0
- MACHINE/Software/Microsoft/Windows NT/CurrentVersion/Winlogon/LegalNoticeCaption, 1, %LegalNoticeCaption%, 2
- MACHINE/Software/Microsoft/Windows NT/CurrentVersion/Winlogon/LegalNoticeText, 1, %LegalNoticeText%, 2
- MACHINE/System/CurrentControlSet/Control/Lsa/LmCompatibilityLevel,4, %LmCompatibilityLevel%, 3
- MACHINE/System/CurrentControlSet/Control/Session Manager/ProtectionMode, 4, %ProtectionMode%, 0
- MACHINE/System/CurrentControlSet/Control/Lsa/RestrictAnonymous,4,%RestrictAnonymous%, 0
- MACHINE/Software/Microsoft/Windows NT/CurrentVersion/Winlogon/ShutdownWithoutLogon,1,%ShutdownWithoutLogon%, 0
- MACHINE/System/CurrentControlSet/Services/Netlogon/Parameters/SignSecureChannel,4,%SignSecureChannel%, 0
- MACHINE/System/CurrentControlSet/Services/Netlogon/Parameters/SealSecureChannel,4,%SealSecureChannel%, 0
- MACHINE/System/CurrentControlSet/Services/Netlogon/Parameters/RequireSignOrSeal,4,%SignOrSeal%, 0
- MACHINE/System/CurrentControlSet/Services/LanManServer/Parameters/EnableSecuritySignature,4,%EnableSMBSignServer%, 0
- MACHINE/System/CurrentControlSet/Services/LanManServer/Parameters/RequireSecuritySignature,4,%RequireSMBSignServer%, 0
- MACHINE/System/CurrentControlSet/Services/Rdr/Parameters/EnableSecuritySignature,4,%EnableSMBSignRdr%, 0
- MACHINE/System/CurrentControlSet/Services/Rdr/Parameters/RequireSecuritySignature,4,%RequireSMBSignRdr%, 0
- MACHINE/System/CurrentControlSet/Services/LanManServer/Parameters/EnableForcedLogOff,4,%EnableForcedLogoff%, 0
- MACHINE/System/CurrentControlSet/Services/LanManServer/Parameters/AutoDisconnect,4,%AutoDisconnect%, 1
- MACHINE/System/CurrentControlSet/Services/Rdr/Parameters/EnablePlainTextPassword,4,%EnablePlainTextPassword%, 0
- MACHINE/System/CurrentControlSet/Control/Lsa/SubmitControl,4,%SubmitControl%, 0
- MACHINE/System/CurrentControlSet/Control/Print/Providers/LanMan Print Services/AddPrintDrivers,4,%AddPrintDrivers%, 0
-
-
-
- [Strings]
-
- SubmitControl = Allow Server Operators to schedule tasks (Domain Controllers Only)
- ShutdownWithoutLogon = Allow system to be shutdown without having to log on
- AuditBaseObjects = Audit access to internal system objects
- FullPrivilegeAuditing = Audit use of all user rights including Backup and Restore
- EnableForcedLogoff = AutoDisconnect: Allow sessions to be disconnected when they are idle
- AutoDisconnect = AutoDisconnect: Amount of idle time required before disconnecting session
- ClearPageFileAtShutdown = Clear virtual memory pagefile when system shuts down
- RequireSMBSignRdr = Digitally sign client-side communication always
- EnableSMBSignRdr = Digitally sign client-side communication when possible
- RequireSMBSignServer = Digitally sign server-side communication always
- EnableSMBSignServer = Digitally sign server-side communication when possible
- RestrictAnonymous = Disallow enumeration of account names and shares by anonymous users
- DontDisplayLastUserName = Do not display last username in logon screen
- LegalNoticeText = Message text for users attempting to log on
- LegalNoticeCaption = Message title for users attempting to log on
- CachedLogonsCount = Number of previous logons to cache in case Domain Controller not available
- AddPrintDrivers = Prevent users from installing print drivers
- AllocateCDRoms = Restrict CD ROM access to locally logged on user only
- AllocateFloppies = Restrict Floppy access to locally logged on user only
- ProtectionMode = Restrict management of shared resources such as Com1
- SignOrSeal = Secure Channel: Digitally encrypt or sign secure channel data always
- SealSecureChannel = Secure Channel: Digitally encrypt secure channel data when possible
- SignSecureChannel = Secure Channel: Digitally sign secure channel data when possible
- CrashOnAuditFail = Shutdown system immediately if unable to log security audits
- LmCompatibilityLevel = Send downlevel LanMan compatible password
- EnablePlainTextPassword = Send unencrypted password in order to connect to 3rd Party SMB servers.
-