Skip to content

Commit fbb02ea

Browse files
committed
Minor changes for style guidelines
1 parent 01179fd commit fbb02ea

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

WindowsServerDocs/administration/windows-commands/lodctr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Reference article for the lodctr command, which allows you to regis
44
ms.topic: reference
55
ms.author: alalve
66
author: xelu86
7-
ms.date: 10/16/2017
7+
ms.date: 10/22/2025
88
---
99

1010
# lodctr
@@ -30,10 +30,10 @@ lodctr <filename> [/s:<filename>] [/r:<filename>] [/t:<servicename>]
3030
| /t:`<servicename>` | Indicates that service `<servicename>` is trusted. |
3131
| /? | Displays help at the command prompt. |
3232

33-
## Remarks
33+
#### Remarks
3434

3535
- If the information that you supply contains spaces, use quotation marks around the text (for example, "file name 1").
36-
- An exit code of **0** indicates the command line syntax was correct. It does not mean the removal was successful. Check the output from the command for potential error messages.
36+
- An exit code of **0** indicates the command line syntax was correct. It doesn't mean the operation was successful. Check the output from the command for potential error messages.
3737

3838
### Examples
3939

WindowsServerDocs/administration/windows-commands/unlodctr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Reference article for the unlodctr command, which removes Performan
44
ms.topic: reference
55
ms.author: daknappe
66
author: dknappettmsft
7-
ms.date: 10/16/2017
7+
ms.date: 10/22/2025
88
---
99

1010
# unlodctr
@@ -29,9 +29,9 @@ unlodctr <drivername>
2929
| `<drivername>` | Removes the **Performance counter name** settings and **Explain text** for driver or service `<drivername>` from the Windows Server registry. If your `<drivername>` includes spaces, you must use quotation marks around the text, for example "Driver name". |
3030
| /? | Displays help at the command prompt. |
3131

32-
## Remarks
32+
#### Remarks
3333

34-
An exit code of **0** indicates the command line syntax was correct. It does not mean the removal was successful. Check the output from the command for potential error messages.
34+
An exit code of **0** indicates the command line syntax was correct. It doesn't mean the operation was successful. Check the output from the command for potential error messages.
3535

3636
## Examples
3737

0 commit comments

Comments
 (0)