From 930f6c771c67a569a0a2ec469fd4d3ca80e59c7f Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 23 Jun 2024 12:28:06 +0200 Subject: [PATCH] Add 'last-reboot-time.txt'. --- last-reboot-time.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 last-reboot-time.txt 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" + +