So i have my Windows 10 LTSC system and don’t like to turn it off, (due to always wanting it on incase something goes wrong and i have all the access from my bedroom) and wondering if theres anyway to have a command to auto sleep the machine in X amount of seconds rather than the shutdown -s command
Have you checked what the shutdown
command does or can do?
/h Puts the local computer into hibernation, if hibernation is enabled. The /f switch can be used with the /h switch.
or even
/hybrid Shuts down the device and prepares it for fast startup. This option must be used with the /s option.
and also
/t
<xxx>
Sets the time-out period before shutdown to xxx seconds. The valid range is 0-315360000 (10 years), with a default of 30. If the timeout period is greater than 0, the /f parameter is implied.
If it isn’t enabled, open an Admin CMD window and type:
powercfg /hibernate on
You need to have a decent amount of space available on your C drive for this.
This topic was automatically closed 273 days after the last reply. New replies are no longer allowed.