Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#304 from asteinbr/patch-1
Browse files Browse the repository at this point in the history
Using common set of hyphen characters in examples
  • Loading branch information
foxmsft authored Sep 9, 2020
2 parents 768d32e + 9768e72 commit 1fb06e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sysinternals/downloads/sysmon.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,25 +114,25 @@ Neither install nor uninstall requires a reboot.

Install with default settings (process images hashed with sha1 and no
network monitoring)
**sysmon -accepteula  i**
**sysmon -accepteula  -i**

Install Sysmon with a configuration file (as described below)

**sysmon accepteula i c:\\windows\\config.xml**
**sysmon -accepteula -i c:\\windows\\config.xml**

Uninstall
**sysmon u**
**sysmon -u**

Dump the current configuration
**sysmon c**
**sysmon -c**

Change the configuration of sysmon with a configuration file (as
described below)

**sysmon c c:\\windows\\config.xml**
**sysmon -c c:\\windows\\config.xml**

Change the configuration to default settings
**sysmon c --**
**sysmon -c --**

Show the configuration schema:
**sysmon -s**
Expand Down

0 comments on commit 1fb06e7

Please sign in to comment.