All Tweaks

🛡️ Firewall & Security

Credential Hardening

Configure token and credential policies to prevent credential theft attacks

Benefit

Protects administrator tokens from local privilege escalation attacks

Impact

high

Commands (3)

Set-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System -Name LocalAccountTokenFilterPolicy -Value 0
Set-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System -Name FilterAdministratorToken -Value 1
Set-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System -Name EnableLUA -Value 1