You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ or check its current status. When enabled, bootlogger will be added to the Windo
58
58
Use `bootlogger.exe [command] --help` for more information about any of these commands.
59
59
60
60
#### Example command output:
61
-
```cmd
61
+
```shell
62
62
bootlogger.exe printconfig
63
63
bootlogger configuration:
64
64
logfile = D:\Logs\bootlogger.test.log
@@ -110,7 +110,7 @@ TimeFormat: 24Hour
110
110
All environment variables _**must**_ be prefixed with `BOOTLOG_` followed by the configuration option. _That's a single underscore character between BOOTLOG and the option._
111
111
112
112
#### Example environment variables:
113
-
```bat
113
+
```shell
114
114
setx BOOTLOG_TIMEFORMAT 12Hour
115
115
116
116
setx BOOTLOG_No-Buildinfo true
@@ -136,7 +136,7 @@ Note that `--dryrun, --no-text` and `--no-buildinfo` do not have shorthand flags
136
136
Note that shorthand flags must be **lower case**.
137
137
138
138
#### Command-line examples:
139
-
```powershell
139
+
```shell
140
140
bootlogger.exe --timeformat 12hour
141
141
Desktop-Computer was rebooted on 2025-06-19 7:43:19 AM [Windows 11 Pro build 26100.4061]
0 commit comments