You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Community Scripts/README.md
+13-25Lines changed: 13 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,28 +5,16 @@ This is a collection of Powershell scripts, written during the whole driver deve
5
5
Anyway here is a short description of each script:
6
6
| Script | Description |
7
7
| ---------------------- | ---------------- |
8
-
|[silent‑install.ps1]| Silently fetches the latest signed Virtual Display Driver from GitHub and installs it via DevCon, then tidies up the temp workspace. |
9
-
|[modules_install.bat]| Opens an elevated PowerShell session that installs the DisplayConfig and MonitorConfig modules so every helper script has its prerequisites. |
10
-
|[set‑dependencies.ps1]| Verifies the exact module versions required, installs or imports them on demand, and aborts downstream execution if anything is missing. |
11
-
|[get_disp_num.ps1]| Returns the numeric adapter ID of the VDD screen by scanning WMI for your custom “MTT1337” monitor identifier. |
12
-
|[changeres‑VDD.ps1]| Hot‑swaps the virtual panel’s resolution to the width and height you pass on the command line. |
13
-
|[refreshrate‑VDD.ps1]| Changes the VDD monitor’s refresh rate (30‑‑500 Hz) after validating the value against a safe list. |
14
-
|[rotate‑VDD.ps1]| Rotates the virtual display 90°, 180°, or 270° by calling DisplayConfig with the matching rotation token. |
15
-
|[scale‑VDD.ps1]| Sets or resets DPI scaling on the virtual monitor, respecting Windows’ maximum allowed scale factor. |
16
-
|[HDRswitch‑VDD.ps1]| Flips the virtual screen between SDR (8‑bit) and HDR (10‑bit) colour modes in one click. Unsure if it works anylonger, since changes in moduels) |
17
-
|[primary‑VDD.ps1]| Makes the virtual display the Windows primary so you can stream or remote‑desktop from a headless rig. |
18
-
|[toggle‑VDD.ps1]| A one‑click PowerShell switch that first elevates itself to admin, then enables or disables your Virtual Display Driver and immediately flips Windows between Extended and Cloned desktops, perfect for streamers who need to bring a virtual monitor online or offline on demand. |
19
-
|[winp‑VDD.ps1]| A lightweight companion script that leaves the driver untouched and simply yo‑yos Windows between Extend and Clone modes, giving you an instant “presentation toggle” when the virtual display should stay permanently enabled. |
|[changeres‑VDD.ps1](changeres-VDD.ps1)| Hot‑swaps the virtual panel’s resolution to the width and height you pass on the command line. |
9
+
|[get_disp_num.ps1](get_disp_num.ps1)| Returns the numeric adapter ID of the VDD screen by scanning WMI for your custom “MTT1337” monitor identifier. |
10
+
|[HDRswitch‑VDD.ps1](HDRswitch-VDD.ps1)| Flips the virtual screen between SDR (8‑bit) and HDR (10‑bit) colour modes in one click. Unsure if it works anylonger, since changes in modules |
11
+
|[modules_install.bat](modules_install.bat)| Opens an elevated PowerShell session that installs the DisplayConfig and MonitorConfig modules so every helper script has its prerequisites. |
12
+
|[primary‑VDD.ps1](primary-VDD.ps1)| Makes the virtual display the Windows primary so you can stream or remote‑desktop from a headless rig. |
13
+
|[refreshrate‑VDD.ps1](refreshrate.ps1)| Changes the VDD monitor’s refresh rate (30‑‑500 Hz) after validating the value against a safe list. |
14
+
|[rotate‑VDD.ps1](rotate-VDD.ps1)| Rotates the virtual display 90°, 180°, or 270° by calling DisplayConfig with the matching rotation token. |
15
+
|[scale‑VDD.ps1](scale-VDD.ps1)| Sets or resets DPI scaling on the virtual monitor, respecting Windows’ maximum allowed scale factor. |
16
+
|[set‑dependencies.ps1](set-dependencies.ps1)| Verifies the exact module versions required, installs or imports them on demand, and aborts downstream execution if anything is missing. |
17
+
|[silent‑install.ps1](silent-install.ps1)| Silently fetches the latest signed Virtual Display Driver from GitHub and installs it via Nefcon, then tidies up the temp workspace. |
18
+
|[toggle‑VDD.ps1](toggle-VDD.ps1)| A one‑click PowerShell switch that first elevates itself to admin, then enables or disables your Virtual Display Driver and immediately flips Windows between Extended and Cloned desktops, perfect for streamers who need to bring a virtual monitor online or offline on demand. |
19
+
|[virtual-driver-manager.ps1](virtual-driver-manager.ps1)| A comprehensive script to manage the Virtual Display Driver. It can install, uninstall, enable, disable, toggle, and check the status of the driver. |
20
+
|[winp‑VDD.ps1](winp-VDD.ps1)| A lightweight companion script that leaves the driver untouched and simply yo‑yos Windows between Extend and Clone modes, giving you an instant “presentation toggle” when the virtual display should stay permanently enabled. |
0 commit comments