Skip to content

Moves all visible windows from one monitor to another using PowerShell

Notifications You must be signed in to change notification settings

shiitake/PowerShell-Move-Windows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

PowerShell-Move-Windows

This script moves all your visible application windows to another monitor

The main script is MoveWindows.ps1 -- you can specify a monitor index (starting from 1) to move all windows to as the first argument. If empty, it will default to the right-most screen

Example

# Move all windows to right-most screen
PS> .\MoveWindows.ps1

# Move all windows to the first/left-most monitor
PS> .\MoveWindows.ps1 1

# Move all windows to the third monitor
PS> .\MoveWindows.ps1 3

About

Moves all visible windows from one monitor to another using PowerShell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%