Skip to content

Commit

Permalink
Add empty line before psexec table
Browse files Browse the repository at this point in the history
  • Loading branch information
foxmsft committed Jan 8, 2021
1 parent 8158272 commit c3770b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sysinternals/downloads/psexec.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ See the July 2004 issue of *Windows IT Pro Magazine* for [Mark's
article](https://www.itprotoday.com/compute-engines/psexec) that covers
advanced usage of PsExec.

<strong>Usage: psexec \[\\\\computer\[,computer2\[,...\] | @file\]\]\[-u user
\[-p psswd\]\[-n s\]\[-r servicename\]\[-h\]\[-l\]\[-s|-e\]\[-x\]\[-i
\[session\]\]\[-c executable \[-f|-v\]\]\[-w
directory\]\[-d\]\[-&lt;priority&gt;\]\[-a n,n,...\] cmd \[arguments\]</strong>
**Usage:**

```cmd
psexec [\\computer[,computer2[,...] | @file]][-u user [-p psswd][-n s][-r servicename][-h][-l][-s|-e][-x][-i [session]][-c executable [-f|-v]][-w directory][-d][-<priority>][-a n,n,...] cmd [arguments]
```


| Parameter | Description |
|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **-a** | Separate processors on which the application can run with commas where 1 is the lowest numbered CPU. For example, to run the application on CPU 2 and CPU 4, enter: "-a 2,4" |
Expand Down

0 comments on commit c3770b2

Please sign in to comment.