“Cómo habilitar el escritorio remoto con CMD” Código de respuesta

Cómo habilitar el escritorio remoto con CMD

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
Xenophobic Xenomorph

Windows XP habilita el CMD de escritorio remoto

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
Yucky Yacare

Respuestas similares a “Cómo habilitar el escritorio remoto con CMD”

Preguntas similares a “Cómo habilitar el escritorio remoto con CMD”

Más respuestas relacionadas con “Cómo habilitar el escritorio remoto con CMD” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código