Skip to content

Instantly share code, notes, and snippets.

@wataken44
Created October 9, 2019 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wataken44/b50e277ee5476b4415b7b595a43b6f99 to your computer and use it in GitHub Desktop.
Save wataken44/b50e277ee5476b4415b7b595a43b6f99 to your computer and use it in GitHub Desktop.
$job = Start-Job -ScriptBlock {
Add-Type -AssemblyName System.Windows.Forms
[System.Windows.Forms.Screen]::AllScreens
}
Wait-Job $job
Receive-Job $job
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment