With the launch of Windows 11 there is one bug that ruined the System Tray menu in the taskbar. While it should have rounded corners it still looks the same as Windows 10 but now floating. Microsoft will fix this at some point but in the meantime there is another fix.
So to fix this problem we need to at a file to the startup proces that will restart the explorer.exe on startup. Strangely enough this wil fix the rounded corner problem.
- Go to the startup folder (C:\Users\[username]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup)
- Create a new file and call it corner.bat
- Edit the file and place the following text in it:
Taskkill /f /im explorer.exe Start explorer
- Restart your PC
Now you should see the rounded corners like the were intended!