Program

Moved helpdesk back to rewster.uk

Just a quick heads-up — Freshdesk has increased their pricing to $18/month. I was previously on their free plan, which worked really well, but that option has now been removed.
Kasa Smart Control, Program

Enable PowerShell Script execution

Steps to enable PowerShell script execution: Open PowerShell as Administrator: Check current execution policy: Get-ExecutionPolicy Set the execution policy to allow scripts: Common choices: Example to set to RemoteSigned (Recommended): Set-ExecutionPolicy RemoteSigned
Article

Update to ‘Comodo Individual Code Signing – UK Issues’

Please see the original post at Comodo Individual Code Signing – UK Issues I have just applied to update my code signing certificate on the 5 Mar 2021, for the next 3 years, due to previously been required to use a notary to confirm my identity in the UK this added about
top