LocalAccountTokenFilterPolicy
Feature implemented by User Account Control that strips any local account of its administrative privileges when login in remotely.
Can be disabled using reg:
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /t REG_DWORD /v LocalAccountTokenFilterPolicy /d 1
Last updated