Jump to content

Any tricks to keep system logged in


Recommended Posts

Posted

Any tricks to keep system logged in during office hours like mouse auto move or something to take a power nap during breaks.  

Posted
Add-Type -AssemblyName System.Windows.Forms

while ($true)
{
  $Pos = [System.Windows.Forms.Cursor]::Position
  $x = ($pos.X % 500) + 1
  $y = ($pos.Y % 500) + 1
  [System.Windows.Forms.Cursor]::Position = New-Object System.Drawing.Point($x, $y)
  Start-Sleep -Seconds 10
}

save this as powershell script and run it..

Posted
Just now, Spartan said:

Add-Type -AssemblyName System.Windows.Forms

while ($true)
{
  $Pos = [System.Windows.Forms.Cursor]::Position
  $x = ($pos.X % 500) + 1
  $y = ($pos.Y % 500) + 1
  [System.Windows.Forms.Cursor]::Position = New-Object System.Drawing.Point($x, $y)
  Start-Sleep -Seconds 10
}

save this as powershell script and run it..

 

Just now, mmharshaa said:

open notepad

keep waterbottle on space bar

tenor.gif

Posted
Just now, Iriswest said:

Script run permission lekapote tie mouse to an oscillating table fan.

CITI_c$y

Posted
1 minute ago, mmharshaa said:

open notepad

keep waterbottle on space bar

Or cooker whistle

  • Haha 1
Posted
1 minute ago, Spartan said:

Add-Type -AssemblyName System.Windows.Forms

while ($true)
{
  $Pos = [System.Windows.Forms.Cursor]::Position
  $x = ($pos.X % 500) + 1
  $y = ($pos.Y % 500) + 1
  [System.Windows.Forms.Cursor]::Position = New-Object System.Drawing.Point($x, $y)
  Start-Sleep -Seconds 10
}

save this as powershell script and run it..

Office laptop bhayya. I am non-IT anduke asking.....

Posted
Just now, Galli_La_Lolli said:

Office laptop bhayya. I am non-IT anduke asking.....

em kaadu u can still run..

copy paste this, save file as .ps1

right click and execute....u shud be able to run it....

Posted
1 minute ago, Galli_La_Lolli said:

Office laptop bhayya. I am non-IT anduke asking.....

 

3 minutes ago, mmharshaa said:

open notepad

keep waterbottle on space bar

 

Posted
16 minutes ago, Galli_La_Lolli said:

Any tricks to keep system logged in during office hours like mouse auto move or something to take a power nap during breaks.  

mousejiggle ani okati untadi software download and run it anthe

Posted

cooker whistle on space bar

Posted
21 minutes ago, Spartan said:

Add-Type -AssemblyName System.Windows.Forms

while ($true)
{
  $Pos = [System.Windows.Forms.Cursor]::Position
  $x = ($pos.X % 500) + 1
  $y = ($pos.Y % 500) + 1
  [System.Windows.Forms.Cursor]::Position = New-Object System.Drawing.Point($x, $y)
  Start-Sleep -Seconds 10
}

save this as powershell script and run it..

How to save and run, with screenshot share please 

Posted
18 minutes ago, Spartan said:

em kaadu u can still run..

copy paste this, save file as .ps1

right click and execute....u shud be able to run it....

Financial client not allowed 

Posted
7 minutes ago, gudboy said:

mousejiggle ani okati untadi software download and run it anthe

Thanks but No software downloads allowed 😞

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...