Skip to content

General Discussion

A place to talk about whatever you want

277 Topics 618 Posts
  • Copy computers DB at each startup without admin rights

    5
    1 Votes
    5 Posts
    400 Views
    I

    You could create a Windows scheduled task (taskschd.msc) at each master computer.

    The idea would be to maintain a master configuration file in a shared network folder having read access for the EVERYONE group. The scheduled task would be configured to use the NT AUTHORITY\SYSTEM account (SYSTEM) and run as a batch file from within the same shared network folder at user log on.

    \\servername\sharename\foldername\updmaster.bat

    First, create a global master computer containing all room and computer information. This could be done through importing various room level .csv data files.

    veyon-cli networkobjects import \\servername\sharename\foldername\Room_A.csv format "%type%;%name%;%host%;%mac%"

    veyon-cli networkobjects import \\servername\sharename\foldername\Room_B.csv format "%type%;%name%;%host%;%mac%"

    veyon-cli networkobjects import \\servername\sharename\foldername\Room_C.csv format "%type%;%name%;%host%;%mac%"

    veyon-cli networkobjects import \\servername\sharename\foldername\Room_D.csv format "%type%;%name%;%host%;%mac%"

    Next, export the global master computer configuration.
    veyon-cli config export \\servername\sharename\foldername\mstrcnfg.txt

    Finally, updmaster.bat will contain;
    veyon-cli config clear
    veyon-cli config import \\servername\sharename\foldername\mstrcnfg.txt

  • macOS development?

    3
    0 Votes
    3 Posts
    493 Views
    P

    I will!
    Sadly I don't know myself how to do it...

  • [SUGGESTION] Customize File Transfer Location

    5
    0 Votes
    5 Posts
    388 Views
    T

    FYI: Veyon 4.5.0 has been released 🙂

  • File Transfer Location

    4
    0 Votes
    4 Posts
    2k Views
    T

    Starting with Veyon 4.5.0 the file transfer folders are configurable through the advanced view in Veyon Configurator.

  • Q3 2020 - what's in plan?

    2
    0 Votes
    2 Posts
    216 Views
    T

    Veyon 4.5.0 has been released, see the official announcements for details 😉

  • Android clients?

    7
    0 Votes
    7 Posts
    1k Views
    T

    Unfortunately I can't give an update or ETA since we were busy with Veyon 4.x and the add-ons this year. It's still planned to release Veyon 5 next year including basic Android support.

  • Memory issues.

    2
    0 Votes
    2 Posts
    211 Views
    T

    Thank you for sharing your obvervations! It looks like there's indeed a setup-specific memory leak caused by some kind of erroneous loop inside the server. My first try would be to disable the VNC server option "Use Desktop duplication" engine since this already solved issues in other RDP environments. Alternatively you could try installing an external VNC server, make it listen on localhost only, configure a password and configure Veyon to use that external VNC server instead of the builtin one. Last but not least: try the latest 4.5.0 release since there have been updates to all components, including the builtin UltraVNC server.

  • Text Message Functions

    3
    0 Votes
    3 Posts
    183 Views
    T

    A text chat add-on will be available in 2021, stay tuned 🙂

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • run command on remote computer?

    2
    0 Votes
    2 Posts
    277 Views
    I

    Use the 'Run program' feature and enter C:\Windows\System32\cmd.exe

  • Automatic log in to computer.

    4
    2 Votes
    4 Posts
    1k Views
    I

    Veyon 4.4.2 provides a Log In option to log in a specific user on all selected computers.

  • Portable version of master for several mobile classes

    2
    0 Votes
    2 Posts
    420 Views
    R

    Hello!
    Would you please tell me if it's possible?
    Thanks

  • how student blocks their screen

    2
    0 Votes
    2 Posts
    417 Views
    S

    Hi,

    Can I ask how he does it. I'm curious for our own School. My guess is that he is using the Multiple Desktops feature of Windows 10 (via TaskView)

    https://www.cnet.com/how-to/how-to-use-multiple-desktops-in-windows-10/

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Hardware recomendation.

    3
    0 Votes
    3 Posts
    724 Views
    R

    SAMSUNG 860 Evo is the best ssd out there
    other than that check out Fast SSD for Gaming
    Baclinc
    Content writers in Mumbai

  • advice

    1
    0 Votes
    1 Posts
    162 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    1 Posts
    205 Views
    No one has replied
  • Web Cam Solution?

    1
    0 Votes
    1 Posts
    202 Views
    No one has replied
  • Silent install switches

    4
    0 Votes
    4 Posts
    416 Views
    L

    @AdamP Ok thanks. I will script it by wpkg.