The501battalion Posted January 14, 2020 Report Share Posted January 14, 2020 Hello tout le monde. Je vous mais dans le contexte actuellement je dois installer un outil de contrôle à distance et nous avons donc décidé de prendre TightVNC et donc de faire une installation via un script en .bat petit souci le script fonctionne parfaitement sur une machine qui est sous Windows 7 mais ne fonctionne pas sur une machine sous Windows 10. Voici le script actuel : echo Installing TightVNC msiexec /i "\\srv2010\ThightVNC\tightvnc-2.8.27-gpl-setup-64bit.msi" /quiet /norestart ADDLOCAL="Server,Viewer" VIEWER_ASSOCIATE_VNC_EXTENSION=1 SERVER_REGISTER_AS_SERVICE=1 SERVER_ADD_FIREWALL_EXCEPTION=1 VIEWER_ADD_FIREWALL_EXCEPTION=1 SERVER_ALLOW_SAS=1 SET_USEVNCAUTHENTICATION=1 VALUE_OF_USEVNCAUTHENTICATION=1 SET_PASSWORD=1 VALUE_OF_PASSWORD=password SET_USECONTROLAUTHENTICATION=1 VALUE_OF_USECONTROLAUTHENTICATION=1 SET_CONTROLPASSWORD=1 VALUE_OF_CONTROLPASSWORD=password Quelqu'un connaîtrait t'il la cause de ce problème ? Merci d'avance. Link to comment Share on other sites More sharing options...
bab Posted January 14, 2020 Report Share Posted January 14, 2020 Je vois rien dans ton script qui empêche l'exécution. Y-a-t-il des restriction d'exécution sur tes win10 type gpo ou autre? Sinon essaie via un powershell pour tester. Link to comment Share on other sites More sharing options...
The501battalion Posted January 14, 2020 Author Report Share Posted January 14, 2020 Non il n'y a aucune restriction de ce type, de plus les deux machines sont dans la même UO et il n'y a pas de GPO dans cette UO. Link to comment Share on other sites More sharing options...
bab Posted January 14, 2020 Report Share Posted January 14, 2020 Question pi etre bete mais le script sur Win 10 est-il bien execute en tant que admin? Sinon essai de modifier ton extension de.bat en .cmd Link to comment Share on other sites More sharing options...
The501battalion Posted January 14, 2020 Author Report Share Posted January 14, 2020 Oui oui il s’exécute bien en admin Link to comment Share on other sites More sharing options...
bab Posted January 14, 2020 Report Share Posted January 14, 2020 Essai de modifier l’extension . Bat en .cmd Link to comment Share on other sites More sharing options...
Pyrithe Posted January 14, 2020 Report Share Posted January 14, 2020 T'as essayé de lancer ca dans une invite de commande sur un W10? Il te donne quel retour? Link to comment Share on other sites More sharing options...
The501battalion Posted January 14, 2020 Author Report Share Posted January 14, 2020 Le .cmd ne change rien. Et en invite de commande il ne se passe absolument rien. Link to comment Share on other sites More sharing options...
The501battalion Posted January 14, 2020 Author Report Share Posted January 14, 2020 Bon je ne sais par quel miracle mais l’exécution du script par un raccourcis qui démarre automatiquement en admin fonctionne. Link to comment Share on other sites More sharing options...
The501battalion Posted January 14, 2020 Author Report Share Posted January 14, 2020 Merci tout de même d'avoir pris le temps de répondre à ce sujet. Link to comment Share on other sites More sharing options...
bab Posted January 14, 2020 Report Share Posted January 14, 2020 Tant mieux apres il doit y avoir une explication mais si ca fonctionne c’est le principal. Personnellement je pense juste a une question de droit Link to comment Share on other sites More sharing options...
The501battalion Posted January 14, 2020 Author Report Share Posted January 14, 2020 Je pense aussi je regarderai une fois que j'aurais le temps. Link to comment Share on other sites More sharing options...
stepmond Posted January 17, 2020 Report Share Posted January 17, 2020 C'est sans doute un probleme de droit partagé https://wiki.sadmin.fr/systemes/windows/uac Link to comment Share on other sites More sharing options...
Steph69 Posted March 28, 2020 Report Share Posted March 28, 2020 \\srv2010 => Une antiquité, ça serait pas un problème de smb1 qui est désactivé par défaut sur W10 (ne pas réactiver surtout !) Link to comment Share on other sites More sharing options...
Recommended Posts