FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
cramirez
Staff
Staff
Article Id 193578
Description
Sometimes users want to use RDP without losing their privileges and without adding a user on the 'ignore list'.
This articles describes the method to modify a Windows registry to avoid this behavior.


Solution
Modify the registry Keys on domain controllers.

Note :
Make a backup of registry of the following registry key.


Open regedit on domain controller and navigate to:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0]
Delete value Auth0 or change Auth0 value to anything other than dcagent

Example:
auth0 = “test”


After that restart domain controller.

Contributors