From 18cedb3cb5f5429da74d4d5bdb948f5e8e7e884c Mon Sep 17 00:00:00 2001 From: lnkr Date: Fri, 6 May 2022 18:13:01 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b8c5cd..aba2109 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,14 @@ It also downloads and unpacks [Wintun](https://www.wintun.net/) - Wireguard TUN Downloads handled through [bitsadmin](https://docs.microsoft.com/ru-ru/windows-server/administration/windows-commands/bitsadmin), unpacking is done by `tar` (which has been [added in the Insider Build 17063](https://docs.microsoft.com/en-us/virtualization/community/team-blog/2017/20171219-tar-and-curl-come-to-windows), in the same patch that added `curl`, which would help a lot, but those sons of bitches broke it a long time ago and aren't interested in fixing it). +## Tips for remote assistance of Windows machines + +The first time setup for all of the following is not pretty at all and unfortunately will require some brains. I'm still on the lookout for simple one-click solutions. + +SSH access is somewhat reliable since Windows 10, [here's how to enable a server](https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse). + +I had a good time using TigerVNC for Windows hosts and Linux clients. [Here's how to install Windows server](https://github.com/TigerVNC/tigervnc/wiki/Setup-TigerVNC-server-%28Windows%29). So far, I haven't needed "Firewall setup" step. At the time of writing, [here is a server .exe](http://tigervnc.bphinz.com/nightly/windows/tigervnc64-winvnc-1.12.80.exe). + ## Uninstalling -Just delete `plugmein.bat` and `plugmein` folder which was created alongside the `.bat` when it was first laucnhed. \ No newline at end of file +Just delete `plugmein.bat` and `plugmein` folder which was created alongside the `.bat` when it was first launched. \ No newline at end of file