Skip to content

Instantly share code, notes, and snippets.

View deffcolony's full-sized avatar
🌌
Part of the subconscious network

deffcolony

🌌
Part of the subconscious network
View GitHub Profile
@dieseltravis
dieseltravis / PS-BGInfo.ps1
Last active April 23, 2024 15:16
update wallpaper background image with powershell (like Sysinternals BGInfo)
# PS-BGInfo
# Powershell script that updates the background image with a random image from a folder and writes out system info text to it.
# run as a lower priority task
[System.Threading.Thread]::CurrentThread.Priority = 'BelowNormal'
# Configuration:
# Font Family name
$font="Input"