Skip to content

Commit d8e8cb3

Browse files
authored
Enhance unlodctr.md with exit code remarks
Added remarks about exit code for unlodctr command.
1 parent 1e6624d commit d8e8cb3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • WindowsServerDocs/administration/windows-commands

WindowsServerDocs/administration/windows-commands/unlodctr.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ 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
33+
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.
35+
3236
## Examples
3337

3438
To remove the current **Performance counter names** and **Explain text** for the Simple Mail Transfer Protocol (SMTP) service, type:

0 commit comments

Comments
 (0)