diff --git a/README.md b/README.md index e68e445..475420f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Building the binaries:

Links:
• Official GitHub repository:
-https://github.com/binarymaster/rdpwrap/
+https://github.com/stascorp/rdpwrap/
• Active discussion in the comments here:
Enable remote desktop on Windows 8 core / basic - Andrew Block .net
• MDL Projects and Applications thread here:
@@ -231,8 +231,8 @@ Change log:
• Windows 10 Enterprise

Known issues:
-• Beginning with Windows 8 (non-server editions) you can't connect to existing sessions (they will be logged out by system) - more info
-• Beginning with Windows 10 you can accidentally lock yourself from PC - more info
+• Beginning with Windows 8 (non-server editions) you can't connect to existing sessions (they will be logged out by system) - more info
+• Beginning with Windows 10 you can accidentally lock yourself from PC - more info
• 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
diff --git a/src-installer/RDPWInst.dpr b/src-installer/RDPWInst.dpr index a2c8251..626a932 100644 --- a/src-installer/RDPWInst.dpr +++ b/src-installer/RDPWInst.dpr @@ -948,7 +948,7 @@ end; function GitINIFile(var Content: String): Boolean; const - URL = 'https://raw.githubusercontent.com/binarymaster/rdpwrap/master/res/rdpwrap.ini'; + URL = 'https://raw.githubusercontent.com/stascorp/rdpwrap/master/res/rdpwrap.ini'; var NetHandle: HINTERNET; UrlHandle: HINTERNET;