From 06ba71fa67bcb5cae6f95044d71759766e760d80 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 16 Feb 2021 19:45:39 -0600 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index daae02d..68f808c 100644 --- a/README.md +++ b/README.md @@ -127,17 +127,26 @@ RDP fully works as long as the entire keyboard input is being captured. RDP had ## FreeRDP for macOS 1. Install [brew.sh](https://brew.sh). + ```/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"``` + 2. Install XQuartz (x11/xorg) + ```brew install --cask xquartz``` + 3. log off and back on. 4. Install FreeRDP + ```brew install freerdp``` + 5. Disable [NLA](https://kb.parallels.com/en/123661), if it is enabled on the destination. 6. Run command to access machine Note: 192.168.x.x = Your IP. + ```xfreerdp /u:your_username /v:192.168.x.x /cert-ignore /auto-reconnect-max-retries:0 /f +clipboard -decorations``` + 7. Click on XQuartz -> Preferences and set these checkmarks so that fullscreen can work, may need to quit it and re-run the xfreerdp command from step 6. + More info here