Skip to content

Instantly share code, notes, and snippets.

View mardahl's full-sized avatar
🤓
not afraid to commit!

Michael Mardahl mardahl

🤓
not afraid to commit!
View GitHub Profile
@mardahl
mardahl / PS-BGInfo.ps1
Created September 26, 2019 13:51 — forked from dieseltravis/PS-BGInfo.ps1
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"