Show pagesourceOld revisionsBacklinksBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer Reddit TeamsSend via e-MailPrintPermalink × Keep Windows PC Alive Run the following in the PowerShell $wsh = New-Object -ComObject WScript.Shell while (1) { $wsh.SendKeys('+{F15}') Start-Sleep -seconds 59 } Last modified: 2025/02/08 00:10by Normal User