Projet

DesktopManager

DesktopManager is a C# library and PowerShell module that allows to get and set wallpapers to given monitor.

Stars51
Forks6
Open issues0
Total downloads526046
ReleaseDesktopManager-v3.6.1
Language: C# Updated: 2026-04-10

Installation

PowerShell Gallery

Install-Module DesktopManager -Scope CurrentUser

NuGet

dotnet add package DesktopManager

Recuperation du code

git clone https://github.com/EvotecIT/DesktopManager.git

Téléchargements

Journal des modifications

DesktopManager 3.6.1

Latest Stable

What's Changed

Full Changelog: Compare v3.5.0 to DesktopManager-v3.6.1

v3.2.0

What's Changed

Full Changelog: Compare v3.0.0 to v3.2.0

v3.0.0

What's Changed

  • Add cmdlets to play with window position by @PrzemyslawKlys in #3

    • Get-DesktopWindow
    • Set-DesktopWindow
Get-DesktopWindow | Format-Table *
          
image
Set-DesktopWindow -Name '*Zadanie - Notepad' -Height 800 -Width 1200 -Left 100
          Set-DesktopWindow -Name '*Zadanie - Notepad' -State Maximize
          

In C# adds multiple methods to use in C#

var manager = new WindowManager();
          manager.GetWindows
          manager.SetWindowPosition
          manager.CloseWindow
          manager.MinimizeWindow
          manager.MaximizeWindow
          manager.RestoreWindow
          

Full Changelog: Compare v2.0.1 to v3.0.0

Parcours de conseil

Besoin d’aide pour mettre cela en production ?

Platform Delivery Services

  • Translate open-source tooling into production-ready operating patterns.
  • Define rollout, ownership, reporting, and support boundaries early.
  • Package the work so internal teams can operate it confidently.

Nous intervenons sur la mise en œuvre, la remédiation, la conception d’automatisations et la livraison autour des plateformes liées à ce projet.