sysadmin:abilitare_rdp
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
sysadmin:abilitare_rdp [20/12/2021 08:10] – ↷ Page name changed from sysadmin:abilitare_rdp_con_pstools to sysadmin:abilitare_rdp lrosa | sysadmin:abilitare_rdp [20/12/2021 08:12] (current) – lrosa | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Abilitare RDP ====== | ||
+ | ===== Via registry ===== | ||
+ | |||
+ | Per abilitare o disabilitare il desktop remoto su un client modificare la chiave | ||
+ | |||
+ | '' | ||
+ | |||
+ | Mettendo 0 il desktop remoto è abilitato, con 1 è disabilitato. | ||
+ | |||
+ | L' | ||
+ | |||
+ | ===== Con PStools ===== | ||
+ | |||
+ | <code winbatch> | ||
+ | |||
+ | Per aprire anche il firewall: | ||
+ | |||
+ | <code winbatch> | ||
+ | psexec \\nomecomputer netsh firewall set service remotedesktop enable | ||
+ | psexec \\nomecomputer netsh firewall set service remoteadmin enable | ||
+ | </ | ||
+ | |||
+ | Se l' | ||
+ | |||
+ | |||
+ | |||