Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 838 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 838 Bytes

Github All Releases

Win11 Toggle Rounded Corners

A simple utility to disable rounded window corners on Windows 11

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