Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Keep Windows PC Alive ====== Run the following in the PowerShell <code> $wsh = New-Object -ComObject WScript.Shell while (1) { $wsh.SendKeys('+{F15}') Start-Sleep -seconds 59 } </code> Last modified: 2025/02/08 00:10by Normal User