highdelay/activate-watermark — explained in plain English
Analysis updated 2026-05-18
Display a fake Activate Windows watermark to prank a friend or during a screen share.
Customize the watermark position, opacity, size, and text through the system tray menu.
Toggle the overlay on or off without leaving any taskbar icon.
| highdelay/activate-watermark | paullagier/pala-one-firmware | sternxd/dusklight-uwp | |
|---|---|---|---|
| Stars | 15 | 15 | 15 |
| Language | C++ | C++ | C++ |
| Setup difficulty | moderate | hard | — |
| Complexity | 2/5 | 4/5 | 4/5 |
| Audience | general | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Building from source requires Microsoft Visual Studio.
Activate Watermark is a small Windows desktop application that adds a fake "Activate Windows" watermark to your screen, the same floating text that appears in the bottom-right corner of genuine unactivated Windows installations. The program does nothing to your actual Windows activation status, it is purely a visual prank. The watermark sits permanently on top of everything else on your screen, lets mouse clicks pass through it so it does not interfere with normal use, and leaves no icon in the taskbar. A right-click menu in the system tray (the small icon area in the bottom-right corner of the Windows taskbar) lets you adjust several settings: move the watermark to any corner of the screen, change its opacity from mostly transparent to fully visible, resize the text from small to extra large, and edit both lines of text to display anything you want instead of the default "Activate Windows" message. Exiting through the tray menu or Task Manager removes it. The README describes use cases as pranking friends, looking unserious during screen shares, or general amusement. The program is built as a single executable using C++ and the Win32 API (the programming interface for building native Windows applications). Building it requires Microsoft Visual Studio. It is released to the public domain.
A Windows desktop prank app that overlays a fake Activate Windows watermark on your screen without changing anything real.
Mainly C++. The stack also includes C++, Win32 API.
Released into the public domain: free to use, modify, and share with no restrictions.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.