forked from ge9/IddSampleDriver
-
-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is the feature related to a "problem"?
Feature Proposal: VDD Toggle Batch Script
Problem
Users frequently need to enable/disable VDD when switching between remote and physical PC usage. Currently, this requires manually opening Device Manager each time.
Solution
I've created a simple batch script that provides a menu-based interface to toggle VDD on/off using PowerShell's PnpDevice cmdlets.
Features
- ✅ Real-time VDD status display (Enabled/Disabled)
- ✅ Menu-based interface (Enable/Disable/Check Status)
- ✅ No external dependencies (uses built-in PowerShell)
- ✅ No DevCon.exe required
- ✅ Works on Windows 10/11
- ✅ Color-coded status indicators
Implementation
The script uses PowerShell's Get-PnpDevice, Enable-PnpDevice, and Disable-PnpDevice cmdlets to manage the Virtual Display Driver device.
Proposed Location
I suggest adding this to a /scripts or /utilities folder in the repository.
Would you be interested in this contribution? I can submit a pull request if you approve.
Sample Code
https://github.com/Harinath1314-tech/Toggle_VDD.bat.git
Your suggestion
Disable a specific VD via hotkey
Contact Details
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request