Update README.md
Fix typo
This commit is contained in:
19
README.md
19
README.md
@@ -26,16 +26,17 @@ If user is correctly connected to one or more computer it will launch a VNC conn
|
|||||||
2) Open regedit and add
|
2) Open regedit and add
|
||||||
Windows Registry Editor Version 5.00
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
[HKEY_CLASSES_ROOT\vnc]
|
>[HKEY_CLASSES_ROOT\vnc]
|
||||||
@="URL:vnc Protocol"
|
>@="URL:vnc Protocol"
|
||||||
"URL 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\""
|
||||||
|
|
||||||
[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
|
3) Download and install the plugin as usual
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user