WinUI3-style control panel for Virtual Display Driver.
- Node.js (v14 or higher recommended)
- Windows (Windows 10/11) - This application is Windows-specific
- Administrator privileges - The application will automatically request elevation when needed
- Install dependencies:
npm installTo run the application in development mode:
npm startOr with the dev flag:
npm run devNote: The application will automatically request administrator privileges when launched, as it needs elevated permissions to manage virtual display drivers.
To build a portable Windows executable:
npm run build-portableTo build for distribution:
npm run buildBuilt files will be in the dist directory.
main.js- Electron main process (handles window creation and IPC)app.js- Renderer process logic (UI interactions and driver management)index.html- Application UIstyles.css- Application stylingpackage.json- Project configuration and dependencies
- Configure virtual display driver settings
- Manage display resolutions and refresh rates
- HDR and color configuration
- EDID configuration and analysis
- Driver status monitoring
- Logging and debug tools
- Administrator Rights Required: This application requires administrator privileges to manage Windows drivers
- Windows Only: This application is designed specifically for Windows and uses Windows-specific APIs
- Driver Installation: Ensure the Virtual Display Driver is installed before using this control panel