Untitled

 avatar
unknown
plain_text
a year ago
147 B
3
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