
Sesiones RDP
Comandos PowerShell para habilitar múltiples sesiones remotas concurrentes en Windows Server.
Habilitar múltiples sesiones RDP
Copiamos el archivo y lanzamos en PowerShell desde la misma carpeta:
copy MULTIUSER-termsrv.dll c:\Windows\System32\MULTIUSER-termsrv.dll
copy c:\Windows\System32\termsrv.dll termsrv.dll_backup
takeown /F c:\Windows\System32\termsrv.dll /A
icacls c:\Windows\System32\termsrv.dll /grant administradores:F
stop-service TermService -force
Remove-Item -Force "c:\Windows\System32\termsrv.dll"
ren c:\Windows\System32\MULTIUSER-termsrv.dll c:\Windows\System32\termsrv.dll
net start TermService
Soporte e Implantación
¿Necesitas ayuda implementando esta solución?
El equipo de ingenieros de Kuretes puede encargarse de la configuración, migración y mantenimiento seguro de estos entornos en tu infraestructura empresarial.