Pages

Thursday, December 23, 2021

PowerShell Refresh script

 For all of you out there who need to look like you're working...

$wsh = New-Object -ComObject WScript.Shell
while (1) {
  $wsh.SendKeys('+{F15}')
  Start-Sleep -seconds 59
}

Thursday, December 2, 2021

Cool Raspberry Pi Projects

 

Some very cool Pi projects here.

Wednesday, December 1, 2021

Raspberry Pi Updates


A new Raspberry Pi OS has dropped.