how to make windows 10 sleep with commands code example
Example 1: how to make pc sleep windows 10 through cmd
rundll32.exe powrprof. dll,SetSuspendState 0,1,0
Example 2: how to sleep windows 10 with cmd
rundll32.exe powrprof.dll,SetSuspendState 0,1,0