Auto Mouse Mover: Utility to Move Mouse Automatically
Auto Mouse Mover Software Utility allows you to move the mouse automatically which prevents your computer from logging off. Auto Mouse Software works with all Windows Operating Systems including Windows 10, Windows 8.1, Windows 2000, Windows 7 and other Windows versions. Auto Mouse mover software allows you to move your mouse after a fixed time that will keep your screen active all the time without logging off the computer.
There are lot more softwares in the market to make it working, but today here I will provide you a script that will allow to move your cursor automatically.
Add-Type -AssemblyName System.Windows.Forms while ($true) |
We can change the value as per the need like axis (Mathematical language) or direction and also the start-sleep second. As per the need cursor move dimention can be modified.
$x = ($pos.X % 500) + 15
$y = ($pos.Y % 500) + 15
0 Comments:
Post a Comment