DisplayConfig

3.2

Manage Windows display settings like resolution, DPI scale, HDR and more.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name DisplayConfig -RequiredVersion 3.2

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name DisplayConfig -Version 3.2

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2024 MartinGC94. All rights reserved.

Package Details

Author(s)

  • MartinGC94

Tags

Display Monitor Settings Options Configuration Resolution DPI Scale HDR Rotation

Cmdlets

Copy-DisplaySource Disable-DisplayAdvancedColor Disable-Display Enable-DisplayAdvancedColor Enable-Display Get-DisplayColorInfo Get-DisplayConfig Get-DisplayHDR Get-DisplayInfo Get-DisplayProfile Get-DisplayScale Set-DisplayHDR Set-DisplayPosition Set-DisplayPrimary Set-DisplayProfile Set-DisplayRefreshRate Set-DisplayResolution Set-DisplayRotation Set-DisplayScale Undo-DisplayConfigChanges Use-DisplayConfig

PSEditions

Core Desktop

Dependencies

This module has no dependencies.

Release Notes

3.2:
   Updated the refresh rate and resolution argument completers to include the recommended refresh rate and resolution, as determined by Windows.
   Updated the resolution argument completer to not list height values that would be invalid for the already specified width value and vice versa.
   Made it so "Set-DisplayScale" with the "Recommended" switch explicitly set to false throws an error instead of unexpectedly setting the scaling to 100%
   Fixed issue where inactive displays would not show up in the list of available displays if the max amount of active displays on the GPU had already been reached.
3.1.0:
   Added new "DisplayIdToDisable" parameter to "Enable-Display". This can be used to disable displays while enabling others.
   Made "Enable-Display" more robust on certain system configs.
3.0.2:
   Fixed Set-DisplayResolution so it works with the recent virtual mode changes.
3.0.1:
   Published "Release" mode build rather than "Debug".
3.0:
   Made the module virtual mode aware which has the following effects:
       Raises the minimum OS version to Windows 10.
       Fixes displayId assignment when there are cloned displays across multiple display adapters.
       Makes it possible to clone across multiple display adapters.
   Simplified the parameter sets for "Set-DisplayPosition":
       Removed the Config specific parameter sets.
       Removed the "ApplyNow" parameter as it is no longer needed. If the DisplayConfig parameter is not specified, it will apply the changes immediately.
       The "Position" parameter set is now the default and "XPosition" and "YPosition" are no longer mandatory, allowing adjustment of one without the other.
   Fixed index out of bounds error when cloning a display while another display was disabled.
   Fixed positioning error when disabling or cloning displays with different resolutions.
   Added new switch parameter "AllowChanges" to Set-DisplayResolution. When this is set, Windows will make slight adjustments to the refresh rate or resolution if needed to apply the config.
   Added new switch parameter "AsClone" to "Enable-Display". When this is set, the specified displays are enabled as needed and put into one clone group.
       This allows Windows to determine the best clone source instead of manually specifying it with "Copy-DisplaySource" and it works with disabled displays.
   Updated the displayId completer list item text and tooltip to include the connection type.
   Updated "Use-DisplayConfig" so the "UpdateAdapterIds" parameter defaults to true for imported configs.
2.0:
   Made it so DisplayIds are grouped by display adapter (GPU) and then connection type. This makes the DisplayId assignments consistent on systems with multiple display adapters.
   Fixed an issue where "Use-DisplayConfig -UpdateAdapterIds" would throw an error if there were unused adapters in the displayconfig.
   Fixed an uncaught exception in Get-DisplayInfo when specifying an invalid DisplayId.
   Added views to format DISPLAYCONFIG_PATH_SOURCE_INFO and DISPLAYCONFIG_PATH_TARGET_INFO objects.
   Added recommended actions to the ErrorRecords for two common user errors for Set-DisplayRefreshRate and Use-DisplayConfig.
   Updated completion tooltip for displays without a friendlyname from "Unknown" to "Unknown Display".
1.1.1:
   Published "Release" mode build rather than "Debug".
1.1:
   Added new "Get-DisplayHDR" and "Set-DisplayHDR" commands to manage HDR settings.
   Fixed error handling in some commands where specifying an invalid DisplayId would cause a terminating error rather than a standard error.
1.0.6:
   Added new "UpdateAdapterIds" parameter to "Use-DisplayConfig". This parameter can be used to fix the error "The parameter is incorrect" when importing an exported display config.
1.0.5:
   Added an argumenter completer for the "SwapDisplays" parameter for "Set-DisplayPosition".
1.0.4:
   Added new "SwapDisplays" parameter to "Set-DisplayPosition". This parameter can be used to swap the desktop position of 2 different displays.
1.0.3:
   Added "Unknown" as a fallback to the display ID completer tooltip for displays where the friendlyname hasn't been set.
1.0.2:
   Fixed error where "Get-DisplayInfo" would sometimes throw an error, or find the wrong display.
   Fixed a problem with the DeviceId completer would sometimes throw an internal error, and not return any completion results.
   Fixed a problem where the tooltip in the DeviceID completer would sometimes show the wrong monitor name.
1.0.1:
   Fixed issue where a displayID did not always match the correct display.
1.0:
   Initial release.

FileList

Version History

Version Downloads Last updated
3.2.2 1,456 12/11/2024
3.2.1 27 12/11/2024
3.2 (current version) 2,988 11/25/2024
3.1.0 5,196 10/26/2024
3.0.2 1,784 10/12/2024
3.0.1 899 10/4/2024
3.0 5 10/4/2024
2.0 3,649 8/26/2024
1.1.1 7,079 5/26/2024
1.1 37 5/25/2024
1.0.6 2,357 5/8/2024
1.0.5 1,717 1/26/2024
1.0.4 211 1/21/2024
1.0.3 9 1/21/2024
1.0.2 9 1/21/2024
1.0.1 12 1/20/2024
1.0 9 1/19/2024
Show more