Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
The ShellRunAsType enumeration defines the different types of user contexts in which a command can be executed in the Command Palette. This enumeration is used to specify how a command should be run.
Fields
| Name | Description |
|---|---|
| Administrator | Indicates that the command should be run with elevated privileges (as an administrator). |
| None | Indicates that the command should be run with the current user's privileges (no elevation). |
| OtherUser | Indicates that the command should be run as a different user. This requires additional user input to specify the user context. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer