Example app showing how to elevate admin privileges for a child process using:
- NodeJS 12.x
- Electron 17.x
- Typescript 4.x
whoami
bash command
Displays user, group and privileges information for the user who is currently logged on to the local system. If used without parameters, whoami displays the current domain and user name. Read more
Install node dependencies using:
npm install
Build Typescript source and run Electron using:
npm start
Build production app file using:
npm run build
For more information please contact kmturley