Created
July 18, 2017 23:44
-
-
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...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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