User Tools

Site Tools


sysadmin:abilitare_rdp

This is an old revision of the document!


Abilitare RDP con PStools

psexec \\nomecomputer reg add "hklm\system\currentcontrolset\control\terminal server" /f /v fDenyTSConnections /t REG_DWORD /d 0

Per aprire anche il firewall:

psexec \\nomecomputer netsh firewall set service remotedesktop enable
psexec \\nomecomputer netsh firewall set service remoteadmin enable

Se l'utente non dispone di diritti amministrativi, specificare utente e password con -u e -p

sysadmin/abilitare_rdp.1639987846.txt.gz · Last modified: 20/12/2021 08:10 by lrosa