From 32b81d7472e48df8a2c76abbb653c54a04063ef6 Mon Sep 17 00:00:00 2001 From: Valentin-Gabriel Radu Date: Sat, 4 Sep 2021 20:56:28 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2dbd991..92980d9 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ A simple utility that cold patches dwm (uDWM.dll) in order to disable window rounded corners in Windows 11. Tested on build 22000.176. Precompiled binaries are available in [Releases](https://github.com/valinet/Win11DisableRoundedCorners/Releases). + +To successfully patch and not brick your system, make sure you have only one dwm.exe process running. If you have multiple, connect normally to Windows, not using remote desktop or something similar. + +Application requires active Internet connection when patching in order to download symbol files for `uDWM.dll`. + +It is preferable but not mandatory to run the files from a separate directory. The app will temporarly place 2 files: `uDWM.dll` and `uDWM.pdb` in the directory they are in, overwriting any existing files.