From 3e8d2115c0916e8d3f1e4f5f589cc76fe5775c83 Mon Sep 17 00:00:00 2001 From: efreak Date: Mon, 17 Nov 2025 14:14:19 -0800 Subject: [PATCH 1/2] Make a table for scripts for readability On github website, single line-breaks are ignored, causing the list to turn into a paragraph. This makes it more readable both in the browser and as raw text by aligning the descriptions and making it a table in the browser. --- Community Scripts/README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/Community Scripts/README.md b/Community Scripts/README.md index 5069d930..4fa64819 100644 --- a/Community Scripts/README.md +++ b/Community Scripts/README.md @@ -3,16 +3,17 @@ This is a collection of Powershell scripts, written during the whole driver development. PR's are welcome for improvements or other/more functions. There haven't been a focus on keeping the scripts "up to date" all the time. Which means changes that might have occurred in the modules that these scripts depend upon, haven't been corrected either. These are more ment as a framework for "tinkers" to make use of Powershell to change settings on the fly. To use these, you should be at least be comfortable with Powershell and understand Admin privilegiets, risk/reward. Anyway here is a short description of each script: - -silent‑install.ps1 – Silently fetches the latest signed Virtual Display Driver from GitHub and installs it via DevCon, then tidies up the temp workspace. -modules_install.bat – Opens an elevated PowerShell session that installs the DisplayConfig and MonitorConfig modules so every helper script has its prerequisites. -set‑dependencies.ps1 – Verifies the exact module versions required, installs or imports them on demand, and aborts downstream execution if anything is missing. -get_disp_num.ps1 – Returns the numeric adapter ID of the VDD screen by scanning WMI for your custom “MTT1337” monitor identifier. -changeres‑VDD.ps1 – Hot‑swaps the virtual panel’s resolution to the width and height you pass on the command line. -refreshrate‑VDD.ps1 – Changes the VDD monitor’s refresh rate (30‑‑500 Hz) after validating the value against a safe list. -rotate‑VDD.ps1 – Rotates the virtual display 90°, 180°, or 270° by calling DisplayConfig with the matching rotation token. -scale‑VDD.ps1 – Sets or resets DPI scaling on the virtual monitor, respecting Windows’ maximum allowed scale factor. -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) -primary‑VDD.ps1 – Makes the virtual display the Windows primary so you can stream or remote‑desktop from a headless rig. -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. -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. +| Script | Description | +| -------------------- | ---------------- | +| silent‑install.ps1 | Silently fetches the latest signed Virtual Display Driver from GitHub and installs it via DevCon, then tidies up the temp workspace. | +| modules_install.bat | Opens an elevated PowerShell session that installs the DisplayConfig and MonitorConfig modules so every helper script has its prerequisites. | +| set‑dependencies.ps1 | Verifies the exact module versions required, installs or imports them on demand, and aborts downstream execution if anything is missing. | +| get_disp_num.ps1 | Returns the numeric adapter ID of the VDD screen by scanning WMI for your custom “MTT1337” monitor identifier. | +| changeres‑VDD.ps1 | Hot‑swaps the virtual panel’s resolution to the width and height you pass on the command line. | +| refreshrate‑VDD.ps1 | Changes the VDD monitor’s refresh rate (30‑‑500 Hz) after validating the value against a safe list. | +| rotate‑VDD.ps1 | Rotates the virtual display 90°, 180°, or 270° by calling DisplayConfig with the matching rotation token. | +| scale‑VDD.ps1 | Sets or resets DPI scaling on the virtual monitor, respecting Windows’ maximum allowed scale factor. | +| 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) | +| primary‑VDD.ps1 | Makes the virtual display the Windows primary so you can stream or remote‑desktop from a headless rig. | +| 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. | +| 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. | From 472b2f2a32170cfa82644f0cf5b4283125032d14 Mon Sep 17 00:00:00 2001 From: efreak Date: Mon, 17 Nov 2025 14:23:22 -0800 Subject: [PATCH 2/2] Add links to the scripts Links are referenced at bottom to keep raw text readable. --- Community Scripts/README.md | 43 ++++++++++++++++++++++++------------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/Community Scripts/README.md b/Community Scripts/README.md index 4fa64819..13571d80 100644 --- a/Community Scripts/README.md +++ b/Community Scripts/README.md @@ -1,19 +1,32 @@ -#Scripts +# Scripts This is a collection of Powershell scripts, written during the whole driver development. PR's are welcome for improvements or other/more functions. There haven't been a focus on keeping the scripts "up to date" all the time. Which means changes that might have occurred in the modules that these scripts depend upon, haven't been corrected either. These are more ment as a framework for "tinkers" to make use of Powershell to change settings on the fly. To use these, you should be at least be comfortable with Powershell and understand Admin privilegiets, risk/reward. Anyway here is a short description of each script: -| Script | Description | -| -------------------- | ---------------- | -| silent‑install.ps1 | Silently fetches the latest signed Virtual Display Driver from GitHub and installs it via DevCon, then tidies up the temp workspace. | -| modules_install.bat | Opens an elevated PowerShell session that installs the DisplayConfig and MonitorConfig modules so every helper script has its prerequisites. | -| set‑dependencies.ps1 | Verifies the exact module versions required, installs or imports them on demand, and aborts downstream execution if anything is missing. | -| get_disp_num.ps1 | Returns the numeric adapter ID of the VDD screen by scanning WMI for your custom “MTT1337” monitor identifier. | -| changeres‑VDD.ps1 | Hot‑swaps the virtual panel’s resolution to the width and height you pass on the command line. | -| refreshrate‑VDD.ps1 | Changes the VDD monitor’s refresh rate (30‑‑500 Hz) after validating the value against a safe list. | -| rotate‑VDD.ps1 | Rotates the virtual display 90°, 180°, or 270° by calling DisplayConfig with the matching rotation token. | -| scale‑VDD.ps1 | Sets or resets DPI scaling on the virtual monitor, respecting Windows’ maximum allowed scale factor. | -| 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) | -| primary‑VDD.ps1 | Makes the virtual display the Windows primary so you can stream or remote‑desktop from a headless rig. | -| 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. | -| 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. | +| Script | Description | +| ---------------------- | ---------------- | +| [silent‑install.ps1] | Silently fetches the latest signed Virtual Display Driver from GitHub and installs it via DevCon, then tidies up the temp workspace. | +| [modules_install.bat] | Opens an elevated PowerShell session that installs the DisplayConfig and MonitorConfig modules so every helper script has its prerequisites. | +| [set‑dependencies.ps1] | Verifies the exact module versions required, installs or imports them on demand, and aborts downstream execution if anything is missing. | +| [get_disp_num.ps1] | Returns the numeric adapter ID of the VDD screen by scanning WMI for your custom “MTT1337” monitor identifier. | +| [changeres‑VDD.ps1] | Hot‑swaps the virtual panel’s resolution to the width and height you pass on the command line. | +| [refreshrate‑VDD.ps1] | Changes the VDD monitor’s refresh rate (30‑‑500 Hz) after validating the value against a safe list. | +| [rotate‑VDD.ps1] | Rotates the virtual display 90°, 180°, or 270° by calling DisplayConfig with the matching rotation token. | +| [scale‑VDD.ps1] | Sets or resets DPI scaling on the virtual monitor, respecting Windows’ maximum allowed scale factor. | +| [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) | +| [primary‑VDD.ps1] | Makes the virtual display the Windows primary so you can stream or remote‑desktop from a headless rig. | +| [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. | +| [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. | + +[silent‑install.ps1]: +[modules_install.bat]: +[set‑dependencies.ps1]: +[get_disp_num.ps1]: +[changeres‑VDD.ps1]: +[refreshrate‑VDD.ps1]: +[rotate‑VDD.ps1]: +[scale‑VDD.ps1]: +[HDRswitch‑VDD.ps1]: +[primary‑VDD.ps1]: +[toggle‑VDD.ps1]: +[winp‑VDD.ps1]: \ No newline at end of file