One of the things which I did when I installed Windows 11 is create buttons for Shutdown, Restart and Sleep.
This is fairly easy to do and the buttons commands canbe customized. The video will show you how to create buttons for the desktop. This works for Windows 7, 8, 10 and 11.
The commands you need are:
Sleep C:\Windows\System32\rundll32.exe powrprof.dll, SetSuspendState Sleep
Restart C:\Windows\System32\shutdown.exe /r /t 0
Shutdown C:\Windows\System32\shutdown.exe /s /t 0
For a complete list of the shutdown command type
shutdown /? at a CMD prompt