Ability to define specialized data packets for niche hardware testing. 3. Native Driver Signing and Security Compliance
: The kit was frequently used in the Steam Deck community (e.g., with tools like
As of December 5, 2022, Tetherscript officially discontinued the HID Virtual Driver Kit, citing mounting challenges from Microsoft’s tightening driver signature requirements and difficulties maintaining the codebase for modern compilers. The drivers' certificates expired around spring 2023, making new installations impossible, although existing installations continued to function. tetherscript virtual hid driver kit best
While the official commercial version of the HVDK was discontinued in 2022, the code remains available for developers via community efforts and GitHub repositories .
Historically, the kit provided drivers signed by Tetherscript, which is crucial for installation on modern Windows systems (7, 8, 8.1, and 10) that require driver signature enforcement. Ability to define specialized data packets for niche
When streaming high-performance applications or games from a cloud server, transferring user inputs accurately is critical. Tetherscript allows cloud streaming platforms to capture controller or mouse inputs on a client machine, send them over the network, and inject them into the remote host OS as native HID inputs, preserving features like analog stick precision and vibration feedback. Gaming Emulation and Input Remapping
tetherscript/hvdk: Windows HID Virtual Driver Kit SDK · GitHub The drivers' certificates expired around spring 2023, making
The kit is primarily used in scenarios where software needs to "trick" an application into thinking it is receiving input from a physical device:
Unlike standard software-level automation scripts that simply inject windows messages, TetherScript installs a true, digitally signed kernel-mode driver. To the Windows operating system, the virtual devices created by TetherScript are completely indistinguishable from physical USB hardware plugged into a motherboard. Why TetherScript is Considered the Best in Class
: It offers pre-signed drivers for virtual keyboards, mice (absolute and relative), joysticks, and gamepads.
The software components remain available through creative workarounds. 1. The GitHub SDK Release