valinet / ep_dwm

Implements a Windows service that removes the rounded corners for windows in Windows 11
GNU General Public License v2.0
49 stars 6 forks source link

Not working on Windows 11 24H2 #4

Open greatestradioshow opened 3 weeks ago

greatestradioshow commented 3 weeks ago

Hello, I just set up Windows 11 (10.0.26100 Build 26100) and it looks like it is no longer working. On my former Windows 11 setups, there was no issue.

I can still create the service, but it looks like even then starting the service, in the end the status never shows running, it stays in "stopped".

Did the newest Windows 11 iteration break this method?

Thanks.

Amrsatrio commented 3 weeks ago

Yes. There's a new file I created which is for ARM64 and actualy working on 24H2, but it results in broken borders for custom context menus primarily in JetBrains IDEs -- the same effect as when graphics drivers are not installed. I don't have the time yet to investigate further to fix the original method.

If you want to compile and see what I meant yourself, go to this line: https://github.com/valinet/ep_dwm/blob/master/ep_dwm/ep_dwm.vcxproj#L215C1-L216C72

Replace those two ClCompile lines with just <ClCompile Include="ep_dwm.c" />

greatestradioshow commented 3 weeks ago

Thanks for the fast reply. In this case, I just wait and see. I do prefer the sharp corners, but it is not like that I have them to be changed right now.