how to create a shutdown button in windows pc

Опубликовано: 11 Август 2026
на канале: PCB Computer World
94
29

how to create a shutdown button in windows pc
Certainly! Creating a shutdown shortcut button on your Windows PC is a convenient way to quickly power off your computer. Here’s how you can do it:

Right-click on an empty area of your desktop.
Select “New” and then choose “Shortcut”.
In the “Create Shortcut” wizard, type the following command in the location field:
shutdown.exe /s /t 0
This command instructs your computer to shut down immediately (/s) with a delay of 0 seconds (/t 0).
Click “Next”.
Optionally, give your shortcut a name (e.g., “Shutdown”) and click “Finish”.
Your new shutdown icon will appear on your desktop.
Double-click the icon to instantly shut down your PC.
If you’d like to customize the icon, right-click the shortcut, go to “Properties”, and click “Change Icon”. You can select an icon from the default options available in Windows or create your own custom icon.

Feel free to create additional shortcuts for other commands like restart, sleep, hibernate, or lock your PC using similar steps. Now you’re all set to save time with just a couple of clicks!