Concurrent Rdp Patcher Windows Vista Home Premium
Does anyone know is there an add on/patch/link/3rd party software. Solved: Remote Desktop for Vista home premium? All windows OS have remote desktop. Sep 12, 2008 Does anyone know is there an add on/patch/link/3rd party software. Solved: Remote Desktop for Vista home premium?

Edit: I realized I posted a solution for Windows 7 Home Premium. You can use similar steps to enable Remote Desktop for Windows Vista Home Premium (with as well). You can enable Remote Desktop (Terminal Services) on a Windows Home Premium machine.
Rdp For Windows Home
2.Go to Folder Concurrent_RDP_Win7_RTM_patcher,right. Install Remote Desktop in Windows 7 Home. Remote Desktop in Windows 7 Home Premium to.
It involves overwriting your Windows System32 termsrv.dll file with a hacked version (or patching/hacking it in-place), which you can find from various search engines. I can't find the exact site where I found my patch, but other sites exist, with either a, or a.
Also, for SP1, you may need a different file. (Sorry I can't protect against, but these links contain executable/DLL files for download.) My update came with a batch script, which may help with locating the exact files I used: @ECHO OFF SETLOCAL ENABLEDELAYEDEXPANSION SET WINVER=Windows 7 Build 7601 SET SETPRODUCTNAME='Windows 7' SET SETCURRENTBUILD='7601' SET SETCSDBUILDNUMBER='1130' SET SETVERSION=%SETCURRENTBUILD%.%SETCSDBUILDNUMBER% TITLE Concurrent Remote Desktop Sessions%WINVER%:SHOWHELP IF /I.%1.-? GOTO PRINTHELP IF /I.%1.help GOTO PRINTHELP GOTO PERMISSIONCHK:PRINTHELP ECHO This script enables concurrent remote desktop sessions ECHO for%WINVER% ECHO. ECHO This script must be run as an Administrator. ECHO To open an elevated command prompt with Administrator privileges ECHO press WinKey, typ cmd, and hit Ctrl+Shift+Enter. ECHO Available commandline switches: ECHO.
Show this help. ECHO help Same as -? ECHO multi Enable multiple sessions per user. ECHO blank Enable remote logon for user accounts that are not password protected. GOTO END:PERMISSIONCHK REM Note: Mikinho, Updated admin right checks to a more appropiate method SET HasAdminRights=0 FOR /F%%i IN ('WHOAMI /PRIV /NH') DO ( IF '%%i'SeTakeOwnershipPrivilege' SET HasAdminRights=1 ) IF NOT%HasAdminRights%1 ( ECHO. ECHO This script must be run as an Administrator.
ECHO Use switch -? To show help. GOTO END ):VERSIONCHECK REM Note: Mikinho, Improved checks.