完了,用mouse jiggler会被开除
版主: Jack12345
#1 完了,用mouse jiggler会被开除
Wells Fargo fires more than a dozen employees for faking work using mouse jigglers and keyboard simulation
Software and hardware that make it seem like someone is moving their mouse or typing on their keyboard are readily available. Tips for using them are easy to find on social media sites like Reddit and TikTok. The devices themselves are available on Amazon for less than $20. You can even build your own using a Raspberry Pi and some electronic components.
These inexpensive and widely available devices prevent computers from entering sleep mode when the PC isn't in use. They don't move the mouse or type on the keyboard but trick screen monitoring software into thinking the user is active when they are not.
Software and hardware that make it seem like someone is moving their mouse or typing on their keyboard are readily available. Tips for using them are easy to find on social media sites like Reddit and TikTok. The devices themselves are available on Amazon for less than $20. You can even build your own using a Raspberry Pi and some electronic components.
These inexpensive and widely available devices prevent computers from entering sleep mode when the PC isn't in use. They don't move the mouse or type on the keyboard but trick screen monitoring software into thinking the user is active when they are not.
#3 Re: 完了,用mouse jiggler会被开除
不应该啊,被媒体采访的员工,包括专门做了调研的教授们,都言之凿凿地说,“在家工作效率就是高!”YouHi 写了: 2024年 6月 14日 09:30 Wells Fargo fires more than a dozen employees for faking work using mouse jigglers and keyboard simulation
Software and hardware that make it seem like someone is moving their mouse or typing on their keyboard are readily available. Tips for using them are easy to find on social media sites like Reddit and TikTok. The devices themselves are available on Amazon for less than $20. You can even build your own using a Raspberry Pi and some electronic components.
These inexpensive and widely available devices prevent computers from entering sleep mode when the PC isn't in use. They don't move the mouse or type on the keyboard but trick screen monitoring software into thinking the user is active when they are not.
Wwlls Fargo太反动了!
#4 Re: 完了,用mouse jiggler会被开除
我记得2000年左右,我用VB6写过这么个程序,白天让鼠标随机地停止,移动,点击link。
YouHi 写了: 2024年 6月 14日 09:30 Wells Fargo fires more than a dozen employees for faking work using mouse jigglers and keyboard simulation
Software and hardware that make it seem like someone is moving their mouse or typing on their keyboard are readily available. Tips for using them are easy to find on social media sites like Reddit and TikTok. The devices themselves are available on Amazon for less than $20. You can even build your own using a Raspberry Pi and some electronic components.
These inexpensive and widely available devices prevent computers from entering sleep mode when the PC isn't in use. They don't move the mouse or type on the keyboard but trick screen monitoring software into thinking the user is active when they are not.
工具机谈智商, 犹如妓女谈贞操, 哪壶不开提哪壶
呼叫鸡谈造谣, 犹如站街女谈卖淫, 那是行家里手
#11 Re: 完了,用mouse jiggler会被开除
记得以前一亩三分地介绍过这种自动会点击的鼠标,当时我就觉得很不靠谱容易出事YouHi 写了: 2024年 6月 14日 09:30 Wells Fargo fires more than a dozen employees for faking work using mouse jigglers and keyboard simulation
Software and hardware that make it seem like someone is moving their mouse or typing on their keyboard are readily available. Tips for using them are easy to find on social media sites like Reddit and TikTok. The devices themselves are available on Amazon for less than $20. You can even build your own using a Raspberry Pi and some electronic components.
These inexpensive and widely available devices prevent computers from entering sleep mode when the PC isn't in use. They don't move the mouse or type on the keyboard but trick screen monitoring software into thinking the user is active when they are not.
#15 Re: 完了,用mouse jiggler会被开除
必须独立硬件让监视软件查不到才行。
当然如果IT远程监视你的屏幕会发现你行为古怪。
最好是带智能机器人帮你做些无效操作,比如看看jira, spec啥的。
当然如果IT远程监视你的屏幕会发现你行为古怪。
最好是带智能机器人帮你做些无效操作,比如看看jira, spec啥的。
#17 Re: 完了,用mouse jiggler会被开除
这个Powershell脚本,可以在5分钟内随机发送鼠标信号,让Teams一直亮着。不过我在公司从来没用过,免得被查出。
$Wshell = New-Object -ComObject wscript.shell
While (1) {
$randomNumber = Get-Random -Maximum 300
$Wshell.SendKeys('~')
Write-Host "Random: $randomNumber"
Start-Sleep -Seconds $randomNumber
}
$Wshell = New-Object -ComObject wscript.shell
While (1) {
$randomNumber = Get-Random -Maximum 300
$Wshell.SendKeys('~')
Write-Host "Random: $randomNumber"
Start-Sleep -Seconds $randomNumber
}
#18 Re: 完了,用mouse jiggler会被开除
你费这事干啥?直接在Teams里面开一个会议室,这样你的状态就是in a call,老板看了你这状态都不好意思打扰你gousheng 写了: 2024年 6月 15日 00:22 这个Powershell脚本,可以在5分钟内随机发送鼠标信号,让Teams一直亮着。不过我在公司从来没用过,免得被查出。
$Wshell = New-Object -ComObject wscript.shell
While (1) {
$randomNumber = Get-Random -Maximum 300
$Wshell.SendKeys('~')
Write-Host "Random: $randomNumber"
Start-Sleep -Seconds $randomNumber
}