Device Manager
Device Manager is the primary Windows tool for manual driver management.Opening Device Manager
Alternatively:
- Press Win + R, type
devmgmt.msc, and press Enter - Search for “Device Manager” in the Start menu
- Right-click This PC > Manage > Device Manager
Locating the Virtual Display Driver
The exact name depends on your driver version. Newer versions typically show “Virtual Display Driver”.
Enabling the Driver
If the driver is disabled (shown with a down arrow icon):Disabling the Driver
To temporarily disable the virtual display without uninstalling:Disabling the driver keeps it installed but inactive. Virtual displays will disappear from your display settings until you re-enable the driver.
Updating the Driver
To manually update to a newer driver version:Download the new driver
Download the latest driver package from the GitHub Releases page.
Select the driver folder
Click Browse, navigate to the folder where you extracted the driver, and click OK.
Uninstalling the Driver
To completely remove the Virtual Display Driver:Check delete driver software
In the confirmation dialog, check the box Delete the driver software for this device to completely remove all driver files.
Safe Mode Recovery
If the driver causes display issues (black screen, no signal, etc.), you can remove it in Safe Mode:Boot into Safe Mode
Restart your computer and boot into Safe Mode:
- Press Win + R, type
msconfig, press Enter - Go to the Boot tab
- Check Safe boot > Minimal
- Click OK and restart
Viewing Driver Properties
To view detailed driver information:Check the General tab
The General tab shows:
- Device status (working properly, disabled, error)
- Device type
- Manufacturer information
Check the Driver tab
The Driver tab shows:
- Driver provider
- Driver date
- Driver version
- Digital signer (should be “SignPath Foundation”)
Manual Installation via INF File
For advanced users, you can install the driver directly from its INF file:Confirm installation
Windows will install the driver. You may see security prompts - click Install to continue.
Using DevCon (Advanced)
DevCon is Microsoft’s command-line alternative to Device Manager. The virtual-driver-manager.ps1 script uses DevCon internally.Installing with DevCon
Removing with DevCon
Enabling with DevCon
Disabling with DevCon
DevCon must match your Windows build version. The virtual-driver-manager.ps1 script automatically downloads the correct version.
Configuration Files
Manual driver management doesn’t prevent you from editing configuration files directly:vdd_settings.xml
Location:C:\VirtualDisplayDriver\vdd_settings.xml
This XML file controls:
- Available resolutions
- Refresh rates
- HDR settings
- EDID profiles
- GPU selection
Applying Configuration Changes
After editingvdd_settings.xml:
Restart the driver
In Device Manager:
- Right-click Virtual Display Driver > Disable device
- Wait a moment
- Right-click Virtual Display Driver > Enable device
Troubleshooting
Driver Shows Yellow Warning Icon
A yellow exclamation mark indicates a driver problem:- Right-click the device > Properties
- Check the General tab for the error code and description
- Common error codes:
- Code 10: Device cannot start - try reinstalling
- Code 31: Driver not found - reinstall the driver
- Code 43: Device failed - check for conflicts or hardware issues
Device Not Appearing
If the driver is installed but doesn’t appear in Device Manager:- Click View > Show hidden devices
- Look for the device under Display adapters or Non-Plug and Play Drivers
- If still not visible, the driver may not be installed correctly
Cannot Disable or Enable
If Device Manager operations fail:- Ensure you’re running as Administrator
- Close applications using the virtual display
- Try using PowerShell scripts instead
- Reboot and try again
Stuck in “Installing” State
If Device Manager shows the driver perpetually installing:- Reboot your computer
- If the issue persists, uninstall the driver completely
- Delete the
C:\VirtualDisplayDriverfolder - Reinstall using the VDC application or PowerShell script
Best Practices
Before GPU updates
Always uninstall VDD before major GPU driver updates to avoid conflicts.
Keep backups
Save a copy of your working
vdd_settings.xml before making manual edits.Use Safe Mode
If display issues occur, boot into Safe Mode to safely remove the driver.
Check driver signing
Verify the driver is signed by “SignPath Foundation” in the driver properties.
Next Steps
VDC Application
Use the GUI application for easier management
PowerShell Scripts
Automate driver management with scripts
Settings Overview
Learn about XML configuration options
Safe Mode Recovery
Recover from display issues