SquareCorners v1.1
Source: Dev.to
Release 1.1
- Simple active
.exeprocess that runs in the background to disable the rounded corners in Windows 11. - Includes helpful tutorials in the README for novices.
Changes
- Migrated from process polling to WinEventHook for near‑zero CPU usage.
- Fixed the white‑border artifact (aliasing) by forcing
DWMWA_BORDER_COLORto a neutral dark value. - Added
AssemblyInfometadata to the executable.
Usage
The process runs silently in the background and can be useful for anyone who wants to disable rounded corners without modifying system files.
Alternatives
- Valinet patch – modifies Windows system files (not preferred).
- Windhawk – requires installation (not desired for this purpose).