Repository: Update links

This commit is contained in:
binarymaster 2016-03-06 05:58:29 +03:00
parent 2c007fbb1d
commit 50e7459421
2 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ Building the binaries:<br>
<br> <br>
<b>Links:</b><br> <b>Links:</b><br>
• Official GitHub repository:<br> • Official GitHub repository:<br>
<a href="https://github.com/binarymaster/rdpwrap/" target="_blank">https://github.com/binarymaster/rdpwrap/</a><br> <a href="https://github.com/stascorp/rdpwrap/" target="_blank">https://github.com/stascorp/rdpwrap/</a><br>
• Active discussion in the comments here:<br> • Active discussion in the comments here:<br>
<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> <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> • MDL Projects and Applications thread here:<br>
@ -231,8 +231,8 @@ Change log:<br>
• Windows 10 Enterprise<br> • Windows 10 Enterprise<br>
<br> <br>
<b>Known issues:</b><br> <b>Known issues:</b><br>
• 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/binarymaster/rdpwrap/issues/37" target="_blank">more info</a><br> • 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>
• Beginning with Windows 10 you can accidentally lock yourself from PC - <a href="https://github.com/binarymaster/rdpwrap/issues/50" target="_blank">more info</a><br> • 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>
• RDP works, but termsrv.dll crashes on logon attempt - Windows Vista Starter RTM x86 (termsrv.dll 6.0.6000.16386)<br> • RDP works, but termsrv.dll crashes on logon attempt - Windows Vista Starter RTM x86 (termsrv.dll 6.0.6000.16386)<br>
• 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> • 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>
<tt>sc config TermService type= own</tt><br> <tt>sc config TermService type= own</tt><br>

View File

@ -948,7 +948,7 @@ end;
function GitINIFile(var Content: String): Boolean; function GitINIFile(var Content: String): Boolean;
const const
URL = 'https://raw.githubusercontent.com/binarymaster/rdpwrap/master/res/rdpwrap.ini'; URL = 'https://raw.githubusercontent.com/stascorp/rdpwrap/master/res/rdpwrap.ini';
var var
NetHandle: HINTERNET; NetHandle: HINTERNET;
UrlHandle: HINTERNET; UrlHandle: HINTERNET;