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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
RunAsPleb is a program for launching applications with standard user privileges. It is useful when an application requests administrator privileges (for example, via `requireAdministrator`) even when it does not necessarily need them.
4
4
5
-
When launched through RunAsPleb, various techniques are used in an attempt to run the application without elevated privileges. However, it is not always possible to run applications without administrator privileges, and even when it is, there is no guarantee that the application will behave as expected. This is a best-effort approach.
5
+
When launched through RunAsPleb, various techniques are used in an attempt to run the application without elevated privileges. However, it is not always possible to run applications without administrator privileges, and even when it is, there is no guarantee that the application will behave as expected. This is a best-effort solution.
0 commit comments