Hi @todd horne
Thank you for posting your question in the Microsoft Q&A forum.
Regarding your issue, in Windows 11, the Power options (Shut down, Restart, Sleep) are only available through the Start menu. There isn’t a built‑in setting to pin these power actions directly to the taskbar. Because of this, the recommended workaround is to create small power shortcuts and pin those shortcuts to the taskbar instead.
Here are a few steps you can try:
- Create the Shortcut
- Right-click on an empty space on your desktop.
- Select New > Shortcut.
- In the box, type the command for the action you want:
-
- Shut Down: shutdown /s /t 0
- Restart: shutdown /r /t 0
- Sleep: rundll32.exe powrprof.dll,SetSuspendState 0,1,0
- Click Next, name it (e.g., "Shut Down"), and click Finish.
- Change the Icon
- Right-click your new desktop shortcut and select Properties.
- Go to the Shortcut tab and click Change Icon... (Ignore any warning messages that pop up).
- Choose the classic red power button icon (or the one that fits) and click OK.
-
- Pin it to the Taskbar
- Right-click your newly styled shortcut on the desktop.
- Select Show more options (if on Windows 11) and click Pin to taskbar.
- You can now delete the shortcut from your desktop.
Note: If you have Hibernation enabled, the "Sleep" command above might hibernate your PC instead. If that happens and you prefer true Sleep, you may need to disable Hibernation in your power settings first.
Hopefully it will help work with your issue and if you have any other questions or need further assistance, feel free to ask.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.