Re: [ovirt-users] Vnc client from windows 10

2017-10-23 Thread Sandro Bonazzola
2017-10-18 22:43 GMT+02:00 John Taylor : > Hi Gianluca, > > I've used the following as a cmd script to parse out the parms from > the .vv and run > the ultravnc vncviewer (uvnc.com). > > You may want to contribute a wiki page on ovirt.org website with this. > > > @setlocal enableextensions enab

Re: [ovirt-users] Vnc client from windows 10

2017-10-18 Thread John Taylor
Hi Gianluca, I've used the following as a cmd script to parse out the parms from the .vv and run the ultravnc vncviewer (uvnc.com). @setlocal enableextensions enabledelayedexpansion @echo off set file=%~1 set area=[virt-viewer] set currarea= for /f "usebackq delims=" %%a in ("!file!") do (

[ovirt-users] Vnc client from windows 10

2017-10-18 Thread Gianluca Cecchi
Hello, I'm trying to have a user connect to the console VM through vnc protocol, but without the virt-viewer application. The client is Windows 10. I have tried some options without success, with tightvnc, ultravnc and realvnc but all of them give error about syntax. Any native client suggested/rec