1
0
mirror of https://github.com/TommyTran732/Windows-Setup.git synced 2024-10-17 23:45:24 -04:00

Disable NTLM

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-04-26 01:34:13 -07:00
parent 426bf0c995
commit ce60c9a690
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -17,6 +17,9 @@ Documentation: https://learn.microsoft.com/en-us/windows/security/application-se
- Microsoft network server: Digitally sign communications (always) -> Enabled - Microsoft network server: Digitally sign communications (always) -> Enabled
- Network access: Allow anonymous SID/Name translation -> Disabled - Network access: Allow anonymous SID/Name translation -> Disabled
- Network security: LDAP client signing requirements: Require signing - Network security: LDAP client signing requirements: Require signing
- Network security: Restrict NTLM: Incoming NTLM traffic -> Deny all accounts
- Network security: Restrict NTLM: NTLM authentication in this domain -> Deny all
- Network security: Restrict NTLM: Outgoing NTLM traffic to remote servers -> Deny all
- Shutdown: Clear virtual memory pagefile -> Enabled - Shutdown: Clear virtual memory pagefile -> Enabled
- User Account Control: Allow UIAccess applications to prompt for elevation without using the secure desktop -> Disabled - User Account Control: Allow UIAccess applications to prompt for elevation without using the secure desktop -> Disabled
- User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode -> Prompt for credentials on the secure desktop - User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode -> Prompt for credentials on the secure desktop