DisplayConfig

3.0.1

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.0.1

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

Install-PSResource -Name DisplayConfig -Version 3.0.1

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.0.1:
   Publish "Release" mode build rather than "Debug".
3.0:
   Make 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.
   Simplify the parametersets 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.
   Fix index out of bounds error when cloning a display while another display is disabled.
   Fix positioning error when disabling or cloning displays with different resolutions.
   Add 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.
   Add 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.
   Update the displayId completer list item text and tooltip to include the connection type.
   Update "Use-DisplayConfig" so the "UpdateAdapterIds" parameter defaults to true for imported configs.
2.0:
   Group DisplayIds by display adapter (GPU) and then connection type. This makes the DisplayId assignments consistent on systems with multiple display adapters.
   Fix an issue where "Use-DisplayConfig -UpdateAdapterIds" would throw an error if there were unused adapters in the displayconfig.
   Fix an uncaught exception in Get-DisplayInfo when specifying an invalid DisplayId.
   Add views to format DISPLAYCONFIG_PATH_SOURCE_INFO and DISPLAYCONFIG_PATH_TARGET_INFO objects.
   Add recommended actions to the ErrorRecords for two common user errors for Set-DisplayRefreshRate and Use-DisplayConfig.
   Update completion tooltip for displays without a friendlyname from "Unknown" to "Unknown Display".
1.1.1:
   Publish "Release" mode build rather than "Debug".
1.1:
   Add new "Get-DisplayHDR" and "Set-DisplayHDR" commands to manage HDR settings.
   Fix error handling in some commands where specifying an invalid DisplayId would cause a terminating error rather than a standard error.
1.0.6:
   Add 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:
   Add an argumenter completer for the Set-DisplayPosition -SwapDisplays
1.0.4:
   Add new SwapDisplays parameter to Set-DisplayPosition. This parameter can be used to swap the desktop position of 2 different displays.
1.0.3:
   Add "Unknown" as a fallback to the display ID completer tooltip for displays where the friendlyname hasn't been set.
1.0.2:
   Fix error where Get-DisplayInfo would sometimes throw an error, or find the wrong display.
   Fix a problem with the DeviceId completer would sometimes throw an internal error, and not return any completion results.
   Fix a problem where the tooltip in the DeviceID completer would sometimes show the wrong monitor name.
1.0.1:
   Fix issue where a displayID did not always match the correct display.
1.0:
   Initial release.

FileList

Version History

Version Downloads Last updated
3.0.2 610 10/12/2024
3.0.1 (current version) 899 10/4/2024
3.0 4 10/4/2024
2.0 3,643 8/26/2024
1.1.1 7,071 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 176 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