From 76773cbf537a75b3ac70079f68719357c69cf987 Mon Sep 17 00:00:00 2001 From: Kaya84 <35736369+Kaya84@users.noreply.github.com> Date: Thu, 18 Nov 2021 16:32:46 +0100 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eacd65c..bf0ef6e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If user is correctly connected to one or more computer it will launch a VNC conn 3) Add a script in your pc and add a node inside regedit -1) write a script (you will find inside resources) like this +1) write a script (you will find inside resources) like this (let's assume in c:\startVNC.bat) > SET S=%1 > > SET S=%S:~7,-2% @@ -23,4 +23,21 @@ If user is correctly connected to one or more computer it will launch a VNC conn > > quit 0 +2) Open regedit and add +Windows Registry Editor Version 5.00 + +[HKEY_CLASSES_ROOT\vnc] +@="URL:vnc Protocol" +"URL Protocol"="" + +[HKEY_CLASSES_ROOT\vnc\shell] + +[HKEY_CLASSES_ROOT\vnc\shell\open] + +[HKEY_CLASSES_ROOT\vnc\shell\open\command] +@="\"c:\\startVNC.bat\" \"%1\"" +3) Download and install the plugin as usual + + +TODO: a lot of documentation