Awesome
Win11 Toggle Rounded Corners
A simple utility to disable rounded window corners on Windows 11
<img src="https://i.imgur.com/5HIQf7n.png">Download
An installer as well as the standalone binary for portable use can be downloaded here.
The program requires administrator privileges.
Some Anti-Virus products may block the access to dwm.exe
Build
First clone the repo recursively
git clone --recursive 'https://github.com/oberrich/win11-toggle-rounded-corners.git'
Then simply build it with meson
meson setup build
meson compile -C build