The previous article explained how to shut down Windows OS in one click. This article will explain how to reboot Windows OS in one click.
Problem
How to reboot Windows OS in one click?
Solution
The following steps to reboot the Windows OS in one click:
1. Create a shortcut
Go to the desktop, then right click and select New – Shortcut as shown below:

2. Write a script
Write the script below:
shutdown.exe /r /t 0
In the section as shown below:

Then press the Next button, and then there will be a display as below:

You can change the name for the shortcut, and after that, press the Finish button, then there will be a display as below:

3. Change the icon
Right-click on the icon, select Properties as shown below:

Then click the Change Icon button, and there will be a display as below:

There will be a display as below:

Click the OK button, and after that, you can choose the icon you like, but I chose the icon like in the red box, press OK, then there will be a display as below:

The shortcut icon will change to what you chose in the previous section. After that, press OK, the shortcut icon will change the image according to what you choose.

4. Move the icon
Move the icon to the taskbar by dragging it as shown below:

After the icon has been moved to the taskbar, you can delete the icon from the desktop.
5. Test the result
After that, try clicking the icon in the taskbar, and your Windows OS should do the shutdown process.
Note
In this article, the time used is 0, so there is no time lag after you click the icon with the shutdown process. You can change it to the time you want, for example, to 5 seconds, so that the script becomes like below:
shutdown.exe /r /t 5
Then there will be a break of 5 seconds after you finish clicking the icon and the shutdown process.
References
boostitco.com
isumsoft.com
wikihow.com

