We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7267835 + fd8700f commit b642ef6Copy full SHA for b642ef6
1 file changed
scripts/README.md
@@ -0,0 +1,31 @@
1
+# VDD Utilities
2
+
3
+This folder contains utility scripts to help manage the Virtual Display Driver.
4
5
+## Toggle_VDD.bat
6
7
+A menu-based batch script to easily enable/disable VDD without opening Device Manager.
8
9
+### Features
10
+- Real-time status display
11
+- Enable/Disable VDD with one click
12
+- Check detailed device information
13
+- No external dependencies required
14
15
+### Requirements
16
+- Windows 10/11
17
+- Administrator privileges
18
+- PowerShell (built-in)
19
20
+### Usage
21
+1. Right-click `Toggle_VDD.bat` → Properties → Advanced
22
+2. Check "Run as administrator" → OK
23
+3. Double-click to run
24
25
+### Menu Options
26
+1. Enable VDD
27
+2. Disable VDD
28
+3. Check Status Only
29
+4. Exit
30
31
+Perfect for remote desktop users who frequently toggle VDD!
0 commit comments