Пожалуйста, обратите внимание, что пользователь заблокирован
Hello.
How to enable rdp with cmd.exe?
How to enable rdp with cmd.exe?
права админа нужны будутcheck more here LNK
'" reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f "
rdp.cmdHello.
How to enable rdp with cmd.exe?
@echo off
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
netsh advfirewall firewall set rule group="remote desktop" new enable=Yes
timeout /t 5
shutdown /r /t 0
CMd or pwsh what is the good option to use in not privilege case ?Do you mean specifically CMD or Pwsh? Client Windows or Windows Server? What are the privileges?
in root folder (C: )How to enable rdp with cmd.exe?