Jaroslav Drzik f0399c9c9d Multiple insert
2021-12-10 18:03:15 +01:00
2021-12-10 11:28:25 +01:00
2021-12-10 18:03:15 +01:00
2021-12-10 11:29:34 +01:00
2021-12-10 11:28:25 +01:00
2021-12-10 10:53:04 +01:00
2021-12-10 11:28:25 +01:00
2021-11-22 13:32:28 +01:00
2021-12-10 18:03:15 +01:00
2021-12-06 21:59:24 +01:00

RemoteSupport

GLPI Plugin for direct VNC connection inside ticket

This Plugin add a simple button inside tickets:

immagine

If user is correctly connected to one or more computer it will launch a VNC connection using the computer name

  • Prerequisites
  1. VNC Must be installed in the destination PC

  2. PC Name must me correct and resolved inside your DNS Server

  3. Add a script in your pc and add a node inside regedit

  4. 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%

call "C:\Program Files\TightVNC\tvnviewer.exe" %S%

quit 0

  1. 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\""
  1. Download and install the plugin as usual

TODO: a lot of documentation

Description
GLPI plugin for VNC connect
Readme 4.4 MiB
Languages
PHP 85.6%
Go 13.4%
Makefile 1%