Remote desktop can be enabled automatically with two commands.
Not sure, how NTLite is trying to do it, but these will work.
Tamper protection, I have no way of automating it, so its just hoping the NTLite problem can be fixed.
Defender does disable if choose to disable it, but I prefer to have Defender enabled and Tamper Protection off, so that combination of options.
Not sure, how NTLite is trying to do it, but these will work.
Code:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
netsh advfirewall firewall set rule group="remote desktop" new enable=yes
Tamper protection, I have no way of automating it, so its just hoping the NTLite problem can be fixed.
Defender does disable if choose to disable it, but I prefer to have Defender enabled and Tamper Protection off, so that combination of options.