Skip to content

Changes the corners of windows to be square or rounded

Notifications You must be signed in to change notification settings

JustArion/Win11_ToggleRoundedCorners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Note

If you run the normal version and you don't have the required prerequisites installed it will prompt you if you want to install them, opening a link to Microsoft to download. There are 2 prompts of this, 1 per runtime needed

Table of Contents


Requirements

  • Windows 11

Running Normal:

Running Portable:

  • None (Though has considerably bigger file size)

Tested on

  • 22H2
  • 23H2
  • 24H2

Custom Launch Args

Argument Default Value Description
--sharp-corners N/A Set sharp corners when starting up
--seq-url= http://localhost:9999 Seq Logging Platform
--bind-to= N/A Binds this process to another process' ID. When the other process exits, this one does too
--extended-logging N/A File Log Level: Verbose (From Warning)
--headless N/A Runs the application without a GUI, useful when combined with --sharp-corners
--no-file-logging N/A Disables logging to the file (Located in the current directory)

Launch Args Example

& '.\ToggleRoundedCorners.exe' --extended-logging --headless --sharp-corners --seq-url=http://localhost:9999

Previews

Previews can be found here


Building from Source

Requirements:

Manual:

git clone 'https://github.com/JustArion/Win11_ToggleRoundedCorners'; cd 'Win11_ToggleRoundedCorners'
dotnet publish .\src\ToggleRoundedCorners\ --configuration Release --output Build
cd build; ls

Makefile:

git clone 'https://github.com/JustArion/Win11_ToggleRoundedCorners'; cd 'Win11_ToggleRoundedCorners'
make

Supported Architectures

  • x64

Create an issue to request additional architectures.


Permissions

A comprehensive list of permissions the application needs / could need can be found here


Thank Yous