Galli_La_Lolli Posted July 28, 2020 Report Posted July 28, 2020 Any tricks to keep system logged in during office hours like mouse auto move or something to take a power nap during breaks. Quote
Spartan Posted July 28, 2020 Report Posted July 28, 2020 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.. Quote
mmharshaa Posted July 28, 2020 Report Posted July 28, 2020 open notepad keep waterbottle on space bar 1 Quote
Iriswest Posted July 28, 2020 Report Posted July 28, 2020 Script run permission lekapote tie mouse to an oscillating table fan. 2 Quote
Pitta Posted July 28, 2020 Report Posted July 28, 2020 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 Quote
Pitta Posted July 28, 2020 Report Posted July 28, 2020 Just now, Iriswest said: Script run permission lekapote tie mouse to an oscillating table fan. Quote
Iriswest Posted July 28, 2020 Report Posted July 28, 2020 1 minute ago, mmharshaa said: open notepad keep waterbottle on space bar Or cooker whistle 1 Quote
Galli_La_Lolli Posted July 28, 2020 Author Report Posted July 28, 2020 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..... Quote
Spartan Posted July 28, 2020 Report Posted July 28, 2020 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.... Quote
Picheshwar Posted July 28, 2020 Report Posted July 28, 2020 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 Quote
gudboy Posted July 28, 2020 Report Posted July 28, 2020 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 Quote
shweetyk Posted July 28, 2020 Report Posted July 28, 2020 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 Quote
shweetyk Posted July 28, 2020 Report Posted July 28, 2020 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 Quote
Galli_La_Lolli Posted July 28, 2020 Author Report Posted July 28, 2020 7 minutes ago, gudboy said: mousejiggle ani okati untadi software download and run it anthe Thanks but No software downloads allowed 😞 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.