Skip to content

[Feature]: Add Batch Script for Easy VDD Toggle (Enable/Disable) #429

@Harinath1314-tech

Description

@Harinath1314-tech

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

[email protected]

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions