Wingetlywingetly
← All apps

FlexiHub

by Electronic Team, Inc.v7.0.15463

Last updated

Connect to USB and COM port devices over the Internet

Install with winget

$ winget install --id ElectronicTeam.Flexihub --exact --version 7.0.15463

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for FlexiHub

FlexiHub uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
flexihub.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for FlexiHub

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v7.0.15463

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

1 known CVE via NVD

  • medium5.5Patched in wingetCVE-2023-2872affects v5.5.14691.0May 24, 2023

    A vulnerability classified as problematic has been found in FlexiHub 5.5.14691.0. This affects the function 0x220088 in the library fusbhub.sys of the component IoControlCode Handler. The manipulation leads to null pointer dereference. An attack has to be approached locally. The...

Source: NVD, updated 3h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Related apps

  • Virtual Serial Port DriverElectronic Team, Inc.
    ElectronicTeam.VirtualSerialPortDriverv11.0.1068

    Create pairs of virtual COM ports linked by virtual null-modem cable

  • Serial to Ethernet ConnectorElectronic Team, Inc.
    ElectronicTeam.SerialOverEthernetv9.0.1259

    Make devices and applications wireless with Serial to Ethernet Connector

  • Serial Port MonitorElectronic Team, Inc.
    Eltima.SerialPortMonitorv9.5.602

    Track and analyze the activity of your system COM ports.

More from Electronic Team, Inc..

Frequently asked questions

How do I install FlexiHub on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id ElectronicTeam.Flexihub --exact --version 7.0.15463. winget downloads the installer from Electronic Team, Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install FlexiHub silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id ElectronicTeam.Flexihub --exact 7.0.15463 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for FlexiHub?
FlexiHub uses EXE (Inno Setup). Run the downloaded installer with: flexihub.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall FlexiHub via winget?
Run: winget uninstall --id ElectronicTeam.Flexihub --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from FlexiHub's Apps & Features entry.
Is FlexiHub free?
FlexiHub is distributed under Proprietary. Refer to the publisher (https://www.flexihub.com/download.html) for the full license terms - Wingetly itself does not charge for installation.
Does FlexiHub work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls FlexiHub directly from the publisher.
How do I keep FlexiHub up to date?
Run winget upgrade --id ElectronicTeam.Flexihub --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of FlexiHub from microsoft/winget-pkgs.