systems:windows
Steps to create Hibernate shortcut in Windows 10:
Step 1: Right-click the desktop, point at New on the menu and choose Shortcut in the options. Step 2: As the window named Create Shortcut turns up, enter %windir%\system32\shutdown.exe –h, and then select Next.
From <https://www.isunshare.com/windows-10/create-hibernate-shortcut-in-windows-10.html>
AutoShutdown
http://www.serverintellect.com/support/windowsserver2003/sched-auto-reboot.aspx
shutdown.exe
just create a batch file and put the following command
Shutdown -r -f -t 0 (This is for local computer)
for network computer
Shutdown -r -f -t 0 -m \\<ipaddress>
-r = restart -s = shutdown -f = forcily -t = time in seconds -m = remote computer
systems/windows.txt · Last modified: 2023/06/26 15:10 by superwizard