Untitled

 avatar
unknown
plain_text
2 years ago
147 B
5
Indexable
$Pos = [System.Windows.Forms.Cursor]::Position
[System.Windows.Forms.Cursor]::Position = New-Object System.Drawing.Point((($Pos.X) + 1) , $Pos.Y)

Editor is loading...
Leave a Comment