Search results

  1. R

    Windows 10 Cloudbase-init set registry value during boot

    Is there a way to set a registry value during boot of a windows 10 VM? Using snippets?
  2. R

    xterm.js console doesnt set terminal size correctly

    Hi, The xterm.js terminal doesnt set the terminal size correctly causing the text to not wrap and overwrite the text on the current line The xterm.js console tries to set the tty size by sending "1:<cols>:<rows>:" over the websocket, however, this doesnt work Example: The actual tty size...