You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Features
21
21
* Can redirect stdin, stdout, and stderr to TCP/IP sockets. Avoid blocking on anonymous pipes or storing output in files!
22
22
* Can use named mutexes and semaphores to control how many processes can run at the same time.
23
23
* Start elevated processes (UAC support).
24
-
* Start child processes as any valid user without requiring the user's credentials. Including `NT AUTHORITY\SYSTEM`...aka the most powerful user account in Windows!
24
+
* Start child processes as any valid user without requiring the user's credentials. Including the powerful NT AUTHORITY\SYSTEMaccount!
25
25
* Pre-built binaries using Visual Studio (statically linked C++ runtime, minimal file size of ~162K, direct Win32 API calls).
0 commit comments