Skip to content

Instantly share code, notes, and snippets.

View henior2's full-sized avatar
🗿

Henryk henior2

🗿
View GitHub Profile
@henior2
henior2 / SilentWallpaper.cs
Last active January 26, 2022 16:03 — forked from Drarig29/SilentWallpaper.cs
Temporarily set a desktop wallpaper without polluting the Windows settings history (Solid Color backup support)
using System;
using System.Runtime.InteropServices;
using Microsoft.Win32;
public enum WallpaperStyle
{
Fill,
Fit,
Stretch,
Tile,