Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mtonosaki committed Jun 28, 2022
2 parents 4f05b1e + a797b93 commit 04c3c84
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ Then add command parameter to the **ImagePath** setting.

A sample setting of **ImagePath** in Windows Registry.

```C:\MyApps\Release\SyslogAzureMonitorBridge.exe /n=Syslog /p=514 /w=12345678-1234-1234-1234-123456789012 /k=12345678901234567890123456789012345678901234567890123456789012345678901234567890123456==```
```bash
C:\MyApps\Release\SyslogAzureMonitorBridge.exe /n=Syslog /p=514 /w=12345678-1234-1234-1234-123456789012 /k=12345678901234567890123456789012345678901234567890123456789012345678901234567890123456==
```

<span style="color: red; ">**NOTE :** ImagePath that conatin keys will show on [Task Manager]</span>

Expand All @@ -58,7 +60,9 @@ Paste then **[A] for /w=**, **[B] for /k=**

### 4.Start the Service
Exec below command with Windows command prompt administrator mode.
```sc start SyslogAzureMonitorBridge```
```bash
sc start SyslogAzureMonitorBridge
```

<br>

Expand Down

0 comments on commit 04c3c84

Please sign in to comment.