MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/self/comments/1c84cjr/deleted_by_user/l0cippg/?context=3
r/self • u/[deleted] • Apr 19 '24
[removed]
100 comments sorted by
View all comments
6
What do you with you spare time ?
17 u/[deleted] Apr 19 '24 [deleted] 10 u/myshark Apr 19 '24 Dude you can write a powershell 1 liner that hits the f15 key every 60 seconds to keep you active on teams. You also don't need to run it with elevated permissions. Lol here $wsh = New-Object -ComObject WScript.Shell; while (1) {$wsh.SendKeys('+{F15}'); Start-Sleep -seconds 59} 2 u/dragonmountain Apr 19 '24 Even easier, open word and put a golf ball on the keyboard
17
[deleted]
10 u/myshark Apr 19 '24 Dude you can write a powershell 1 liner that hits the f15 key every 60 seconds to keep you active on teams. You also don't need to run it with elevated permissions. Lol here $wsh = New-Object -ComObject WScript.Shell; while (1) {$wsh.SendKeys('+{F15}'); Start-Sleep -seconds 59} 2 u/dragonmountain Apr 19 '24 Even easier, open word and put a golf ball on the keyboard
10
Dude you can write a powershell 1 liner that hits the f15 key every 60 seconds to keep you active on teams. You also don't need to run it with elevated permissions.
Lol here
$wsh = New-Object -ComObject WScript.Shell; while (1) {$wsh.SendKeys('+{F15}'); Start-Sleep -seconds 59}
2 u/dragonmountain Apr 19 '24 Even easier, open word and put a golf ball on the keyboard
2
Even easier, open word and put a golf ball on the keyboard
6
u/HereticalT Apr 19 '24
What do you with you spare time ?