diff --git a/last-reboot-time.txt b/last-reboot-time.txt new file mode 100644 index 0000000..12a9268 --- /dev/null +++ b/last-reboot-time.txt @@ -0,0 +1,12 @@ + + + +# Start -> Run -> cmd.exe: +# +systeminfo | find "System Boot Time" + +# Or for older OS versions (see comment): +# +systeminfo | find "System Up Time" + +