DEV Community

Marco Colonna
Marco Colonna

Posted on

SquareCorners v2.1

just relased 2.1 of this tweak

is a simple active .exe process running in background to disable the rounded corners in Windows 11 (also some helpfull tutorials in README for novices)

https://github.com/70V07/SquareCorners

the tweak is safe and also a bit customizzable (can add exclusions)

I use this command for compile:

& "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /target:winexe /reference:System.Windows.Forms.dll /out:"<OUTPUT_PATH>\SquareCorners.exe" "<SOURCE_PATH>\SquareCorners.cs" "<SOURCE_PATH>\SquareCorners\AssemblyInfo.cs"

maybe can be helpfull for someone…

the process running in background

(5-10MB in Task Manager)

I know there is the Valinet patch (which I dont like why change Windows system files) and Windhawk (which I dont use, so I dont want install just for disable rounded corners)

Top comments (0)