Skip to content

Commit 416c2ca

Browse files
Update README.md
1 parent cf7b85b commit 416c2ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ or check its current status. When enabled, bootlogger will be added to the Windo
5858
Use `bootlogger.exe [command] --help` for more information about any of these commands.
5959

6060
#### Example command output:
61-
```cmd
61+
```shell
6262
bootlogger.exe printconfig
6363
bootlogger configuration:
6464
logfile = D:\Logs\bootlogger.test.log
@@ -110,7 +110,7 @@ TimeFormat: 24Hour
110110
All environment variables _**must**_ be prefixed with `BOOTLOG_` followed by the configuration option. _That's a single underscore character between BOOTLOG and the option._
111111

112112
#### Example environment variables:
113-
```bat
113+
```shell
114114
setx BOOTLOG_TIMEFORMAT 12Hour
115115
116116
setx BOOTLOG_No-Buildinfo true
@@ -136,7 +136,7 @@ Note that `--dryrun, --no-text` and `--no-buildinfo` do not have shorthand flags
136136
Note that shorthand flags must be **lower case**.
137137

138138
#### Command-line examples:
139-
```powershell
139+
```shell
140140
bootlogger.exe --timeformat 12hour
141141
Desktop-Computer was rebooted on 2025-06-19 7:43:19 AM [Windows 11 Pro build 26100.4061]
142142

0 commit comments

Comments
 (0)