You are not logged in.
Bonjour,
j'ai essayer de configurer Vnc mais sans succès qui peut m'aider avec mon lien ne marche pas aprés configuration
Offline
Bonjour,
Voici un exemple de configuration possible :
1 > Enregistrer le protocole GLPI en intégrant ce fichier glpi.reg :
contenu de glpi.reg :
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\glpi]
@="URL:GLPI Batch Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\glpi\shell]
[HKEY_CLASSES_ROOT\glpi\shell\open]
[HKEY_CLASSES_ROOT\glpi\shell\open\command]
@="\"C:\\Program Files\\GLPI\\glpi.cmd\" \"%1\""
2 > Créer un répertoire "C:\Program Files\GLPI" et mettre à l'intérieur glpi.cmd :
contenu de : glpi.cmd
@echo off
FOR /F "tokens=2,3,4,5,6,7,8,9,10,11 delims=/, " %%a IN ("%~1") DO (
c:\progra~1\glpi\%%a %%b %%c %%d %%e %%f %%g %%h %%i %%j
)
exit
3 > Les liens protcolés suivant peuvent maintenant être employés :
glpi://commande,paramètre1,paramètre2,....,paramètre9
4 > GLPI peut alors lancer n'importe quel batch placé dans "C:\Program Files\GLPI", avec jusqu'à 9 paramètres différents (%1 à %9).
Un exemples :
Lancement de puty
______________________________________________________
contenu de : C:\Program Files\GLPI\putty.cmd
"C:\Program Files\PuTTY\putty.exe" %1
Lien protocolé dans Glpi :
glpi://putty.cmd,[IP]
Last edited by lecortex (2024-08-30 14:04:01)
-- Any exchange not written in French comes from an automatic translation. --
Offline