If you want to change the value via CMD/PowerShell:
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1
In case remote access is mitigated thru User Rights Assignment you can use the following to disable this.
C:\temp>ntrights.exe -r SeDenyNetworkLogonRight -u "Local Account"
Revoking SeDenyNetworkLogonRight from Local Account ... successful
You need an elevated command prompt.
reg save hklm\system system
reg save hklm\sam sam
reg save hklm\security security