From 19e65273c2de60338cef0ba241f2db511b1892c2 Mon Sep 17 00:00:00 2001 From: Stas'M Date: Wed, 5 Nov 2014 13:35:12 +0300 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0c69de7..e950f57 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,16 @@ Porting to other platforms:
IA-64 for Itanium-based Windows Server? Well, I have no idea :)

Links:
-Active discussion in the comments here:
+• Official GitHub repository:
+https://github.com/binarymaster/rdpwrap/
+• Active discussion in the comments here:
Enable remote desktop on Windows 8 core / basic - Andrew Block .net
-MDL Projects and Applications thread here:
+• MDL Projects and Applications thread here:
RDP Wrapper Library (works with Windows 8.1 Basic)
-Some ideas about porting to ARM for Windows RT (post #23):
+• Some ideas about porting to ARM for Windows RT (post #23):
[Q] Mod Windows RT to enable Remote Desktop
+• Adding «Remote Desktop Users» group:
+http://superuser.com/questions/680572/

Files description:

@@ -51,7 +55,6 @@ Files description:
RDPCheck.exeLocal RDP Checker (you can check the RDP is working) install.batQuick install batch file uninstall.batQuick uninstall batch file -develDevelopment folder (source code, resources, etc.)
Change log:
@@ -161,9 +164,13 @@ Change log:

Installation instructions:
1. Download and unpack files
-2. Run install.bat as administrator (right click)
-3. See command output for details
+2. Run Command Prompt (cmd) as administrator
+3. Change directory to /bin (where binaries and batch files are placed)
+4. Type install.bat and press Enter
+5. See command output for details

To uninstall:
-1. Run uninstall.bat as administrator (right click)
-2. See command output for details
+1. Run Command Prompt as administrator
+2. Change directory to /bin
+3. Type uninstall.bat and press Enter
+4. See command output for details