Skip to content

Instantly share code, notes, and snippets.

@watson0x90
Created July 18, 2017 23:44
Show Gist options
  • Save watson0x90/6c71cbdb5833e41f8d0138b4882d1e43 to your computer and use it in GitHub Desktop.
Save watson0x90/6c71cbdb5833e41f8d0138b4882d1e43 to your computer and use it in GitHub Desktop.
Move mouse to bottom right corner... Why?... Wouldn't you like to know...
Add-Type -AssemblyName System.Windows.Forms;$screen = [System.Windows.Forms.SystemInformation]::VirtualScreen;[Windows.Forms.Cursor]::Position = "$($screen.Width),$($screen.Height)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment