valinet / Win11DisableRoundedCorners

A simple utility that cold patches dwm (uDWM.dll) in order to disable window rounded corners in Windows 11
GNU General Public License v2.0
829 stars 41 forks source link

I wrote a small batch file to solve the "Unable to restore DWM" error. #41

Open QuartzSandstone opened 2 years ago

QuartzSandstone commented 2 years ago

If error occurs, run this.zip Solution provided by @Markichu . "I encountered this and to fix it I deleted uDWM_win11drc.bak in C:\windows\system32 and rerun the exe." Originally posted by @Markichu in https://github.com/valinet/Win11DisableRoundedCorners/issues/35#issuecomment-1156041456 It's a batch file that delete uDWM_win11drc.bak . That's it. Should work.

70V07 commented 2 years ago

thanks with h why without is very bad

RazoBeckett commented 1 year ago

thanks a lot sir

brighver commented 10 months ago

thanks sir. it worked.

AJMansfield commented 4 months ago

For the sake of anyone who'd have preferred to copy-paste to their own bat file, here's the script:

cd /d C:\Windows\System32
del uDWM_win11drc.bak
pause