README: Replace HTML with Markdown

This commit is contained in:
Stas'M 2016-07-24 01:11:25 +03:00 committed by GitHub
parent 3edd0e5300
commit 0e9385490b
1 changed files with 299 additions and 269 deletions

568
README.md
View File

@ -1,269 +1,299 @@
<b>RDP Wrapper Library by Stas'M</b><br> # RDP Wrapper Library by Stas'M
<br>
The goal of this project is to enable Remote Desktop Host support and concurrent RDP sessions on reduced functionality systems for home usage.<br> The goal of this project is to enable Remote Desktop Host support and concurrent RDP sessions on reduced functionality systems for home usage.
<br>
RDP Wrapper works as a layer between Service Control Manager and Terminal Services, so the original termsrv.dll file remains untouched. Also this method is very strong against Windows Update.<br> RDP Wrapper works as a layer between Service Control Manager and Terminal Services, so the original termsrv.dll file remains untouched. Also this method is very strong against Windows Update.
<br>
Screenshots:<br> Screenshots:
<div style="padding-top: 4px; width: 534px; white-space: nowrap; overflow: auto; overflow-y: hidden">
<a href="http://stascorp.com/images/rdpwrap/VistaST.png" target="_blank"><img src="http://stascorp.com/images/rdpwrap/pVistaST.jpg"></a>&nbsp; [pVistaST]: http://stascorp.com/images/rdpwrap/pVistaST.jpg
<a href="http://stascorp.com/images/rdpwrap/VistaHB.png" target="_blank"><img src="http://stascorp.com/images/rdpwrap/pVistaHB.jpg"></a>&nbsp; [pVistaHB]: http://stascorp.com/images/rdpwrap/pVistaHB.jpg
<a href="http://stascorp.com/images/rdpwrap/Win7ST.png" target="_blank"><img src="http://stascorp.com/images/rdpwrap/pWin7ST.jpg"></a>&nbsp; [pWin7ST]: http://stascorp.com/images/rdpwrap/pWin7ST.jpg
<a href="http://stascorp.com/images/rdpwrap/Win7HB.png" target="_blank"><img src="http://stascorp.com/images/rdpwrap/pWin7HB.jpg"></a>&nbsp; [pWin7HB]: http://stascorp.com/images/rdpwrap/pWin7HB.jpg
<a href="http://stascorp.com/images/rdpwrap/Win8DP.png" target="_blank"><img src="http://stascorp.com/images/rdpwrap/pWin8DP.jpg"></a>&nbsp; [pWin8DP]: http://stascorp.com/images/rdpwrap/pWin8DP.jpg
<a href="http://stascorp.com/images/rdpwrap/Win8CP.png" target="_blank"><img src="http://stascorp.com/images/rdpwrap/pWin8CP.jpg"></a>&nbsp; [pWin8CP]: http://stascorp.com/images/rdpwrap/pWin8CP.jpg
<a href="http://stascorp.com/images/rdpwrap/Win8RP.png" target="_blank"><img src="http://stascorp.com/images/rdpwrap/pWin8RP.jpg"></a>&nbsp; [pWin8RP]: http://stascorp.com/images/rdpwrap/pWin8RP.jpg
<a href="http://stascorp.com/images/rdpwrap/Win8.png" target="_blank"><img src="http://stascorp.com/images/rdpwrap/pWin8.jpg"></a>&nbsp; [pWin8]: http://stascorp.com/images/rdpwrap/pWin8.jpg
<a href="http://stascorp.com/images/rdpwrap/Win81P.png" target="_blank"><img src="http://stascorp.com/images/rdpwrap/pWin81P.jpg"></a>&nbsp; [pWin81P]: http://stascorp.com/images/rdpwrap/pWin81P.jpg
<a href="http://stascorp.com/images/rdpwrap/Win81.png" target="_blank"><img src="http://stascorp.com/images/rdpwrap/pWin81.jpg"></a>&nbsp; [pWin81]: http://stascorp.com/images/rdpwrap/pWin81.jpg
<a href="http://stascorp.com/images/rdpwrap/Win10TP.png" target="_blank"><img src="http://stascorp.com/images/rdpwrap/pWin10TP.jpg"></a>&nbsp; [pWin10TP]: http://stascorp.com/images/rdpwrap/pWin10TP.jpg
<a href="http://stascorp.com/images/rdpwrap/Win10PTP.png" target="_blank"><img src="http://stascorp.com/images/rdpwrap/pWin10PTP.jpg"></a>&nbsp; [pWin10PTP]: http://stascorp.com/images/rdpwrap/pWin10PTP.jpg
<a href="http://stascorp.com/images/rdpwrap/Win10.png" target="_blank"><img src="http://stascorp.com/images/rdpwrap/pWin10.jpg"></a>&nbsp; [pWin10]: http://stascorp.com/images/rdpwrap/pWin10.jpg
</div><br>
This solution was inspired by <a href="http://forums.mydigitallife.info/threads/39411-Windows-Product-Policy-Editor" target="_blank">Windows Product Policy Editor</a>, big thanks to <b>kost</b> :)<br> [fVistaST]: http://stascorp.com/images/rdpwrap/VistaST.png
- binarymaster<br> [fVistaHB]: http://stascorp.com/images/rdpwrap/VistaHB.png
<br> [fWin7ST]: http://stascorp.com/images/rdpwrap/Win7ST.png
Attention:<br> [fWin7HB]: http://stascorp.com/images/rdpwrap/Win7HB.png
It's recommended to have original termsrv.dll file with the RDP Wrapper installation. If you have modified it before with other patchers, it may become unstable and crash in any moment.<br> [fWin8DP]: http://stascorp.com/images/rdpwrap/Win8DP.png
<br> [fWin8CP]: http://stascorp.com/images/rdpwrap/Win8CP.png
Information:<br> [fWin8RP]: http://stascorp.com/images/rdpwrap/Win8RP.png
• Source code is available, so you can build it on your own<br> [fWin8]: http://stascorp.com/images/rdpwrap/Win8.png
• RDP Wrapper does not patch termsrv.dll, it loads termsrv with different parameters<br> [fWin81P]: http://stascorp.com/images/rdpwrap/Win81P.png
• RDPWInst and RDPChecker can be redistributed without development folder and batch files<br> [fWin81]: http://stascorp.com/images/rdpwrap/Win81.png
• RDPWInst can be used for unattended installation / deployment<br> [fWin10TP]: http://stascorp.com/images/rdpwrap/Win10TP.png
• Windows 2000, XP and Server 2003 will not be supported<br> [fWin10PTP]: http://stascorp.com/images/rdpwrap/Win10PTP.png
<br> [fWin10]: http://stascorp.com/images/rdpwrap/Win10.png
Porting to other platforms:<br>
<b>ARM</b> for Windows RT (see links below)<br> | NT Version | Screenshots |
<b>IA-64</b> for Itanium-based Windows Server? <i>Well, I have no idea</i> :)<br> | ------------- | ----------- |
<br> | Windows Vista | [![Windows Vista Starter][pVistaST]][fVistaST] [![Windows Vista Home Basic][pVistaHB]][fVistaHB] |
Building the binaries:<br> | Windows 7 | [![Windows 7 Starter][pWin7ST]][fWin7ST] [![Windows 7 Home Basic][pWin7HB]][fWin7HB] |
<b>x86 Delphi version</b> can be built with <i>Embarcadero RAD Studio 2010</i><br> | Windows 8 | [![Windows 8 Developer Preview][pWin8DP]][fWin8DP] [![Windows 8 Consumer Preview][pWin8CP]][fWin8CP] [![Windows 8 Release Preview][pWin8RP]][fWin8RP] [![Windows 8][pWin8]][fWin8] |
<b>x86/x64 C++ version</b> can be built with <i>Microsoft Visual Studio 2013</i><br> | Windows 8.1 | [![Windows 8.1 Preview][pWin81P]][fWin81P] [![Windows 8.1][pWin81]][fWin81] |
<br> | Windows 10 | [![Windows 10 Technical Preview][pWin10TP]][fWin10TP] [![Windows 10 Pro Technical Preview][pWin10PTP]][fWin10PTP] [![Windows 10][pWin10]][fWin10] |
<b>Links:</b><br> ---
• Official GitHub repository:<br> [WinPPE]: http://forums.mydigitallife.info/threads/39411-Windows-Product-Policy-Editor
<a href="https://github.com/stascorp/rdpwrap/" target="_blank">https://github.com/stascorp/rdpwrap/</a><br>
• Active discussion in the comments here:<br> This solution was inspired by [Windows Product Policy Editor][WinPPE], big thanks to **kost** :)
<a href="http://andrewblock.net/2013/07/19/enable-remote-desktop-on-windows-8-core/" target="_blank" title="Enable remote desktop on Windows 8 core / basic">Enable remote desktop on Windows 8 core / basic - Andrew Block .net</a><br>
• MDL Projects and Applications thread here:<br> — binarymaster
<a href="http://forums.mydigitallife.info/threads/55935-RDP-Wrapper-Library-(works-with-Windows-8-1-Basic)" target="_blank" title="Enable remote desktop on Windows 8 core / basic">RDP Wrapper Library (works with Windows 8.1 Basic)</a><br>
• Some ideas about porting to ARM for Windows RT (post #23):<br> ### Attention:
<a href="http://forum.xda-developers.com/showthread.php?t=2093525&page=3" target="_blank" title="Enable remote desktop on Windows 8 core / basic">[Q] Mod Windows RT to enable Remote Desktop</a><br> It's recommended to have original termsrv.dll file with the RDP Wrapper installation. If you have modified it before with other patchers, it may become unstable and crash in any moment.
• Adding «Remote Desktop Users» group:<br>
<a href="http://superuser.com/questions/680572/" target="_blank">http://superuser.com/questions/680572/</a><br> ### Information:
<br> - Source code is available, so you can build it on your own
<b>Tutorial videos:</b><br> - RDP Wrapper does not patch termsrv.dll, it loads termsrv with different parameters
<s><a href="http://www.youtube.com/watch?v=W9BpbEt1yJw" target="_blank">Updating RDP Wrapper INI file manually</a></s> (now use installer to update INI file)<br> - RDPWInst and RDPChecker can be redistributed without development folder and batch files
<a href="http://www.youtube.com/watch?v=FiD86tmRBtk" target="_blank">How to find offsets for new termsrv.dll versions</a><br> - RDPWInst can be used for unattended installation / deployment
<br> - Windows 2000, XP and Server 2003 will not be supported
Files description:<br>
<br> ### Porting to other platforms:
<table style="border-collapse: collapse; width: 100%; border: 1px solid black;" width="" align=""> - **ARM** for Windows RT (see links below)
<tbody> - **IA-64** for Itanium-based Windows Server? *Well, I have no idea* :)
<tr><td style="border: 1px solid black;"><b>RDPWInst.exe</b></td><td style="border: 1px solid black;">RDP Wrapper Library installer/uninstaller</td></tr>
<tr><td style="border: 1px solid black;"><b>RDPCheck.exe</b></td><td style="border: 1px solid black;">Local RDP Checker (you can check the RDP is working)</td></tr> ### Building the binaries:
<tr><td style="border: 1px solid black;"><b>RDPConf.exe</b></td><td style="border: 1px solid black;">RDP Wrapper Configuration</td></tr> - **x86 Delphi version** can be built with *Embarcadero RAD Studio 2010*
<tr><td style="border: 1px solid black;"><b>install.bat</b></td><td style="border: 1px solid black;">Quick install batch file</td></tr> - **x86/x64 C++ version** can be built with *Microsoft Visual Studio 2013*
<tr><td style="border: 1px solid black;"><b>uninstall.bat</b></td><td style="border: 1px solid black;">Quick uninstall batch file</td></tr>
<tr><td style="border: 1px solid black;"><b>update.bat</b></td><td style="border: 1px solid black;">Quick update batch file</td></tr> [andrewblock]: http://andrewblock.net/2013/07/19/enable-remote-desktop-on-windows-8-core/
</tbody> [mydigitallife]: http://forums.mydigitallife.info/threads/55935-RDP-Wrapper-Library-(works-with-Windows-8-1-Basic)
</table><br> [xda-dev]: http://forum.xda-developers.com/showthread.php?t=2093525&page=3
Change log:<br> [yt-updating]: http://www.youtube.com/watch?v=W9BpbEt1yJw
<br> [yt-offsets]: http://www.youtube.com/watch?v=FiD86tmRBtk
<b><u>2015.08.12</u></b><br>
• Version 1.6<br> ### Links:
• Added support for Windows 10<br> - Official GitHub repository:
• INI file has smaller size now - all comments are moved to KB file<br> https://github.com/stascorp/rdpwrap/
• Installer updated<br> - Active discussion in the comments here:
• Added workaround for 1056 error (although it isn't an error)<br> [Enable remote desktop on Windows 8 core / basic - Andrew Block .net][andrewblock]
• Added update support to installer<br> - MDL Projects and Applications thread here:
• Newest RDPClip versions are included with installer<br> [RDP Wrapper Library (works with Windows 8.1 Basic)][mydigitallife]
• RDP Checker updated<br> - Some ideas about porting to ARM for Windows RT (post #23):
• Changed connect IP to 127.0.0.2<br> [\[Q\] Mod Windows RT to enable Remote Desktop][xda-dev]
• Updated some text messages<br> - Adding «Remote Desktop Users» group:
• RDP Config updated<br> http://superuser.com/questions/680572/
• Added all possible shadowing modes<br>
• Also it will write settings to the group policy<br> ### Tutorial videos:
<br> - [~~Updating RDP Wrapper INI file manually~~][yt-updating] (now use installer to update INI file)
<b><u>2014.12.11</u></b><br> - [How to find offsets for new termsrv.dll versions][yt-offsets]
• Version 1.5<br>
• Added INI config support<br> Files in release package:
• Configuration is stored in INI file now<br>
• We can extend version support without building new binaries<br> | File name | Description |
• Added support for Windows 8.1 with KB3000850<br> | --------- | ----------- |
• Added support for Windows 10 Technical Preview Update 2<br> | `RDPWInst.exe` | RDP Wrapper Library installer/uninstaller |
• Installer updated<br> | `RDPCheck.exe` | Local RDP Checker (you can check the RDP is working) |
• RDP Config updated<br> | `RDPConf.exe` | RDP Wrapper Configuration |
• Diagnostics feature added to RDP Config<br> | `install.bat` | Quick install batch file |
<br> | `uninstall.bat` | Quick uninstall batch file |
<b><u>2014.11.14</u></b><br> | `update.bat` | Quick update batch file |
• Version 1.4<br>
• Added support for Windows 10 Technical Preview Update 1<br> Change log:
• Added support for Windows Vista SP2 with KB3003743<br>
• Added support for Windows 7 SP1 with KB3003743<br> #### 2015.08.12
• Added new RDP Configuration Program<br> - Version 1.6
<br> - Added support for Windows 10
<b><u>2014.10.21</u></b><br> - INI file has smaller size now - all comments are moved to KB file
• Installer updated<br> - Installer updated
• Added feature to install RDP Wrapper to System32 directory<br> - Added workaround for 1056 error (although it isn't an error)
• Fixed issue in the installer - NLA setting now remains unchanged<br> - Added update support to installer
• Local RDP Checker updated<br> - Newest RDPClip versions are included with installer
• SecurityLayer and UserAuthentification values changed on check start<br> - RDP Checker updated
• RDP Checker restores values on exit<br> - Changed connect IP to 127.0.0.2
<br> - Updated some text messages
<b><u>2014.10.20</u></b><br> - RDP Config updated
• Version 1.3<br> - Added all possible shadowing modes
• Added support for Windows 10 Technical Preview<br> - Also it will write settings to the group policy
• Added support for Windows 7 with KB2984972<br>
• Added support for Windows 8 with KB2973501<br> #### 2014.12.11
• Added extended support for Windows Vista (SP0, SP1 and SP2)<br> - Version 1.5
• Added extended support for Windows 7 (SP0 and SP1)<br> - Added INI config support
• Some improvements in the source code<br> - Configuration is stored in INI file now
• Installer updated to v2.2<br> - We can extend version support without building new binaries
• Fixed installation bug in Vista x64 (wrong expand path)<br> - Added support for Windows 8.1 with KB3000850
• Local RDP Checker updated<br> - Added support for Windows 10 Technical Preview Update 2
• Added description to error 0x708<br> - Installer updated
<br> - RDP Config updated
<b><u>2014.07.26</u></b><br> - Diagnostics feature added to RDP Config
• Version 1.2<br>
• Added support for Windows 8 Developer Preview<br> #### 2014.11.14
• Added support for Windows 8 Consumer Preview<br> - Version 1.4
• Added support for Windows 8 Release Preview<br> - Added support for Windows 10 Technical Preview Update 1
• Added support for Windows 8.1 Preview<br> - Added support for Windows Vista SP2 with KB3003743
• Added support for Windows 8.1<br> - Added support for Windows 7 SP1 with KB3003743
• More details you will see in the source code<br> - Added new RDP Configuration Program
• Installer updated to v2.1<br>
<br> #### 2014.10.21
<b><u>2013.12.09</u></b><br> - Installer updated
• C++ port of RDP Wrapper was made by <b>Fusix</b><br> - Added feature to install RDP Wrapper to System32 directory
• x64 architecture is supported now<br> - Fixed issue in the installer - NLA setting now remains unchanged
• Added new command line installer v2.0<br> - Local RDP Checker updated
• Added local RDP checker<br> - SecurityLayer and UserAuthentification values changed on check start
• Source code (C++ port, installer 2.0, local RDP checker) is also included<br> - RDP Checker restores values on exit
<br>
<b><u>2013.10.25</u></b><br> #### 2014.10.20
• Version 1.1 source code is available<br> - Version 1.3
<br> - Added support for Windows 10 Technical Preview
<b><u>2013.10.22</u></b><br> - Added support for Windows 7 with KB2984972
• Version 1.1<br> - Added support for Windows 8 with KB2973501
• Stable release<br> - Added extended support for Windows Vista (SP0, SP1 and SP2)
• Improved wrapper (now it can wrap internal unexported termsrv.dll SL Policy function)<br> - Added extended support for Windows 7 (SP0 and SP1)
• Added support for Windows 8 Single Language (tested on Acer Tablet PC with Intel Atom Z2760)<br> - Some improvements in the source code
<br> - Installer updated to v2.2
<b><u>2013.10.19</u></b><br> - Fixed installation bug in Vista x64 (wrong expand path)
• Version 1.0<br> - Local RDP Checker updated
• First [beta] version<br> - Added description to error 0x708
• Basic SL Policy wrapper<br>
<br> #### 2014.07.26
<b>Supported Terminal Services versions:</b><br> - Version 1.2
<u>6.0.X.X</u> (Windows Vista / Server 2008)<br> - Added support for Windows 8 Developer Preview
<u>6.0.6000.16386</u> (Windows Vista)<br> - Added support for Windows 8 Consumer Preview
<u>6.0.6001.18000</u> (Windows Vista SP1)<br> - Added support for Windows 8 Release Preview
<u>6.0.6002.18005</u> (Windows Vista SP2)<br> - Added support for Windows 8.1 Preview
<u>6.0.6002.19214</u> (Windows Vista SP2 with KB3003743 GDR)<br> - Added support for Windows 8.1
<u>6.0.6002.23521</u> (Windows Vista SP2 with KB3003743 LDR)<br> - More details you will see in the source code
<u>6.1.X.X</u> (Windows 7 / Server 2008 R2)<br> - Installer updated to v2.1
<u>6.1.7600.16385</u> (Windows 7)<br>
<u>6.1.7601.17514</u> (Windows 7 SP1)<br> #### 2013.12.09
<u>6.1.7601.18540</u> (Windows 7 SP1 with KB2984972 GDR)<br> - C++ port of RDP Wrapper was made by Fusix
<u>6.1.7601.22750</u> (Windows 7 SP1 with KB2984972 LDR)<br> - x64 architecture is supported now
<u>6.1.7601.18637</u> (Windows 7 SP1 with KB3003743 GDR)<br> - Added new command line installer v2.0
<u>6.1.7601.22843</u> (Windows 7 SP1 with KB3003743 LDR)<br> - Added local RDP checker
<u>6.2.8102.0</u> (Windows 8 Developer Preview)<br> - Source code (C++ port, installer 2.0, local RDP checker) is also included
<u>6.2.8250.0</u> (Windows 8 Consumer Preview)<br>
<u>6.2.8400.0</u> (Windows 8 Release Preview)<br> #### 2013.10.25
<u>6.2.9200.16384</u> (Windows 8 / Server 2012)<br> - Version 1.1 source code is available
<u>6.2.9200.17048</u> (Windows 8 with KB2973501 GDR)<br>
<u>6.2.9200.21166</u> (Windows 8 with KB2973501 LDR)<br> #### 2013.10.22
<u>6.3.9431.0</u> (Windows 8.1 Preview)<br> - Version 1.1
<u>6.3.9600.16384</u> (Windows 8.1 / Server 2012 R2)<br> - Stable release
<u>6.3.9600.17095</u> (Windows 8.1 with KB2959626)<br> - Improved wrapper (now it can wrap internal unexported termsrv.dll SL Policy function)
<u>6.3.9600.17415</u> (Windows 8.1 with KB3000850)<br> - Added support for Windows 8 Single Language (tested on Acer Tablet PC with Intel Atom Z2760)
<u>6.4.9841.0</u> (Windows 10 Technical Preview)<br>
<u>6.4.9860.0</u> (Windows 10 Technical Preview Update 1)<br> #### 2013.10.19
<u>6.4.9879.0</u> (Windows 10 Technical Preview Update 2)<br> - Version 1.0
<u>10.0.9926.0</u> (Windows 10 Pro Technical Preview)<br> - First [beta] version
<u>10.0.10041.0</u> (Windows 10 Pro Technical Preview Update 1)<br> - Basic SL Policy wrapper
<u>10.0.10240.16384</u> (Windows 10 RTM)<br>
<u>10.0.10586.0</u> (Windows 10 TH2 Release 151029-1700)<br> ### Supported Terminal Services versions:
<u>10.0.11082.1000</u> (Windows 10 RS1 Release 151210-2021)<br> - 6.0.X.X (Windows Vista / Server 2008)
<u>10.0.11102.1000</u> (Windows 10 RS1 Release 160113-1800)<br> - 6.0.6000.16386 (Windows Vista)
<u>10.0.14251.1000</u> (Windows 10 RS1 Release 160124-1059)<br> - 6.0.6001.18000 (Windows Vista SP1)
<u>10.0.14271.1000</u> (Windows 10 RS1 Release 160218-2310)<br> - 6.0.6002.18005 (Windows Vista SP2)
<u>10.0.14279.1000</u> (Windows 10 RS1 Release 160229-1700)<br> - 6.0.6002.19214 (Windows Vista SP2 with KB3003743 GDR)
<u>10.0.14295.1000</u> (Windows 10 RS1 Release 160318-1628)<br> - 6.0.6002.23521 (Windows Vista SP2 with KB3003743 LDR)
<u>10.0.14300.1000</u> (Windows Server 2016 Technical Preview 5)<br> - 6.1.X.X (Windows 7 / Server 2008 R2)
<u>10.0.14316.1000</u> (Windows 10 RS1 Release 160402-2227)<br> - 6.1.7600.16385 (Windows 7)
<u>10.0.14328.1000</u> (Windows 10 RS1 Release 160418-1609)<br> - 6.1.7601.17514 (Windows 7 SP1)
<u>10.0.14332.1001</u> (Windows 10 RS1 Release 160422-1940)<br> - 6.1.7601.18540 (Windows 7 SP1 with KB2984972 GDR)
<u>10.0.14342.1000</u> (Windows 10 RS1 Release 160506-1708)<br> - 6.1.7601.22750 (Windows 7 SP1 with KB2984972 LDR)
<u>10.0.14352.1002</u> (Windows 10 RS1 Release 160522-1930)<br> - 6.1.7601.18637 (Windows 7 SP1 with KB3003743 GDR)
<u>10.0.14366.0</u> (Windows 10 RS1 Release 160610-1700)<br> - 6.1.7601.22843 (Windows 7 SP1 with KB3003743 LDR)
<u>10.0.14367.0</u> (Windows 10 RS1 Release 160613-1700)<br> - 6.2.8102.0 (Windows 8 Developer Preview)
<u>10.0.14372.0</u> (Windows 10 RS1 Release 160620-2342)<br> - 6.2.8250.0 (Windows 8 Consumer Preview)
<u>10.0.14379.0</u> (Windows 10 RS1 Release 160627-1607)<br> - 6.2.8400.0 (Windows 8 Release Preview)
<u>10.0.14383.0</u> (Windows 10 RS1 Release 160701-1839)<br> - 6.2.9200.16384 (Windows 8 / Server 2012)
<u>10.0.14388.0</u> (Windows 10 RS1 Release 160709-1635)<br> - 6.2.9200.17048 (Windows 8 with KB2973501 GDR)
<u>10.0.14393.0</u> (Windows 10 RS1 Release 160715-1616)<br> - 6.2.9200.21166 (Windows 8 with KB2973501 LDR)
<br> - 6.3.9431.0 (Windows 8.1 Preview)
<b>Confirmed working on:</b><br> - 6.3.9600.16384 (Windows 8.1 / Server 2012 R2)
• Windows Vista Starter (x86 - Service Pack 1 and higher)<br> - 6.3.9600.17095 (Windows 8.1 with KB2959626)
• Windows Vista Home Basic<br> - 6.3.9600.17415 (Windows 8.1 with KB3000850)
• Windows Vista Home Premium<br> - 6.4.9841.0 (Windows 10 Technical Preview)
• Windows Vista Business<br> - 6.4.9860.0 (Windows 10 Technical Preview Update 1)
• Windows Vista Enterprise<br> - 6.4.9879.0 (Windows 10 Technical Preview Update 2)
• Windows Vista Ultimate<br> - 10.0.9926.0 (Windows 10 Pro Technical Preview)
• Windows Server 2008<br> - 10.0.10041.0 (Windows 10 Pro Technical Preview Update 1)
• Windows 7 Starter<br> - 10.0.10240.16384 (Windows 10 RTM)
• Windows 7 Home Basic<br> - 10.0.10586.0 (Windows 10 TH2 Release 151029-1700)
• Windows 7 Home Premium<br> - 10.0.11082.1000 (Windows 10 RS1 Release 151210-2021)
• Windows 7 Professional<br> - 10.0.11102.1000 (Windows 10 RS1 Release 160113-1800)
• Windows 7 Enterprise<br> - 10.0.14251.1000 (Windows 10 RS1 Release 160124-1059)
• Windows 7 Ultimate<br> - 10.0.14271.1000 (Windows 10 RS1 Release 160218-2310)
• Windows Server 2008 R2<br> - 10.0.14279.1000 (Windows 10 RS1 Release 160229-1700)
• Windows 8 Developer Preview<br> - 10.0.14295.1000 (Windows 10 RS1 Release 160318-1628)
• Windows 8 Consumer Preview<br> - 10.0.14300.1000 (Windows Server 2016 Technical Preview 5)
• Windows 8 Release Preview<br> - 10.0.14316.1000 (Windows 10 RS1 Release 160402-2227)
• Windows 8<br> - 10.0.14328.1000 (Windows 10 RS1 Release 160418-1609)
• Windows 8 Single Language<br> - 10.0.14332.1001 (Windows 10 RS1 Release 160422-1940)
• Windows 8 Pro<br> - 10.0.14342.1000 (Windows 10 RS1 Release 160506-1708)
• Windows 8 Enterprise<br> - 10.0.14352.1002 (Windows 10 RS1 Release 160522-1930)
• Windows Server 2012<br> - 10.0.14366.0 (Windows 10 RS1 Release 160610-1700)
• Windows 8.1 Preview<br> - 10.0.14367.0 (Windows 10 RS1 Release 160613-1700)
• Windows 8.1<br> - 10.0.14372.0 (Windows 10 RS1 Release 160620-2342)
• Windows 8.1 Connected (with Bing)<br> - 10.0.14379.0 (Windows 10 RS1 Release 160627-1607)
• Windows 8.1 Single Language<br> - 10.0.14383.0 (Windows 10 RS1 Release 160701-1839)
• Windows 8.1 Connected Single Language (with Bing)<br> - 10.0.14388.0 (Windows 10 RS1 Release 160709-1635)
• Windows 8.1 Pro<br> - 10.0.14393.0 (Windows 10 RS1 Release 160715-1616)
• Windows 8.1 Enterprise<br>
• Windows Server 2012 R2<br> ### Confirmed working on:
• Windows 10 Technical Preview<br> - Windows Vista Starter (x86 - Service Pack 1 and higher)
• Windows 10 Pro Technical Preview<br> - Windows Vista Home Basic
• Windows 10 Home<br> - Windows Vista Home Premium
• Windows 10 Home Single Language<br> - Windows Vista Business
• Windows 10 Pro<br> - Windows Vista Enterprise
• Windows 10 Enterprise<br> - Windows Vista Ultimate
• Windows Server 2016 Technical Preview<br> - Windows Server 2008
<br> - Windows 7 Starter
<b>Known issues:</b><br> - Windows 7 Home Basic
• Beginning with Windows 8 (non-server editions) you can't connect to existing sessions (they will be logged out by system) - <a href="https://github.com/stascorp/rdpwrap/issues/37" target="_blank">more info</a><br> - Windows 7 Home Premium
• Beginning with Windows 10 you can accidentally lock yourself from PC - <a href="https://github.com/stascorp/rdpwrap/issues/50" target="_blank">more info</a><br> - Windows 7 Professional
• RDP works, but termsrv.dll crashes on logon attempt - Windows Vista Starter RTM x86 (termsrv.dll 6.0.6000.16386)<br> - Windows 7 Enterprise
• If Terminal Services hangs at startup, try to add <b>rdpwrap.dll</b> to antivirus exclusions. Also try to isolate RDP Wrapper from other shared services by the command:<br> - Windows 7 Ultimate
<tt>sc config TermService type= own</tt><br> - Windows Server 2008 R2
• RDP Wrapper Installer can be removed by AVG Free Antivirus after reboot - add it to exclusions.<br> - Windows 8 Developer Preview
<br> - Windows 8 Consumer Preview
<u>Installation instructions:</u><br> - Windows 8 Release Preview
1. Download latest release binaries and unpack files<br> - Windows 8
2. Right-click on <b>install.bat</b> and select Run as Administrator<br> - Windows 8 Single Language
3. See command output for details<br> - Windows 8 Pro
<br> - Windows 8 Enterprise
<u>To update INI file:</u><br> - Windows Server 2012
1. Right-click on <b>update.bat</b> and select Run as Administrator<br> - Windows 8.1 Preview
2. See command output for details<br> - Windows 8.1
<br> - Windows 8.1 Connected (with Bing)
<u>To uninstall:</u><br> - Windows 8.1 Single Language
1. Go to the directory where you extracted the files<br> - Windows 8.1 Connected Single Language (with Bing)
2. Right-click on <b>uninstall.bat</b> and select Run as Administrator<br> - Windows 8.1 Pro
3. See command output for details<br> - Windows 8.1 Enterprise
- Windows Server 2012 R2
- Windows 10 Technical Preview
- Windows 10 Pro Technical Preview
- Windows 10 Home
- Windows 10 Home Single Language
- Windows 10 Pro
- Windows 10 Enterprise
- Windows Server 2016 Technical Preview
### Known issues:
- Beginning with Windows 8 **on tablet PCs** inactive sessions will be logged out by system - [more info](https://github.com/stascorp/rdpwrap/issues/37)
- Beginning with Windows 10 you can accidentally lock yourself from PC - [more info](https://github.com/stascorp/rdpwrap/issues/50)
- RDP works, but termsrv.dll crashes on logon attempt - Windows Vista Starter RTM x86 (termsrv.dll 6.0.6000.16386)
- If Terminal Services hangs at startup, try to add **`rdpwrap.dll`** to antivirus exclusions. Also try to isolate RDP Wrapper from other shared services by the command:
`sc config TermService type= own`
- RDP Wrapper Installer can be removed by AVG Free Antivirus after reboot - add it to exclusions.
Installation instructions:
- Download latest release binaries and unpack files
- Right-click on **`install.bat`** and select Run as Administrator
- See command output for details
To update INI file:
- Right-click on **`update.bat`** and select Run as Administrator
- See command output for details
To uninstall:
- Go to the directory where you extracted the files
- Right-click on **`uninstall.bat`** and select Run as Administrator
- See command output for details