Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed typo in the doc
  • Loading branch information
DarkCoderSc authored Oct 9, 2024
1 parent da33b46 commit f2408cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ Spawn a new process as the SYSTEM user via Task Scheduler. Note that the SYSTEM
| Application | String | powershell.exe | Program to execute |
| Argument | String | -Command "whoami \| Out-File C:\result.txt" | Optional program arguments |

⚠️ You cannot run this function if current thread is impersonating another user. Use `Invoke-RevertToSelf` first.

### `Invoke-InteractiveSystemProcess`

Spawn a new interactive process as the SYSTEM user, which will be tied to the active terminal session and, if selected, visible on the current desktop.
Expand Down

0 comments on commit f2408cf

Please sign in to comment.