Jump to content

Any tricks to keep system logged in


Galli_La_Lolli

Recommended Posts

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

Link to comment
Share on other sites

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..

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Just now, Iriswest said:

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

CITI_c$y

Link to comment
Share on other sites

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.....

Link to comment
Share on other sites

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....

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 

Link to comment
Share on other sites

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 

Link to comment
Share on other sites

7 minutes ago, gudboy said:

mousejiggle ani okati untadi software download and run it anthe

Thanks but No software downloads allowed 😞

Link to comment
Share on other sites

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...