Skip to content

Harinath1314-tech/Toggle_VDD.bat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

VDD Device Toggle Utility ✅

A simple Windows batch script that provides a menu-based interface to toggle the Virtual Display Driver (VDD) on/off without using Device Manager.

Features

  • ✅ View current VDD status in real-time (Enabled/Disabled)
  • ✅ Enable VDD with simple menu option
  • ✅ Disable VDD with simple menu option
  • ✅ Check detailed device information
  • ✅ User-friendly menu interface with color-coded status
  • ✅ Automatic return to menu after each action
  • ✅ No external dependencies (uses built-in PowerShell)

Requirements

  • Windows 10/11
  • Administrator privileges required
  • PowerShell (built-in to Windows)

Installation

  1. Download Toggle_VDD.bat to your desktop
  2. Right-click the file → Properties
  3. Click Advanced button (bottom-left)
  4. Check "Run as administrator"
  5. Click OKApplyOK

Usage

  1. Double-click Toggle_VDD.bat (it will request admin privileges)
  2. Select from the menu:
    • Option 1: Enable VDD
    • Option 2: Disable VDD
    • Option 3: Check Status Only
    • Option 4: Exit

Perfect For

  • Remote desktop users who frequently toggle VDD
  • Automation and scripting
  • Quick device switching without manual Device Manager access
  • Integration into batch automation workflows

Technical Details

  • Uses PowerShell Get-PnpDevice cmdlet
  • Detects device by friendly name "Virtual Display Driver"
  • No DevCon.exe or external tools required
  • Fully self-contained batch script

Troubleshooting

Script opens and closes immediately:

  • Make sure it's running as Administrator
  • Check that Virtual Display Driver is installed on your system

Device not found:

  • Ensure Virtual Display Driver is installed
  • Check Device Manager to confirm VDD is present

License

MIT License - Free to use and modify

Author

Harinath PK (October 2025)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors