Official CRS (Civil Registration System) portal for Birth Certificate & Death Certificate online registration, download, print and search. Get your certificate in minutes with our secure government authorized Birth Portal.
Complete range of Civil Registration System certificate services - apply, search, print & download
Register new births and apply for official birth certificate online through CRS portal. Quick processing with government authorization.
Apply for death certificate online. Complete registration with all required documentation through our secure portal.
Instantly search and verify authenticity of birth & death certificates using our secure CRS verification system.
Use our print portal to print your digitally signed birth or death certificate anytime from anywhere.
Download your official birth or death certificate in PDF format with QR code verification.
Apply for corrections in birth or death certificates online with hassle-free documentation process.
Simple 4-step process to get your certificate
Create free account on CRS Portal with your details
Fill birth or death certificate application form
Submit your application with required documents
Download or print your certificate from CRS portal
Get your birth or death certificate processed within minutes with our streamlined CRS digital system.
Your data is protected with encryption and security protocols. Fully secure CRS portal.
Official Civil Registration System portal authorized for birth & death certificate registration.
Access CRS services from any device - desktop, tablet, or mobile phone.
Common questions about Birth Certificate, Death Certificate, CRS Search & Print Portal
Register now on CRS Portal and apply for your birth or death certificate in just a few clicks
The Tetherscript HID Virtual Driver Kit (HVDK) is a software development kit (SDK) designed to emulate standard Windows input devices, including keyboards, mice, joysticks, and gamepads. While it was a popular choice for developers needing to inject virtual input into the Windows operating system, it was officially discontinued on December 5, 2022. Current Status and Availability
As of 2024, the standalone kit is no longer sold or officially supported.
Discontinuation Cause: Microsoft's increasingly strict driver signing requirements and the high cost of maintaining certificates for newer Windows versions (Windows 11 and beyond) led to its retirement.
How to Obtain: You can still acquire the signed drivers by downloading the 14-day free trial of ControlMyJoystick from Tetherscript. These drivers remain functional even after the trial period expires.
Redistribution: The drivers cannot be redistributed; they must be installed locally for personal or internal projects. Technical Specifications
The HVDK provides a low-level interface to emulate human interface devices (HID) without requiring physical hardware.
Supported Platforms: Strictly 64-bit Windows 7, 8, 8.1, and 10. It is not compatible with 32-bit operating systems. Emulated Devices: Virtual Keyboard: Standard key injection.
Virtual Mouse: Supports both absolute and relative positioning.
Virtual Joystick/Gamepad: Enables complex gaming macros and control mapping.
Developer Support: The SDK code, including examples for C# and Delphi, is now hosted on GitHub for community use. Known Issues and Limitations
Certificate Expiry: For users who previously purchased the Pro version, signed drivers were guaranteed to be installable until Spring 2023. Installations performed before this date continue to work, but new installations on modern systems may face "unsigned driver" warnings.
Gaming Conflicts: Users have reported issues where the virtual drivers are detected as active controllers in games (e.g., Steam games on Steam Deck), sometimes blocking physical controller input until the Tetherscript drivers are disabled or uninstalled. Modern Alternatives
For developers seeking current, supported solutions for virtual HID emulation, consider these alternatives:
Windows Virtual HID Framework (VHF): The modern, Microsoft-supported method for writing HID source drivers that do not require physical hardware. tetherscript virtual hid driver kit best
ViGEmBus: A popular open-source kernel-mode driver for emulating Xbox 360 and DualShock 4 controllers.
Interception: A driver-level library for capturing and simulating keyboard and mouse input.
tetherscript/hvdk: Windows HID Virtual Driver Kit SDK - GitHub
Microsoft’s driver signing requirements have become draconian. Older HID simulators break with every Windows feature update. Tetherscript maintains WHQL certification for their driver package.
Free alternatives (like the HID Maestro or older libusb filters) often require you to disable "Driver Signature Enforcement" via bcdedit. This cripples system security. Tetherscript drivers are cross-signed by Microsoft. They install and run seamlessly on Secure Boot-enabled Windows 11 devices without disabling security features.
The Tetherscript Virtual HID Driver Kit consists of a kernel-mode filter driver and a user-mode API library. It allows software applications to inject input commands (Keyboard and Mouse) into the Windows input stack, making the operating system and third-party applications believe the input originates from physical hardware.
Let’s compare it directly to the three most common alternatives:
| Feature | Tetherscript (Best) | vJoy (Free) | Interception (Free) | | :--- | :--- | :--- | :--- | | Secure Boot Support | ✅ Yes (Signed) | ❌ No (Requires test mode) | ❌ No | | Windows 11 Support | ✅ Certified | ❌ Driver crashes often | ⚠️ Unstable | | Support for Development | Email & Forum (Fast) | Community (Dead) | GitHub (Minimal) | | Multimedia Keys | ✅ Full support | ❌ Limited | ⚠️ Manual config | | Installation Complexity | Silent MSI / 2 clicks | Manual driver install | Command line only |
Verdict: Free tools are great for hobbyists. For a commercial product, the stability, security, and support of Tetherscript make it the undeniable best.
SendInput messages, making it viable for competitive gaming environments (subject to specific anti-cheat updates).Newer alternatives have emerged:
hidapi + uinput on Linux – but that’s not Windows.For a Windows developer who needs a drop-in, no-hardware HID emulator with a clean API and no kernel debugging, Tetherscript’s kit remains the best commercial option — especially if you value time over open-source tinkering.
Would you like a comparison table of Tetherscript vs. free alternatives, or a step-by-step of how it’s used in a real project (like simulating a joystick for a drone ground station)?
The Tetherscript Virtual HID Driver Kit (HVDK) is a professional SDK designed to emulate human interface devices like keyboards, mice, and joysticks on Windows The Tetherscript HID Virtual Driver Kit (HVDK) is
. While highly regarded for its ability to bypass certain synthetic input detections, it was officially discontinued in December 2022 Key Features and Capabilities Device Emulation:
Supports virtual 64-bit drivers for keyboards, relative and absolute mice, joysticks, and gamepads. Low-Level Integration:
Commands sent through these drivers are nearly indistinguishable from physical hardware, making them effective for complex automation in MMOs and ARPGs where standard software input might be blocked. Broad Compatibility:
Originally designed for Windows 7 through Windows 10 (64-bit). SDK Availability: The SDK, including C# and Delphi examples, is now hosted on GitHub (tetherscript/hvdk) for community use. Current Availability and Challenges Discontinued Support:
Tetherscript discontinued the kit due to the increasing cost and complexity of Microsoft’s driver signing requirements, especially for Windows 11. Installation Hurdles:
Standalone downloads are no longer officially offered. However, the signed drivers can still be acquired by installing the ControlMyJoystick 14-day free trial , as they remain functional even after the trial expires. Certificate Expiry:
For many users, new installations may be blocked because the original driver certificates have expired, though previously installed drivers continue to function. Best Alternatives
If you are looking for active projects with similar "best-in-class" virtual HID functionality:
A popular open-source kernel-mode bus driver for emulating well-known USB game controllers.
Often used alongside virtual drivers to "hide" physical controllers from specific applications to prevent input conflicts.
A modern automation tool that still integrates the Tetherscript driver for users who already have it installed. Are you looking to use these drivers for gaming automation custom software development
tetherscript/hvdk: Windows HID Virtual Driver Kit SDK - GitHub
Tetherscript Virtual HID Driver Kit (HVDK) was once a popular SDK for emulating keyboards, mice, and gamepads on Windows, but it has been discontinued since December 5, 2022 Tetherscript Status & Availability Discontinued: Core components
Official support and standalone sales have ended. Tetherscript cited increasing costs for Microsoft driver signing certificates and stricter Windows security as the primary reasons. Legacy Support:
Existing paid versions (HVDK Professional) remained installable through spring 2023. Drivers installed before that date continue to function, but new installations face certificate expiry issues. Alternative Access:
You can still obtain these signed drivers by downloading the 14-day free trial of ControlMyJoystick
, as the drivers are bundled with that software and will remain functional even after the trial ends. Key Features (Legacy) Versatility:
Supports virtual keyboards, joysticks, mice (absolute and relative), and gamepads. Ease of Use:
Historically praised for allowing developers to send HID data without writing complex low-level Windows Driver Kit (WDK) routines. Compatibility:
Officially supports 64-bit versions of Windows 7, 8, 8.1, and 10. Common Issues & User Feedback Compatibility Conflicts:
Users have reported that the drivers can interfere with software like Steam, sometimes causing physical controllers to be ignored because Steam prioritizes the virtual "Tetherscript Virtual Gamepad". Difficulties with New OS:
While it can run on Windows 11, the lack of modern updates and certificate issues make installation on newer Windows builds unreliable. Uninstallation Hassles: Some users found they had to manually run
scripts in the installation folder as Admin to fully remove the drivers when they caused input conflicts in games like Hollow Knight Mass Effect Summary of Pros & Cons Simplifies HID emulation for devs Discontinued ; no future updates Bundled with ControlMyJoystick Certificate expiry makes new installs hard Supports diverse input types (Mouse/Joy/KB) Can break physical controller detection
If you are looking for a current alternative, developers often suggest looking into the Virtual HID Framework (VHF) options provided by Microsoft. OSR Developer Community , or are you trying to resolve an input conflict on your system?
tetherscript/hvdk: Windows HID Virtual Driver Kit SDK - GitHub