An open API service indexing awesome lists of open source software.

https://github.com/darkcodersc/run-as

Simple RunAs program for Windows.
https://github.com/darkcodersc/run-as

delphi pascal runas

Last synced: 4 months ago
JSON representation

Simple RunAs program for Windows.

Awesome Lists containing this project

README

        

# RunAs (Microsoft Windows) - 32bit / 64bit.

![Example](https://i.ibb.co/vdwBk1R/Screenshot-2020-05-18-at-18-11-41.png)

This program is an example about how to easily run any programs as any user.

## Usage

### Mandatory

* `-u ` : Launch program as defined username.
* `-p ` : Password associated to username account.
* `-e ` : Executable path (Ex: notepad.exe).

### Optional

* `-d ` : Optional domain name (default %USERDOMAIN% environment variable value) for user authentication.
* `-a`` : Arguments to pass to executable.
* `-h` : Run program without showing window. (Hidden mode)

## Notes

Target program must be accessible by target user otherwise you will receive an Access Denied Error(5).
It is recommended to place target program in a folder accessible by any users such as "C:\ProgramData".